Tata Consultancy Services (TCS) interview experience Real time questions & tips from candidates to crack your interview

Graduate Trainee

Tata Consultancy Services (TCS)
upvote
share-icon
3 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2-3 months
Topics: OOPS concepts in Java, Difference between this keyword and super keyword in Java, SQL CRUD queries, SQL normalisation and denormalization, Basic programs like find even odd numbers, factorial of a number, prime number, find GCD etc.
Tip
Tip

Tip 1 : Focus on the basics and core concepts don't try to cover everything because it will take a lot of effort and time. They generally ask only the basics to check your programming understandings.
Tip 2 : Practice basic programs like find even odd numbers, factorial of a number, prime number, find GCD etc.
Tip 3 : Give some mock interviews to your friends. It helps a lot.

Application process
Where: Company Website
Eligibility: Atleast 60% marks throughout your academics
Resume Tip
Resume tip

Tip 1 : Make it simple , don't use too many fancy words
Tip 2 : Don't lie in your resume , it can cause vary bad situation for you while interview rounds.
Tip 3 : try to add at least one project with proper description

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date13 Aug 2021
Coding problem2

1. DBMS Question

What are the crud operations in DBMS?

Problem approach

Tip 1 : Do practice for SQL queries.
Tip 2 : You should have theoretical knowledge also because in my case they ask for the verbal explanation first and then write it in coding platform.
 

2. Operating System Question

What are the major types of operating system?

Problem approach

Tip 1 : Read some blogs or short notes for the operating system concepts. 
 

02
Round
Easy
Video Call
Duration30 minutes
Interview date18 Aug 2021
Coding problem1

Firstly they ask normal question like
Tell me something about yourself.
Tell me about your projects and your contribution in the project.
Which language you like the most.

1. Count Consonants In A String

Easy
15m average time
85% success
0/40
Asked in companies
OptumTata Consultancy Services (TCS)FarEye

Given a string ‘STR’ which consists of uppercase and lowercase characters and spaces. Count the number of consonants in the string.

A consonant is an English alphabet character that is not vowel (a, e, i, o, and u). Examples of constants are b, c, d, f, etc.

Example :

Given string 'STR' : ‘Coding Ninjas’ there are 8 consonants i.e ‘C’,’d’,’n’,’g’,’N’,’n’,’j’,’s’, because these characters do not belong to set above mentioned set of vowels.
Problem approach

1. Get the string on which count has to be performed.
2. Run a loop from 0 to the length of the string.
3. Take a single character at a time and verify if they are a part of the group of vowels.
4. If the result is true, increase the count of vowels or else increment the count of consonants.

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date25 Aug 2021
Coding problem4

1. Basic HR Question

Tell me something about yourself.


 

Problem approach

Tip 1 : Who You Are [Name, where you are from, some personal background, walk me through your experiences, ]
Tip 2 : What have you studied [educational qualifications]
Tip 3 : Focus on your work, past achievements in job, internships, and workshops and achievements related to the interview.
Tip 4 : Any professional training or experience

2. Basic HR Question

What are your hobbies?

Problem approach

Tip 1 : Just tell them the truth about your hobbies
 

3. Basic HR Question

Are you ready to relocate?

Problem approach

Tip 1 : Always say yes. 
 

4. Basic HR Question

Any question from your side?


 

Problem approach

Tip 1 : Ask about the work culture and the latest technologies on which the company is working right now.
Tip 2 : You can ask your queries freely without any hesitation.
 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
Graduate Trainee
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 7 problems
Interviewed by Tata Consultancy Services (TCS)
1595 views
3 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
2957 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
5201 views
1 comments
0 upvotes