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.1Hard

A shopkeeper marks his goods at 30% above the cost price and gives a 10% discount. What is his profit percentage?

Q.2Hard

A train 150 m long passes a pole in 15 seconds. What is its speed?

Q.3Hard

If x + 1/x = 5, what is the value of x² + 1/x²?

Q.4Hard

In a coding problem, you need to find the longest palindromic substring. What would be the optimal time complexity?

Q.5Hard

In a circular queue, if the array size is 10 and front=7, rear=2, how many elements are present?

Q.6Hard

In a graph with 5 vertices and 7 edges, what type of graph is it most likely to be?

Q.7Hard

A coding problem requires finding the longest common substring of two strings. What is the optimal approach?

Q.8Hard

In a complex algorithm with multiple nested loops, the time complexity is O(n²m) where n and m are independent variables. If n=100 and m=50, approximately how many operations?

Q.9Hard

In a TCS project analyzing Big Data with MapReduce, what is the purpose of the 'Reducer' phase?

Q.10Hard

A TCS developer is optimizing a Java application and notices that the garbage collector is causing frequent pause times. Which JVM parameter would BEST address this issue for low-latency requirements?

Q.11Hard

A TCS project uses Docker containers across 50+ servers. Which orchestration platform would be most suitable for managing container deployment, scaling, and updates at this scale?