iGET

Placement Papers - MCQ Practice Questions

Campus recruitment tests follow their own rhythm: a fixed time limit, a mix of sections, and negative marking that punishes guessing. This collection mirrors that format with quantitative aptitude, logical reasoning, verbal ability, and technical questions of the kind IT and core companies actually ask. Use it to build exam stamina, not just to check whether you know a topic.

658 questions | 100% Free

Q.61Hard

If a HashMap has 1000 entries and the load factor is 0.75, at what capacity will it resize?

Q.62Hard

A system processes 1000 requests per second. If 8% of requests fail and need retry, and each retry takes 2 seconds, approximately how many total seconds are needed to process 10,000 requests including retries (assuming sequential processing)?

Q.63Hard

Identify the statement that best fits the pattern: All roses are flowers. Some flowers are red. Therefore:

Q.64Hard

Directions: A man walks 5 km north, then 3 km east, then 2 km south. How far is he from the starting point?

Q.65Hard

What is the correct way to check if a number is a power of 2?

Q.66Hard

What is the space complexity of DFS using recursion?

Q.67Hard

What is eventual consistency in distributed systems?

Q.68Hard

What is the CAP theorem in distributed systems?