TCS Interview Questions
TCS Interview Questions
Questions
You can also contribute to campus interview questions by submitting your questions Here.
Talk to our industry mentors on forums to get the most appropriate answers.
Technical Round
Q1. Which is your favourite language?
Q2. Basic concepts of C++ like this pointer, function overloading
Q3. Write a program to add two numbers in C++ using classes.
Q4. Tell me something about abstract classes?
Q5. Tell something about deadlock?
Q6. How can we prevent deadlock?
Q7. What is Insertion sort, selection sort, bubble sort( basic differences among the functionality
of the three sorts and not the exact algorithms)
Q8. What is Doubly link list?
Q9. What is Deadlock and how it can be avoided?
Q10. In my resume in computer languages I have mentioned C, so he asked me to write a
program to print pattern as shown below:
*
* *
* * *
Q11.