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

Software Engineer

Mindtree
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 months
Topics: Data Structures, OOPS, Algorithms , Pointers, Database
Tip
Tip

Tip 1 : Practice on coding platforms
Tip 2 : Clear your basics.
Tip 3 : Try to grasp more.

Application process
Where: Campus
Eligibility: Above 7 CGPA with no arrears.
Resume Tip
Resume tip

Tip 1 : Keep it short and Simple.
Tip 2 : Have some projects.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date5 May 2021
Coding problem1

1. Search In Rotated Sorted Array

Moderate
30m average time
65% success
0/80
Asked in companies
ProtiumQuikrJP Morgan

Aahad and Harshit always have fun by solving problems. Harshit took a sorted array consisting of distinct integers and rotated it clockwise by an unknown amount. For example, he took a sorted array = [1, 2, 3, 4, 5] and if he rotates it by 2, then the array becomes: [4, 5, 1, 2, 3].

After rotating a sorted array, Aahad needs to answer Q queries asked by Harshit, each of them is described by one integer Q[i]. which Harshit wanted him to search in the array. For each query, if he found it, he had to shout the index of the number, otherwise, he had to shout -1.

For each query, you have to complete the given method where 'key' denotes Q[i]. If the key exists in the array, return the index of the 'key', otherwise, return -1.

Note:

Can you solve each query in O(logN) ?
Problem approach

If the target element is greater than middle than you got to move towards the right, or otherwise towards left.

Try solving now
02
Round
Easy
Face to Face
Duration45 minutes
Interview date1 Jun 2021
Coding problem1

1. Operating System Questions

What are semaphores?
What is virtual memory?

03
Round
Medium
HR Round
Duration30 minutes
Interview date10 Jun 2021
Coding problem1

1. Basic HR Questions

Introduce yourself.

What are your hobbies?
 

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
Software Engineer
3 rounds | 7 problems
Interviewed by Mindtree
965 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Mindtree
1163 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 2 problems
Interviewed by Mindtree
1529 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Mindtree
985 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7857 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9947 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4282 views
1 comments
0 upvotes