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 | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2-3 days
Topics: Data Structures, OOPS, Algorithms, SQL queries, Computer Networks
Tip
Tip

Tip 1 : Practice daily for interview
Tip 2 : Do mock interviews with friends
Tip 3 : write answers for common question like introduce yourself, why this company

Application process
Where: Company Website
Eligibility: 65%+
Resume Tip
Resume tip

Tip 1 : Have projects with github/live link
Tip 2 : Know about everything on resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration180 minutes
Interview date6 Apr 2021
Coding problem0

we had to select the slot. slot was from 9AM to 5PM. questions were from aptitude and programming languages like python. there was a hands on coding question

02
Round
Easy
Video Call
Duration60 Minutes
Interview date13 May 2021
Coding problem2

round was easy. few computer fundamental questions were asked. and one coding question was asked. there were also some managerial and HR questions

1. Insertion In Doubly Linked List

Easy
15m average time
95% success
0/40
Asked in companies
Tata Consultancy Services (TCS)MicrosoftAmazon

You are given a Doubly linked list, where every node in the linked list contains two pointers ‘next’ and ‘prev’ which point to the next node and previous node in the list respectively. All nodes have some positive integer value associated with them. Your task is to insert an integer value ‘VAL’ in the linked list at a given position ‘K’.

Note:

The position given will always be less than or equal to the length of the linked list.
Assume that the Indexing for the linked list starts from 0.
EXAMPLE:
Input :
‘K’ = 3, ‘VAL’ = 4
list = [1, 2, 3]
Output: [1, 2, 3, 4]

The ‘VAL’ = 4, is inserted at end of the above doubly linked list.
Try solving now

2. Deletion In Doubly Linked List

Easy
15m average time
90% success
0/40
Asked in companies
Tata Consultancy Services (TCS)UberFlipkart limited

You are given a Doubly Linked List of ‘N’ positive integers. Your task is to delete a node at position ‘POS’ in the linked list.

Note:
Assume that the Indexing for the linked list starts from 0.
EXAMPLE:
Input: ‘N’ = 5, 'LIST' = [1, 1, 2, 3, 4, -1], ‘POS’ = 1.

Output: 1 < - > 2 < - > 3 < - > 4 

Here in the given list, we can see that the node at position 1 is deleted.
Try solving now

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