iGET

Placement Papers - MCQ Practice Questions

Practice free Placement Papers multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.

638 questions | 100% Free

Q.381Easy

Which keyword is used to define a class in Python?

Q.382Easy

What does HTTP stand for?

Q.383Medium

Which of the following is NOT a cloud service model?

Q.384Easy

What does CSS stand for?

Q.385Medium

Which sorting algorithm has the best average time complexity?

Q.386Medium

What is encapsulation in OOP?

Q.387Medium

What is the default access modifier in Java?

Q.388Medium

Which of the following best describes a compiler?

Q.389Medium

What does MVC stand for in web development?

Q.390Easy

A train travels from City A to City B at 60 km/h and returns at 40 km/h. What is the average speed for the entire journey?

Q.391Easy

In a class of 60 students, 40% like cricket, 50% like football, and 20% like both. How many students like neither?

Q.392Medium

If COMPUTER is coded as FRPSXGVQ, how is KEYBOARD coded?

Q.393Medium

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

Q.394Easy

Which of the following is the correct order of SQL clauses in a query?

Q.395Medium

If a shopkeeper marks up goods by 40% and gives a discount of 20%, what is the net profit percentage?

Q.396Medium

A man deposited Rs. 5000 at 8% per annum compound interest. What will be the amount after 2 years?

Q.397Easy

In a mixture of 60 liters, the ratio of milk to water is 3:2. How much water is present?

Q.398Easy

A work can be completed by 5 men in 12 days. How many days will it take for 8 men to complete the same work?

Q.399Easy

What is 25% of 80% of 500?

Q.400Medium

If x^2 - 5x + 6 = 0, what are the values of x?