Tech Mahindra Pvt. Ltd interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Tech Mahindra Pvt. Ltd
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 Months
Topics: Object Oriented Programming, RESTful Web Services, Competitive Programming, Web Frameworks, Service Oriented Architecture, Data Structures, Algorithms
Tip
Tip

Tip 1 : prepared everything about your project you mentioned in resume.
Tip 2 : prepared example for every topic you learn

Application process
Where: Leetcode
Eligibility: Above 7 CGPA IN 10th , 12th and B.E
Resume Tip
Resume tip

Tip 1 : don't write false things.
Tip 2 : write at least 2 projects

Interview rounds

02
Round
Easy
Online Coding Interview
Duration120 minutes
Interview date3 Jun 2019
Coding problem1

It was in afternoon and environment is good

1. Middle Of Linked List

Easy
20m average time
80% success
0/40
Asked in companies
SamsungGoldman SachsOracle

Given a singly linked list of 'N' nodes. The objective is to determine the middle node of a singly linked list. However, if the list has an even number of nodes, we return the second middle node.

Note:
1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Problem approach

1) First find length of linked list through traversing.
2) then if length is odd then select the middle element.
3) If length is even then divide it by 2 and select next element after that.

Try solving now
03
Round
Medium
HR Round
Duration30 minutes
Interview date4 Jun 2019
Coding problem1

It was in morning 10 am and environment was good.

1. Basic HR Questions

1) tell me about yourself. 

2) what are your strengths and weakness. 

3) 1 puzzle asked (river crossing)

Problem approach

These are question as mainly for checking you communication and logical skills so properly answer it .

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
SDE - 1
2 rounds | 6 problems
Interviewed by Tech Mahindra Pvt. Ltd
0 views
0 comments
0 upvotes
SDE - 1
3 rounds | 3 problems
Interviewed by Tech Mahindra Pvt. Ltd
1414 views
0 comments
0 upvotes
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Tech Mahindra Pvt. Ltd
2226 views
0 comments
0 upvotes
SDE - 1
2 rounds | 3 problems
Interviewed by Tech Mahindra Pvt. Ltd
1117 views
2 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes