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

SDE - 1

Mindtree
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I received that opportunity from an off-campus. Technical Interviews asked Python, Project related Questions, and DBMS Questions. In the coding round easy to medium coding and aptitude test.
Application story
I received that opportunity from an off-campus. Technical Interviews asked Python, Project related Questions, and DBMS Questions. In the coding round easy to medium coding and aptitude test.
Why selected/rejected for the role?
Technical Interviews asked Python, Project related Questions, and DBMS Questions. I was able to solve coding questions and python related questions.
Preparation
Duration: 2 months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.

Application process
Where: Company Website
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Make your resume short and try to make it one page only and mention all your skills that you are confident in.
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date13 Dec 2021
Coding problem2

In that round Aptitude based questions and easy- medium coding questions.

1. Search In A Row Wise And Column Wise Sorted Matrix

Moderate
15m average time
80% success
0/80
Asked in companies
DirectiAdobeOracle

You are given an 'N * N' matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'.


Find the position of 'X' in the matrix. If it exists then return the pair {i, j} where 'i' represents the row and 'j' represents the column of the array, otherwise return {-1,-1}


For example:
If the given matrix is:
[ [1, 2, 5],
  [3, 4, 9],
  [6, 7, 10]] 
We have to find the position of 4. We will return {1,1} since A[1][1] = 4.
Problem approach

By using Binary search

Try solving now

2. Symmetric Tree

Easy
20m average time
82% success
0/40
Asked in companies
OLX GroupIBMAdobe

You are given a binary tree, where the data present in each node is an integer. You have to find whether the given tree is symmetric or not.

Symmetric tree is a binary tree, whose mirror image is exactly the same as the original tree.

For Example:

sym_tree

Problem approach

By using recursion

Try solving now
02
Round
Easy
Face to Face
Duration30 minutes
Interview date24 Dec 2021
Coding problem1

Technical Interviews asked Python, Project related Questions, DBMS Questions, and insertion sort

1. Insertion Sort

Easy
0/40
Asked in companies
AccentureCapegemini Consulting India Private LimitedAppSuccessor

You are given ‘N’ integers in the form of an array ‘ARR’. Print the sorted array using the insertion sort.

Note :
No need to return anything. You should sort the array in-place.
For example :
Let ‘ARR’ be: [1, 4, 2]
The sorted array will be: [1, 2, 4].
Problem approach

Iterating one by one solves this problem. that is the DSA standard sorting Algorithm.

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
SDE - 1
3 rounds | 11 problems
Interviewed by Mindtree
854 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 4 problems
Interviewed by Mindtree
839 views
0 comments
0 upvotes
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
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