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

System Engineer

Tata Consultancy Services (TCS)
upvote
share-icon
2 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Python, Data Structures, OOPs, New Industry tech like Azure Cloud and ML
Tip
Tip

Tip 1 : Just be confident in what you know like if you are comfortable in python then practice a lot of questions in python only so that you become well-versed in it.
Tip 2 : Always show you zeal and flexibility to learn and implement new things and technology if you don't know at that time.
Tip 3 : Have some good projects in your stack that are related to the technology you are confident about.

Application process
Where: Other
Eligibility: No criteria other than registration. For eligibility in digital cadre in TCS you must be in the top 20% scorer throughout India.
Resume Tip
Resume tip

Tip 1 : Don't put too many vague terms. Only write in your resume about the things you are confident enough to answer about.
Tip 2 : Mention some good projects in your resume and that too group projects which tell that you are a team person and not a lone wolf.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration180 minutes
Interview date24 Oct 2020
Coding problem1

It was in slots. The first few sections were quantitative, aptitude, DBMS, OOPs, etc related MCQs. Then in the end we had a coding round with 2 questions (medium level). There was a sectional cut-off too in this test.

1. Candies

Moderate
10m average time
90% success
0/80
Asked in companies
MicrosoftOYOMorgan Stanley

Prateek is a kindergarten teacher. He wants to give some candies to the children in his class. All the children stand in a line and each of them has a grade according to his or her performance in the class. Prateek wants to give at least one candy to each child. If two children are standing adjacent to each other, then the one with the higher rating must get more candies than the other. Prateek wants to minimize the total number of candies he must buy.

Given an array 'STUDENTS' of size 'N' that contains the grades for each student, your task is to find what is the minimum number of candies Prateek must buy so that he can distribute them among his students according to the criteria given above.

Example :

Given students' ratings : [5, 8, 1, 5, 9, 4]. 
He gives the students candy in the following minimal amounts : [1, 2, 1, 2, 3, 1]. He must buy a minimum of 10 candies.

Note :

1. If two students having the same grade are standing next to each other, they may receive the same number of candies.
2. Every student must get at least a candy.
Problem approach

i = int(input())
n = 10
k = 5
if(i >n):
print(“INVALID INPUT”)
print(“NUMBER OF CANDIES AVAILABLE:”, end=””)
print(n)
elif(i <= 0):
print(“INVALID INPUT”)
print(“NUMBER OF CANDIES AVAILABLE:”, end=””)
print(n)

else:
print(“NUMBER OF CANDIES SOLD:”, end=””)
print(i)
print(“NUMBER OF CANDIES AVAILABLE:”, end=””)
print(n-i)

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date30 Nov 2021
Coding problem0

It consisted of technical, managerial, and HR round all at once. Intro. What keeps you motivated?. They asked me about everything written on my resume. The topics that were covered were python, data science, cybersecurity, and cloud computing. 

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
System Engineer
3 rounds | 5 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
System Engineer
4 rounds | 10 problems
Interviewed by Tata Consultancy Services (TCS)
999 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
2956 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
330 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Cognizant
4964 views
5 comments
0 upvotes
company logo
System Engineer
2 rounds | 4 problems
Interviewed by HCL Technologies
1369 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 3 problems
Interviewed by Accenture
906 views
0 comments
0 upvotes