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

System Engineer

Mindtree
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: C++, Python, Structured query language, OOPS, DSA
Tip
Tip

Tip 1 : Practice well
Tip 2 : Participate in coding competitions

Application process
Where: Campus
Eligibility: 65%
Resume Tip
Resume tip

Tip 1 : Keep it short and crisp
Tip 2 : Highlight your projects and programming languages

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date6 May 2016
Coding problem1

30 MCQ questions of medium-hard difficulty and 1 coding problem

1. Implement strStr()

Moderate
25m average time
70% success
0/80
Asked in companies
IBMFacebookSamsung R&D Institute

You are given two strings A and B. Find the index of the first occurrence of A in B. If A is not present in B, then return -1.

For Example:
A = “bc”, B = “abcddbc”.
String “A” is present at index 1, and 5(0-based index), but we will return 1 as it is the first occurrence of “A” in string “B”.
Follow Up:
Can you solve this in linear time and space complexity?
Problem approach

you can do it with brute-force approach which has complexity of O(n2). But I used sliding window with complexity of O(n)

Try solving now
02
Round
Hard
Face to Face
Duration20 Minutes
Interview date7 May 2016
Coding problem1

One coding question was asked and much probing was done by the interviewer

1. Inorder Traversal

Easy
32m average time
0/40
Asked in companies
AmazonSwiggyVisa

You have been given a Binary Tree of 'n' nodes, where the nodes have integer values. Your task is to return the In-Order traversal of the given binary tree.


For example :
For the given binary tree:

The Inorder traversal will be [5, 3, 2, 1, 7, 4, 6].
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
Software Engineer
3 rounds | 7 problems
Interviewed by Mindtree
964 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 4 problems
Interviewed by Mindtree
839 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Mindtree
1162 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Mindtree
984 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
System Engineer
1 rounds | 3 problems
Interviewed by Microsoft
0 views
0 comments
0 upvotes