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
Two numbers are in the ratio 3:4. If their sum is 140, what is the larger number?
What is the equation of a line passing through (2,3) with slope 4?
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?
If a person invests Rs. 5000 at 8% simple interest per annum for 3 years, what is the total amount?
A number when divided by 7 leaves remainder 3. What is the number if the quotient is 8?
If 3 men can complete a task in 8 days, how many men are needed to complete it in 6 days?
What is the probability of getting a sum of 7 when two dice are rolled?
Which programming language is most preferred by TCS for their 2024-25 placements?
A number is 5 more than another number. If their sum is 25, find the larger number.
Solve: 2x + 3 = 11
TCS follows which software development methodology as its primary approach?
In a coding problem, you need to find the longest palindromic substring. What would be the optimal time complexity?
What is the output of the following pseudocode?
count = 0
for i = 1 to 5
for j = 1 to i
count++
print count
A company has 120 employees. 45% work in development, 30% in testing, and remaining in support. How many work in support?
Which data structure is most efficient for implementing a priority queue in competitive programming?
If the binary representation of a number is 10110, what is its decimal equivalent?
What is the space complexity of the merge sort algorithm?
TCS's Digital platform focuses on which emerging technologies as of 2024-25?
What does the time complexity O(2^n) indicate?
In a circular queue, if the array size is 10 and front=7, rear=2, how many elements are present?