i
TCS
Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.
QuickSort is a divide-and-conquer algorithm that sorts an array by selecting a 'pivot' element and partitioning the other elements around the pivot.
Select a pivot element from the array
Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot
Recursively apply QuickSort to the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
Check if two queens on a chessboard can kill each other
Iterate through each queen's position and check if they are in the same row, column, or diagonal
If any two queens are in the same row, column, or diagonal, return True
Otherwise, return False
I applied via Campus Placement and was interviewed in Dec 2021. There were 5 interview rounds.
Topics: Statistics, Probability, Paragraphs, Verbal, Trains problem, Faulty measures, blood relation, etc. In short complete Qualitative, Quantitative, and Verbal ability
1 greedy type question
1 dynamic programming question
Total: 1 Hour Duration
Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.
Name mangling is used in C++ to support function overloading.
It is also used in Python to avoid naming conflicts in modules.
Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.
In C++, name mangling can be seen by using the 'nm' comman
I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.
C is a general-purpose programming language known for its efficiency and low-level memory manipulation capabilities.
C was developed by Dennis Ritchie at Bell Labs in 1972.
It is widely used for system programming, embedded systems, and developing operating systems.
C is a compiled language and is known for its speed and efficiency.
It has influenced many other programming languages, including C++, Java, and Python.
Some po...
Easy round with few days of Practice you can easily crack this round
Some of the top questions asked at the TCS Innovator interview -
based on 1 interview
Interview experience
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.2k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.7k
salaries
| ₹8 L/yr - ₹25 L/yr |
Associate Consultant
29.7k
salaries
| ₹9 L/yr - ₹32 L/yr |
Assistant System Engineer
29.7k
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Amazon
Wipro
Infosys
Accenture