Upload Button Icon Add office photos

Filter interviews by

Mindpath Technology Interview Questions and Answers

Updated 22 Feb 2024

Mindpath Technology Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic 20 aptitude Question which we need to solve in 30 mint.

Round 2 - Coding Test 

3 Medium level programing question. on Coderbyte

Round 3 - Technical 

(2 Questions)

  • Q1. Basic oops concept like static and dyanmic binding. Abstract class.
  • Q2. Program to sort and give element on postion 3 in array and given and string and number we need to print a string on a given num of times.
  • Ans. 

    Program to sort array and return element at position 3. Print a string a given number of times.

    • Use sorting algorithms like bubble sort, selection sort, or insertion sort to sort the array.

    • Access the element at position 3 using array indexing.

    • Use a loop to print the string a given number of times.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Althrough i manage to ans all question but dont know why they reject me? Interviewer was not friendly when i am constantly using mobile seemed like he is not really like to take interview. I feel like interview is happening only for formality.

Skills evaluated in this interview

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA sorting questions

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, language based

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical,Quantitative, Aptitude

Round 2 - Coding Test 

Write program on reverse a number

Round 3 - HR 

(2 Questions)

  • Q1. General questions about family, Ready to relocate etc.
  • Q2. Few technical questions on C/C++

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to learn all basics, be confident while giving answers

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Group interview with one HR and one Technical interviewer. Small gd along with personal introduction and few technical questions.

Skills: Problem Solving Abilties
College Name: MIT College Of Engineering

I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself Linked list and Array list
  • Ans. 

    I am a software trainee with knowledge in linked list and array list.

    • I have experience in implementing linked lists and array lists in various programming languages.

    • Linked lists are dynamic data structures while array lists are static data structures.

    • Linked lists are efficient for insertion and deletion operations while array lists are efficient for random access.

    • Examples of programming languages that support linked li

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview one should have technical knowledge and know programming language

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. Basic questions of java like core java , oops concepts
  • Q2. What is constructor
  • Ans. 

    A constructor is a special method that is used to initialize objects of a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can be used to set initial values for object properties.

    • Constructors can be overloaded to accept different parameters.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q3. How can we achieve multiple inheritance in java
  • Ans. 

    Multiple inheritance cannot be achieved directly in Java, but it can be simulated using interfaces or abstract classes.

    • Java does not support multiple inheritance of classes

    • Multiple inheritance can be achieved using interfaces or abstract classes

    • Interfaces allow a class to inherit from multiple interfaces

    • Abstract classes can provide partial implementation and can be extended by a single class

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good and I was selected in first attempt

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Clock,time and distance etc. And the time duration was 45 min.

Round 3 - Technical 

(2 Questions)

  • Q1. Basics concepts of oops , little bit of dsa topics and about the project.
  • Q2. Inheritance , abstraction , constructor and then Data Structure and algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics first . then work on some advance topics.

Interview Questionnaire 

1 Question

  • Q1. Ask me regarding project, sql, cloud computing, computer network, python

Interview Preparation Tips

Interview preparation tips for other job seekers - The experience was awesome and interviewer is very friendly and the environment is very cool as well as after it's required to verify documents.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Numercal and english

Round 3 - Technical 

(4 Questions)

  • Q1. Basics of c,c++,java,dbms
  • Q2. Some current affairs
  • Q3. About myself and personal questions
  • Q4. Project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Easy and normalised questions only basics of aplitude& English grammar

Round 3 - HR 

(1 Question)

  • Q1. Some questions on technical and some aplitude. Family,bio,
Round 4 - Case Study 

Same as HR and tr easy only be confident at all time of iv

Round 5 - Technical 

(1 Question)

  • Q1. What is diff between c and c++ Any code can u type now
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and objects while C does not.

    • C++ has function overloading and operator overloading while C does not.

    • C++ has exception handling while C does not.

    • C++ supports namespaces while C does not.

    • C++ has a standard template library (STL) while C does not.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and practice more before the inv and get the chance

Skills evaluated in this interview

Mindpath Technology Interview FAQs

How many rounds are there in Mindpath Technology interview?
Mindpath Technology interview process usually has 3 rounds. The most common rounds in the Mindpath Technology interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Mindpath Technology interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mindpath Technology. The most common topics and skills that interviewers at Mindpath Technology expect are Business Development, Client Communication, Communication Skills, GIT and Online Bidding.
What are the top questions asked in Mindpath Technology interview?

Some of the top questions asked at the Mindpath Technology interview -

  1. program to sort and give element on postion 3 in array and given and string and...read more
  2. Basic oops concept like static and dyanmic binding. Abstract cla...read more
  3. Oops concepts, language ba...read more

Tell us how to improve this page.

Mindpath Technology Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Mindpath Technology Reviews and Ratings

based on 7 reviews

3.1/5

Rating in categories

3.6

Skill development

2.7

Work-life balance

2.6

Salary

2.6

Job security

2.4

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
10 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Devops Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Software Engineer
6 salaries
unlock blur

₹5.5 L/yr - ₹7 L/yr

Quality Analyst
5 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

QA Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Mindpath Technology with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview