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

Two numbers are in the ratio 3:4. If their sum is 140, what is the larger number?

Q.42Medium

What is the equation of a line passing through (2,3) with slope 4?

Q.43Easy

A man spends 40% of his salary on food, 30% on rent, and saves the rest. If his salary is Rs. 50,000, how much does he save?

Q.44Easy

If a person invests Rs. 5000 at 8% simple interest per annum for 3 years, what is the total amount?

Q.45Easy

A number when divided by 7 leaves remainder 3. What is the number if the quotient is 8?

Q.46Medium

If 3 men can complete a task in 8 days, how many men are needed to complete it in 6 days?

Q.47Medium

What is the probability of getting a sum of 7 when two dice are rolled?

Q.48Easy

Which programming language is most preferred by TCS for their 2024-25 placements?

Q.49Medium

A number is 5 more than another number. If their sum is 25, find the larger number.

Q.50Easy

Solve: 2x + 3 = 11

Q.51Easy

TCS follows which software development methodology as its primary approach?

Q.52Hard

In a coding problem, you need to find the longest palindromic substring. What would be the optimal time complexity?

Q.53Easy

What is the output of the following pseudocode? count = 0 for i = 1 to 5 for j = 1 to i count++ print count

Q.54Easy

A company has 120 employees. 45% work in development, 30% in testing, and remaining in support. How many work in support?

Q.55Medium

Which data structure is most efficient for implementing a priority queue in competitive programming?

Q.56Easy

If the binary representation of a number is 10110, what is its decimal equivalent?

Q.57Medium

What is the space complexity of the merge sort algorithm?

Q.58Medium

TCS's Digital platform focuses on which emerging technologies as of 2024-25?

Q.59Easy

What does the time complexity O(2^n) indicate?

Q.60Hard

In a circular queue, if the array size is 10 and front=7, rear=2, how many elements are present?