TCS interview experience Real time questions & tips from candidates to crack your interview

Assistant System Engineer

TCS
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Arrays, Linked List, OOPS, MySQL, String
Tip
Tip

Tip 1 : You should learn each and every question in practical way.
Tip 2 : You must check previous years' questions.
Tip 3 : You should practice using mocks.

Application process
Where: Other
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1 : Mention only those skills, in which you are skilled.
Tip 2 : Make an attractive and professional Resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration80 minutes
Interview date12 Sep 2021
Coding problem1

1. Odd Even

Easy
10m average time
86% success
0/40
Asked in company
TCS

Alice has two numbers, 'X' and 'Y'. He is asked to perform the following operations any number of times.

Alice adds 1 to 'X' if 'X' is odd. Alice adds 2 to 'X' if 'X' is even. Will he be able to make 'X' equal to 'Y'?


Return 1 if 'X' can be made equal to 'Y' using the above operations any number of times(possibly 0) and 0 otherwise.

Note: Assume 1-based indexing.


For example:
Let 'X' = 3 and 'Y' = 6, Alice adds 1 to 'X' since 'X' is odd. Now 'X' will become 4. Then, Alice will add 2 to 'X', since 'X' is even, and it will become 6. 'X' becomes equal to 'Y'. Hence we will return 1 as the answer.
Problem approach

For example, input is 4567 explanation: - Odd positions are 4 and 6 as they are pos: 1 and pos: 3, both have sum 10. Similarly, 5 and 7 are at even positions pos: 2 and pos: 4 with sum 12. Thus, the difference is 12 – 10 = 2

Try solving now
02
Round
Medium
Video Call
Duration35 minutes
Interview date1 Oct 2021
Coding problem1

This was a Technical+Managerial Round.

1. DBMS Questions

  • What is the difference between a database and a database management system?
  • Describe OOPS concepts.
  • What is a primary key?
Problem approach

Tip 1 : Try to explain concepts using technical terms.
Tip 2 : You should use real-life examples to explain topics.
Tip 3 : Watch interview experiences and reviews on internet

03
Round
Easy
HR Round
Duration5 mintues
Interview date5 Oct 2021
Coding problem1

They just asked some simple HR questions

1. Basic HR Questions

  • Are you willing to reallocate?
  • What are your salary expectations?
Problem approach

Tip 1 : You should check HR questions on the internet before the interview for an idea
 

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Assistant System Engineer
2 rounds | 3 problems
Interviewed by TCS
1578 views
1 comments
0 upvotes
Assistant System Engineer
3 rounds | 7 problems
Interviewed by TCS
953 views
0 comments
0 upvotes
Assistant System Engineer
3 rounds | 6 problems
Interviewed by TCS
1313 views
0 comments
0 upvotes
Assistant System Engineer
3 rounds | 5 problems
Interviewed by TCS
958 views
0 comments
0 upvotes