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

If a string in Python is assigned as s = 'hello', what is the output of s[1:4]?

Q.42Hard

What is the primary advantage of using NoSQL databases over relational databases?

Q.43Medium

In the context of cybersecurity, what is a firewall?

Q.44Easy

What is the value of log₂(8)?

Q.45Medium

If the probability of an event A is 0.4 and event B is 0.3, what is the probability of both A and B occurring (assuming independence)?

Q.46Medium

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

Q.47Medium

In a logical sequence: 2, 6, 12, 20, 30, ?, what is the next number?

Q.48Medium

Select the word that best completes the analogy: Ephemeral is to Permanent as Verbose is to ____

Q.49Hard

What will be the output of the following pseudocode? int x = 5; int y = 10; while(x < y) { x = x + 2; if(x == 9) continue; y = y - 1; } print(x, y);

Q.50Easy

If the compound interest on ₹8,000 at 10% per annum for 2 years is compounded annually, find the compound interest earned.