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

What is the space complexity of QuickSort?

Q.622Easy

In a BFS (Breadth-First Search), what data structure is used?

Q.623Hard

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

Q.624Medium

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

Q.625Easy

What is the result of 1 XOR 1?

Q.626Medium

In dynamic programming, what is memoization?

Q.627Easy

What is the time complexity of finding the median in a sorted array?

Q.628Hard

What is the space complexity of DFS using recursion?

Q.629Medium

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

Q.630Medium

In microservices architecture, what is an API Gateway?

Q.631Medium

What principle is followed when designing Google's systems?

Q.632Hard

What is eventual consistency in distributed systems?

Q.633Hard

What is the CAP theorem in distributed systems?

Q.634Medium

What does MapReduce do?

Q.635Easy

What is the purpose of a load balancer?

Q.636Medium

In TCP/IP model, which layer handles IP addresses?

Q.637Medium

A train travels from City A to City B at 60 km/h and returns at 40 km/h. The total distance between the two cities is 240 km. What is the average speed of the train for the entire journey?

Q.638Medium

In a sequence, each number is the sum of the previous two numbers. If the 5th number is 20 and the 6th number is 32, what is the 4th number?