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

What is the missing number in this sequence: 5, 10, 20, 40, ?

Q.42Easy

In a sequence, each number is the sum of the previous two numbers. If the first two numbers are 1 and 1, what is the 7th number?

Q.43Medium

A vendor purchases apples at Rs. 50 per dozen and sells at Rs. 5 per apple. What is the profit percentage?

Q.44Easy

Which of the following is the odd one out based on the pattern?
5, 10, 20, 40, 80, 160, 320, ?

Q.45Easy

In a coding system, CAT = 3, DOG = 4, ELEPHANT = 8. What would SNAKE equal?

Q.46Easy

Select the word that best completes the analogy: Teacher is to Student as Doctor is to ___

Q.47Easy

Choose the option with the correct spelling:

Q.48Easy

In SQL, which keyword is used to remove duplicate rows from query results?

Q.49Medium

What is the time complexity of binary search algorithm?

Q.50Medium

A train travels from City A to City B at 60 km/h and returns from B to A at 40 km/h. If the total journey time is 10 hours, what is the distance between City A and City B?

Q.51Easy

In a sequence, each term is obtained by adding the previous two terms. If the 1st term is 2 and 2nd term is 3, what is the 6th term?

Q.52Easy

If PAPER is coded as 16-1-16-5-18, then PENCIL would be coded as?

Q.53Easy

Four friends A, B, C, and D have different salaries. C earns more than A but less than D. B earns more than D. Who has the highest salary?

Q.54Medium

What will be the output of the following code snippet?
int x = 5;
int y = ++x + x++ + x;
System.out.println(y);

Q.55Medium

A can complete a task in 12 days. B can complete the same task in 18 days. If both work together, in how many days will they complete the task?