Tata 1mg interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Tata 1mg
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: DSA, Web development, core javascript, college projects, reactjs
Tip
Tip

Tip 1 : Data structures is important no matter what role you're applying for 
Tip 2 : other than DS you should know the core working of the language you code in, in my case it was javascript 
Tip 3 : In resume mention those tech only in which you're fluent

Application process
Where: Campus
Eligibility: They were looking for frontend folks, so the criteria was javascript and react
Resume Tip
Resume tip

Tip 1 : mention only those tech that you're familiar with
Tip 2 : if you're a fresher the work on projects and deploy it somewhere and include the links in resume.

Interview rounds

01
Round
Easy
Face to Face
Duration60 mins
Interview date28 May 2021
Coding problem2

It was in the morning as they planned to close the interview process within a day itself

1. Remove Duplicates from Sorted Array

Easy
15m average time
85% success
0/40
Asked in companies
Tata Consultancy Services (TCS)Thought WorksGoldman Sachs

You are given a sorted integer array 'arr' of size 'n'.


You need to remove the duplicates from the array such that each element appears only once.


Return the length of this new array.


Note:
Do not allocate extra space for another array. You need to do this by modifying the given input array in place with O(1) extra memory. 


For example:
'n' = 5, 'arr' = [1 2 2 2 3].
The new array will be [1 2 3].
So our answer is 3.
Try solving now

2. Questions based on HTML, CSS and JS

There were many questions asked about HTML, CSS and JavaScript
What is new in HTML5
Flexbox
Settimeout
Promises
Async

02
Round
Medium
Face to Face
Duration60 mins
Interview date28 May 2021
Coding problem2

It was managerial round

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
CIS - Cyber InfrastructureInfo Edge India (Naukri.com)Cisco

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now

2. Internship based questions

What was my role in my college project
What was my role during my internship
What new i learnt during internship

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
SDE - 1
4 rounds | 8 problems
Interviewed by Tata 1mg
1259 views
1 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Tata 1mg
1306 views
0 comments
0 upvotes
company logo
SDE - 1
1 rounds | 3 problems
Interviewed by Tata 1mg
1626 views
1 comments
0 upvotes
company logo
SDE - 1
4 rounds | 12 problems
Interviewed by Tata 1mg
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114453 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57719 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34914 views
7 comments
0 upvotes