iGET

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

Q.21Medium

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

Q.22Medium

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

Q.23Medium

What is the space complexity of the merge sort algorithm?

Q.24Medium

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

Q.25Medium

Which sorting algorithm is most suitable when memory is limited?

Q.26Medium

A database query has time complexity O(n log n). For n=1000, approximately how many operations occur?

Q.27Medium

What is the primary advantage of using microservices architecture in TCS projects?

Q.28Medium

Which of the following is NOT a characteristic of NoSQL databases?

Q.29Medium

If you have an array [3,1,4,1,5,9,2,6], what is the median?

Q.30Medium

A software engineer at TCS needs to optimize a search operation in a large database containing 1 million records. Which data structure would be most efficient?

Q.31Medium

TCS developers working on cloud-based projects often use microservices architecture. What is a PRIMARY advantage of this approach?

Q.32Medium

An array [7, 3, 9, 1, 4, 2, 8] needs to be sorted. If memory is extremely limited, which sorting algorithm should be preferred?

Q.33Medium

In a TCS project using Git version control, a developer needs to undo committed changes. Which command should be used?

Q.34Medium

A circular queue has size 10. If front=3 and rear=8, how many elements are currently in the queue?

Q.35Medium

TCS follows Agile methodology for most projects. Which practice is NOT a part of core Agile principles?

Q.36Medium

In a binary tree with 7 nodes, what is the maximum possible height?

Q.37Medium

In a graph traversal problem with 10 nodes and 15 edges, DFS (Depth-First Search) time complexity is O(V+E). What is the complexity here?

Q.38Medium

In TCS technical assessments, a question asks about polymorphism. Which is NOT a type of polymorphism in OOP?

Q.39Medium

TCS cybersecurity team emphasizes password security. Which is the STRONGEST password practice?

Q.40Medium

A TCS team is developing a microservices architecture where each service maintains its own database. Which of the following is the PRIMARY challenge they will face?