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

Software Developer

Mindtree private limited
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Programming in C, Programming in C++, Programming in Python, DBMS,DSA,Went through my resume well, Details about project
Tip
Tip

Tip 1 : First go through your own resume very well as most of the company first ask questions from one's resume. Prepare what to say if they ask you about the projects you mentioned in your resume that's why never fake your resume. Be confident with what you have

Tip 2 : Obviously if you are applying for software developer role you should have basic concepts of the programming languages you learned in your college days like C, C++, Java etc if you don't know a little too then I suggest you to learn some basics first in any particular language and then practice them in IDE. As now most of the interviews are virtual so it's good to practice writing code in IDE as they often can ask you to solve some basci questions like string reversal, check palindrome or not like that. 

Tip 3 : You should have good communication skill. Good communication doesn't mean fluent english communication means interact with the receuiter in such a manner that he can understand the point you are trying to mark. Be confident, don't lie in any ways if you don't have correct answe for a question and you know that directly say NO you don't know this answer rather than replying with stupid answers and other side recruiter gets a little bit disappointed as you wasted some times of him for this kind of answer. If you know the answer instead of saying fluently try to speak the sentences with a little pause that makes recruiter understand that you really understand the topic you are talking about and that will be impressive.

Application process
Where: Campus
Eligibility: Above 6.5 CGPA
Resume Tip
Resume tip

Tip 1 : Don't fake your resume
Tip 2 : Try to do good projects and mention them in resume
Tip 3 : As a fresher I suggest to prepare a resume of maximum 
2 pages.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date18 Sep 2020
Coding problem1

In this round, there were 2 sections one for aptitude another for coding. The coding section consists of 2 questions and one has to attempt any one of them. And webcam will be active through all the assessment process.

1. Sum of squares of first N natural numbers

Easy
15m average time
85% success
0/40
Asked in companies
SprinklrSamsungIncture Technologies

You are given an integer 'N'. You need to find the sum of squares of the first 'N' natural numbers.

For example:
If 'N' = 4. You need to return 1^2 + 2^2 + 3^2 + 4^2 = 30.
Problem approach

Step 1 : Set sum =0
Step 2 : Make a loop from i=0 to N
Step 3 : Sum = Sum + i²
Step 4 : return Sum

Try solving now
02
Round
Medium
Online Coding Interview
Duration45 minutes
Interview date18 Sep 2020
Coding problem1

2 questions were asked in this section out of which we have to answer anyone

1. Sum of squares of first N natural numbers

Easy
15m average time
85% success
0/40
Asked in companies
SprinklrSamsungIncture Technologies

You are given an integer 'N'. You need to find the sum of squares of the first 'N' natural numbers.

For example:
If 'N' = 4. You need to return 1^2 + 2^2 + 3^2 + 4^2 = 30.
Problem approach

Step 1 : Set sum =0
Step 2 : Make a loop from i=0 to N
Step 3 : Sum = Sum + i²
Step 4 : return Sum

Try solving now
03
Round
Medium
Video Call
Duration30 minutes
Interview date20 Sep 2020
Coding problem1

It was a problem solving round and only one coding question was asked

1. Reverse a string

Easy
15m average time
85% success
0/40
Asked in companies
IBMFacebookAcko

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
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

What is recursion?

Choose another skill to practice
Similar interview experiences
Senior Software Engineer
3 rounds | 16 problems
Interviewed by Mindtree private limited
759 views
0 comments
0 upvotes
Software Developer
3 rounds | 6 problems
Interviewed by Mindtree private limited
2228 views
0 comments
0 upvotes
System Engineer
2 rounds | 2 problems
Interviewed by Mindtree private limited
862 views
0 comments
0 upvotes
Software Developer
3 rounds | 5 problems
Interviewed by Mindtree private limited
1678 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3931 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2806 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1133 views
0 comments
0 upvotes