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

Assistant System Engineer

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

Interview preparation journey

expand-icon
Journey
I have done my b.tech in computer science (2015-2019).I have given tcs ninja paper and qualified for interview. It was off campus drive through which I appeared for TCS Ninja interview and cleared.
Application story
I applied for TCS Ninja online. Got my exam done after few weeks and after MCQ and coding paper I got mail for interview round after some days. Given the interview, which has 2 rounds, first one was technical and 2nd was HR. Interview goes well as expected as per the preparation. Got result as "selected" through mail within 10 days of interview.
Why selected/rejected for the role?
Interview goes very well as I have prepared mainly previous year questions. So got selected in all the rounds.
Preparation
Duration: 1 month
Topics: Java core, OOps, JDBC, Data Structure, MySQL
Tip
Tip

Tip 1 : Oops 
Tip 2 : practice hands-on on basic Java interview questions 
Tip 3 : prepare MySQL basic concepts and commands

Application process
Where: Other
Eligibility: NA
Resume Tip
Resume tip

Tip 1: Keep resume clear with font and content
Tip 2: Mention only technology you have proper knowledge

Interview rounds

01
Round
Easy
Face to Face
Duration30 minutes
Interview date1 Apr 2019
Coding problem3

Everything was well planned.

1. OOPs Questions

1. Inheritance
2. Abstraction
3. Interface
4.Method overloading and overriding
Encapsulation

Problem approach

Tip 1: practice previous year questions 
Tip 2: Refer JavaTpoint

2. Java Questions

1. Print a given string by reversing each of it's words.
2. State the difference between StringBuffer and StringBuilder in Java.
3. What is the difference between str1 == str2 and str1.equals(str2)?

Problem approach

Tip 1: practice only last year asked questions 
Tip 2: Refer JavaTpoint

3. N-th Fibonacci Number

Moderate
40m average time
70% success
0/80
Asked in companies
HCL TechnologiesCiscoNatwest Group

You are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

Since the answer can be very large, return the answer modulo 10^9 +7.

Fibonacci number is calculated using the following formula:
F(n) = F(n-1) + F(n-2), 
Where, F(1) = F(2) = 1.
For Example:
For ‘N’ = 5, the output will be 5.
Try solving now
02
Round
Easy
HR Round
Duration15 minutes
Interview date1 Apr 2019
Coding problem2

It was evening timing between 4pm to 8 pm.

1. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
FacebookAmerican ExpressJP Morgan

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Problem approach

Tip 1: print the given String by reversing each character of it's character in 

Try solving now

2. SQL Questions

1. MySQL query to find out last 10 records.
2. inner join
3. Outer join

Problem approach

Tip 1: Prepare basic SQL queries from JavaTpoint 
 

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
Assistant System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1296 views
0 comments
0 upvotes
company logo
Assistant System Engineer
2 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
1315 views
1 comments
0 upvotes
company logo
Assistant System Engineer
4 rounds | 7 problems
Interviewed by Tata Consultancy Services (TCS)
1019 views
0 comments
0 upvotes
company logo
Assistant System Engineer
2 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
901 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Assistant System Engineer
2 rounds | 4 problems
Interviewed by Accenture
1330 views
0 comments
0 upvotes
company logo
Assistant System Engineer
3 rounds | 4 problems
Interviewed by Accenture
0 views
0 comments
0 upvotes