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

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

Q.22Medium

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?