iGET

Placement Papers - MCQ Practice Questions

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

638 questions | 100% Free

Q.281Medium

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

Q.282Medium

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

Q.283Medium

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

Q.284Medium

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

Q.285Medium

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

Q.286Medium

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.287Medium

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

Q.288Medium

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

Q.289Medium

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

Q.290Medium

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

Q.291Medium

What is the synonym of 'Meticulous'?

Q.292Medium

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

Q.293Medium

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.294Medium

What is the space complexity of QuickSort?

Q.295Medium

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

Q.296Medium

In dynamic programming, what is memoization?

Q.297Medium

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

Q.298Medium

In microservices architecture, what is an API Gateway?

Q.299Medium

What principle is followed when designing Google's systems?

Q.300Medium

What does MapReduce do?