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

If all roses are flowers and some flowers are red, then which statement is true?

Q.22Easy

Find the odd one out: 12, 24, 36, 48, 58

Q.23Medium

If ROSE is coded as 4567, then PETAL is coded as?

Q.24Medium

Select the word that is most similar in meaning to 'Benign':

Q.25Medium

Antonym of 'Verbose' is:

Q.26Easy

What will be the output of this pseudocode? x = 5; y = 10; z = x + y * 2; print(z)

Q.27Easy

Which data structure uses LIFO (Last In First Out)?

Q.28Easy

In OOP, what is inheritance?

Q.29Medium

Which sorting algorithm has the best average case time complexity?

Q.30Medium

What is the output of: System.out.println() in Java?

Q.31Medium

What is the main purpose of normalization in databases?

Q.32Medium

Which of the following is a characteristic of Microservices architecture?

Q.33Easy

What does REST API stand for?

Q.34Easy

In a relational database, a Primary Key must be:

Q.35Hard

What will be the output? int x = 5; System.out.println(++x + x++);

Q.36Easy

Which of the following is an advantage of Cloud Computing?

Q.37Medium

If a number is multiplied by 0.5 and then by 4, what percentage of the original number is the result?

Q.38Medium

In a class, the ratio of boys to girls is 3:2. If there are 45 students in total, how many girls are there?

Q.39Easy

A password must contain at least one uppercase letter, one digit, and be at least 8 characters long. Which is valid?

Q.40Medium

What is the difference between var, let, and const in JavaScript?