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

Associate Software Engineer

Mindtree
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: OOPS,DS and Algorithms, basic program practical, theoritical concepts of C and Java
Tip
Tip

Tip 1 : Prepare a Brief Self-Introduction.
Tip 2 : Brush up on Computer Science foundations and practice solving coding challenges.
Tip 3 : Prepare your resume well.

Application process
Where: Campus
Eligibility: Throughout 60 percentage (10th,12th, Graduation)
Resume Tip
Resume tip

Tip 1 : Keep it short and simple and try to write in one page
Tip 2 : Mentioned only that skills which you have better understanding

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date1 Feb 2021
Coding problem1

This round was divided in 4 section- Aptitude, logical reasoning, English and verbal and coding.No negative marking

1. MCQ Questions

30 Aptitude questions, 30 logical reasoning and 30 verbal.

 

Number Of MCQs - 90

Problem approach

I used sorts and vectors to solve the problem with the help of for loop using the length and then I sort the array

02
Round
Easy
Video Call
Duration30 minutes
Interview date10 Feb 2021
Coding problem1

1. Minimum Cost to Destination

Hard
41m average time
30% success
0/120
Asked in companies
AmazonOYOAcko

You have been given an N*M matrix where there are 'N' rows and 'M' columns filled with '0s' and '1s'.


'1' means you can use the cell, and '0' means the cell is blocked. You can move in the 4 following directions from a particular position (i, j):

1. Left - (i, j-1)
2. Right - (i, j+1)
3. Up - (i-1, j)
4. Down - (i+1, j)

Now, for moving in the up and down directions, it costs you $1, and moving to the left and right directions are free of cost.

You have to calculate the minimum cost to reach (X, Y) from (0, 0) where 'X' is the row number and 'Y' is the column number of the destination cell. If it is impossible to reach the destination, print -1.

Try solving now
03
Round
Medium
Face to Face
Duration30 minutes
Interview date15 Feb 2021
Coding problem1

1. String Palindrome

Easy
0/40
Asked in companies
Paytm (One97 Communications Limited)CIS - Cyber InfrastructureInnovaccer

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now
04
Round
Easy
Video Call
Duration10 minutes
Interview date18 Feb 2021
Coding problem1

That was HR interview that asked about my projects and why I am looking in software industry

1. Basic HR Questions

Why do you want to join us?

What are your future goals?

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
3 rounds | 3 problems
Interviewed by Mindtree
1589 views
0 comments
0 upvotes
company logo
SDE - 1
5 rounds | 5 problems
Interviewed by Mindtree
0 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 2 problems
Interviewed by Mindtree
1528 views
0 comments
0 upvotes
company logo
Technical Lead
3 rounds | 3 problems
Interviewed by Mindtree
1217 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2366 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 4 problems
Interviewed by Amdocs
1923 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Optum
2105 views
0 comments
0 upvotes