Open In App

TCS CodeVita and Interview experience

Last Updated : 07 Aug, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

TCS CodeVita is a contest where we are given 6 questions. For the TCS NQT interview call, we need to solve any one question and for the TCS Digital interview call, we need to solve at least three questions. I got an interview call as I solved 3 out of 6 questions. There is only one round in the interview. Both technical and HR teams asked the questions simultaneously.

Technical Questions:

Total 4 questions are asked.

  • What is the main difference between C and Python? (Ans: C is compiler language while Python is interpreted language)
  • What is the difference between a compiler and an interpreter? (Ans: Interpreter executed code step by step while compiler execute entire code at once).
  • Explain about linked list. (Linked list is a Data Structure with each node containing data and link to the next node)
  • Choose any topic between merge sort and quick sort and explain the process. (I chose quick sort and explained the sorting process).

HR Questions:

  • Tell me about yourself
  • Why did you choose TCS
  • Are you ok with background verification (I said YES)

After a few days, I got the TCS Digital offer letter. TCS CodeVita is a great opportunity to enter into TCS as it contains a minimal number of rounds.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads