Tcs Digital Interview experience
Anonymous User
684

There are three people in the interview panel. TR, MR, and HR.
My interview time in the mail was 9 AM. Interview started after the document verification at around 11:30 AM.

Difficulty level : Easy to Medium

  1. They asked me to introduce myself and explain the best project you have made.

  2. TR:
    Started questioning on project. (My project was made using Spring boot, MySQL )
    They asked me about the Spring boot annotations and the application.properties used in the project.
    What is REST? what is an API?
    Which REST method is used for updating the database.
    What is HashMap
    What is Inheritance and gave me a sample code in which I had to find the correct choice.
    How to reverse a string( both approaches) on pen-paper.
    Different features of Java.
    Exception Handling

  3. MR:
    What is the smallest and the biggest real time project of Java according to you?
    What is Big Data?
    If you have to perform actions on 2 billion entry at a time. What would you do and which languages and technologies would you choose and why?
    Where does Python outstand Java?
    Situation based questions

HR:
Relocation?
Working shifts?
Any other questions?

Tips - Learn core subjects very well. Interview will last about 30 mins and be confident in answering the questions.
// Some other questions asked to my friends were binary search, login API, JDBC connection, sorting algorithms, SQL queries ( easy and medium), some patterns based coding questions.

Comments (1)