iGET

Placement Papers - MCQ Practice Questions

Practice free Placement Papers multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.

654 questions | 100% Free

Q.1Medium

What is the next number in the sequence: 2, 6, 12, 20, 30, ?

Q.2Medium

If A = 2B and B = 3C, and A + B + C = 22, find C.

Q.3Medium

In a group of 100 people, 60 like coffee, 50 like tea, and 30 like both. How many like neither?

Q.4Medium

A clock shows 3:00. What angle is between the hour and minute hands?

Q.5Medium

What is the probability of rolling a sum of 7 with two dice?

Q.6Medium

Three years ago, the sum of ages of father and son was 48. If the father is 20 years older, what is the current age of son?

Q.7Medium

A can do a work in 10 days and B in 15 days. How many days will both take together?

Q.8Medium

If a/b = and b/c = , find a/c.

Q.9Medium

Select the pair that best represents a similar relationship: Teacher : School :: ?

Q.10Medium

Complete the sentence: Despite his _____ circumstances, he remained optimistic.

Q.11Medium

What is the synonym of 'Meticulous'?

Q.12Medium

Which of the following is a programming paradigm Google emphasizes for systems design?

Q.13Medium

In a hash table with 10 slots, if 15 elements are inserted with a good hash function, what is the expected average chain length?

Q.14Medium

What is the space complexity of QuickSort?

Q.15Medium

Which sorting algorithm is stable and has O(n log n) worst-case complexity?

Q.16Medium

In dynamic programming, what is memoization?

Q.17Medium

What is the correct output of: print(2 3 2) in Python?

Q.18Medium

In microservices architecture, what is an API Gateway?

Q.19Medium

What principle is followed when designing Google's systems?

Q.20Medium

What does MapReduce do?