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.41Easy

In the number 52,347, what is the place value of 3?

Q.42Easy

What is 15% of 80?

Q.43Medium

If a car travels at 60 km/h for 2 hours and 40 km/h for 3 hours, what is the average speed?

Q.44Medium

A train travels from City A to City B at 60 km/h. On the return journey, it travels at 40 km/h. If the total time taken for both journeys is 10 hours, what is the distance between the two cities?

Q.45Medium

In a sequence, the first term is 2 and each subsequent term is obtained by multiplying the previous term by 3 and subtracting 1. What is the 4th term?

Q.46Medium

Find the missing number in the series: 4, 9, 25, 49, 121, ?

Q.47Medium

What will be the output of the following pseudocode? int a = 5, b = 10; while(a < b) { b = b - a; a = a + 1; } print(a, b);

Q.48Medium

A software developer needs to optimize a SQL query. Currently, the query performs a full table scan on a table with 1 million rows. Which of the following would be the BEST approach to improve performance?

Q.49Medium

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

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?