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

Assistant System Engineer

TCS
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Arrays, Strings, Oops, Computer Networks, Recursion
Tip
Tip

Tip 1 : Always be positive while answering if you don't know just tell you don't know sometimes its fine to say no
Tip 2 : Just go through basic topics majorly the theory of oops and basic concepts of arrays and strings
Tip 3 : Do at least 2-3 projects

Application process
Where: Other
Eligibility: 60% in Graduation
Resume Tip
Resume tip

Tip 1 : Just write ur projects in brief with a repository link if possible
Tip 2 : Don't write anything  you don't know

Interview rounds

01
Round
Easy
Face to Face
Duration40 minutes
Interview date21 Oct 2021
Coding problem2

First Technical round

1. Reverse String

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)IBMMcAfee

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

Just traverse string backward till 0 and print str.charAt(i)
 

Try solving now
Easy
0/40
Asked in companies
Samsung R&D InstituteTCSCapegemini Consulting India Private Limited

Given an array of length N, you need to find and print the sum of all elements of the array.

Problem approach

Just sum the all the elements till last array and store in sum

Try solving now
02
Round
Easy
Face to Face
Duration20 minutes
Interview date21 Oct 2021
Coding problem1

Computer network based round

1. Networking Questions

  • Tell me something about VPN (Virtual Private Network)
  • What are nodes and links?
  • What is an IPv4 address? What are the different classes of IPv4?
03
Round
Easy
HR Round
Duration20 minutes
Interview date21 Oct 2021
Coding problem1

HR based round

1. Basic HR Questions

Introduce yourself

Why should we hire you?

What do you know about the work ethics here in TCS?

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
1579 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