Upload Button Icon Add office photos

Filter interviews by

Mindcom Consulting Services Interview Questions and Answers

Updated 7 Aug 2024

Mindcom Consulting Services Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 Resume tips
Round 2 - Coding Test 

Asked baisc fronted interview questions like what is react , props functional components etc

Round 3 - HR 

(3 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Tell me about yourself?
  • Q3. Tell me about your family

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

Presentation criteria

Round 2 - Case Study 

Related to respective area of hiring

Relationship Manager Interview Questions asked at other Companies

Q1. How will you market banking products ? Are you willing to work at the ground level ? What are the challenges of marketing at ground level ? How different is it from other kinds of marketing? What did you learn in mba with respect to marketi... read more
View answer (47)

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. About Cutting Tool & Tool CPC
  • Q2. About CNC Machine - Types of machine , Spindle specifications, comparison, power rating etc
  • Q3. About Fixture elements- type of cylinder, types of clamp, types of work support , camping pressure calculations etc
  • Q4. CNC Programming testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study and strong in basics , be confident about your answer.

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is flutter?
  • Ans. 

    Flutter is an open-source UI software development kit created by Google for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Flutter allows developers to write code once and deploy it on multiple platforms.

    • It uses the Dart programming language and provides a rich set of pre-built widgets for creating beautiful and responsive user interfaces.

    • Flutter's hot reload feature enables...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HR and manager wants to check your basic skill. My advice is please work on your basic and you can crack the interview easily.

Skills evaluated in this interview

Android Mobile Application Developer Interview Questions asked at other Companies

Q1. 1. Sealed Classes vs Enum 2. Activity Lifecycle and Fragment Lifecycle 3. Serialization in Java 4. Scope functions in Kotlin 5. Doze mode 6. New features in Android 11 7. Interprocess communication/AIDL 8. DI Design patterns 9. Viewmodel an... read more
View answer (1)

Mindcom Consulting Services interview questions for popular designations

 Senior Engineer

 (1)

 Relationship Manager

 (1)

 React Js Frontend Developer

 (1)

 Android Mobile Application Developer

 (1)

Jobs at Mindcom Consulting Services

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: A telephonic of technical round basics about C concepts and Embedded C Concepts in order to call for next round .

I was interviewed before Feb 2016.

Interview Questionnaire 

1 Question

  • Q1. Enter a question

Interview Preparation Tips

Round: Resume Shortlist
Experience: Tell in detail what all happened during this round
Tips: Provide tips specifically for this round

Round: Technical Interview
Experience: Tell in detail what all happened during this round
Tips: Provide tips specifically for this round

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

11 Questions

  • Q1. Hobbies: Drawing. Asked about drawing and pencil shading. Draw in next 5 mins something great to impress me else rejected
  • Q2. Sketch my face
  • Q3. If you are told to do a job of a peon for the company will you?
  • Q4. Remove all the pcs from the lab and keep in other lab RIGHT NOW?
  • Ans. 

    Yes, I can remove all the pcs from the lab and keep them in another lab right now.

    • Ensure all the necessary equipment and tools are available for the move

    • Coordinate with the lab staff to ensure a smooth transition

    • Label and document each PC for easy identification and setup in the new lab

    • Ensure proper packaging and handling to prevent any damage during the move

  • Answered by AI
  • Q5. Impress me with your talents
  • Q6. If a person asks you on a construction site to pick up bricks will you?
  • Q7. How crazy are you?
  • Q8. Show me how crazy are you in next 5 mins?
  • Q9. Write down Fibonacci series and also explain pseudo code for it?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • The first two numbers of the series are always 0 and 1

    • The next number is the sum of the previous two numbers

    • The series goes on infinitely: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

    • Pseudo code: 1. Initialize variables a=0, b=1, c=0 2. Print a and b 3. Repeat steps 4-6 until desired number of terms 4. c=a+b 5. Pr

  • Answered by AI
  • Q10. Write algorithm for matrix multiplication?
  • Ans. 

    Algorithm for matrix multiplication

    • Create a result matrix with dimensions of the two input matrices

    • Iterate through each row and column of the result matrix

    • For each element in the result matrix, multiply corresponding row in first matrix with corresponding column in second matrix

    • Add the products obtained in the previous step to get the final value for the element

  • Answered by AI
  • Q11. Explain your project and which algorithm you used in it. Why that algorithm?
  • Ans. 

    I worked on a project that involved sentiment analysis of customer reviews using Naive Bayes algorithm.

    • The project involved collecting customer reviews from various sources.

    • Preprocessing the data by removing stop words, stemming, and tokenizing.

    • Used Naive Bayes algorithm for sentiment analysis.

    • The algorithm was chosen because of its simplicity and effectiveness in text classification tasks.

    • The accuracy of the model was

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Confused

If they say do you have any questions?
NEVER ASK about your performance in that round.

Round: Technical Interview
Experience: Good
Tips: Interview depends on your basic knowledge

Skills: Presence Of Mind, Technical Skills, Analytical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Got rejected for TCS aptitude.
Funny Moments: Whole HR interview

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Talk about your BE project?
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development

    • Implemented user authentication and authorization

    • Designed a responsive UI using Bootstrap

    • Integrated Google Maps API for location tracking

    • Enabled file uploads and downloads for project documents

  • Answered by AI
  • Q2. If you belong to EXTC, then why IT?
  • Ans. 

    EXTC and IT are not mutually exclusive fields. My knowledge in EXTC complements my skills in IT.

    • My knowledge in EXTC gives me a strong foundation in electronics and communication, which are essential in the IT industry.

    • I have also gained programming skills through my coursework and projects in EXTC.

    • IT is a rapidly growing field with a lot of opportunities, and I believe my skills and knowledge make me a strong candidat...

  • Answered by AI
  • Q3. Are you ok with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals

    • I am excited about the prospect of exploring a new city and culture

    • I am flexible and adaptable to new environments

  • Answered by AI
  • Q4. Which languages are you familiar with?
  • Ans. 

    I am familiar with several programming languages.

    • Java

    • Python

    • C++

    • JavaScript

    • SQL

  • Answered by AI
  • Q5. BE project members and your guide
  • Q6. What/s the diffrencebetween leader and a manager
  • Ans. 

    A leader inspires and motivates while a manager plans and organizes.

    • Leaders focus on the big picture while managers focus on details

    • Leaders lead by example while managers delegate tasks

    • Leaders inspire and motivate while managers enforce rules and policies

    • Leaders are visionaries while managers are implementers

    • Examples of leaders: Steve Jobs, Martin Luther King Jr. Examples of managers: Tim Cook, COO of Apple

  • Answered by AI
  • Q7. Are you okay with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may come with challenges, but I am prepared to face them

    • I am excited about the prospect of starting fresh in a new location

  • Answered by AI
  • Q8. What's the name of the person who took your technical interview?
  • Ans. 

    I'm sorry, I don't have that information.

    • N/A

  • Answered by AI
  • Q9. How was the TCS aptitude test?
  • Ans. 

    The TCS aptitude test was challenging but fair.

    • The test covered a wide range of topics including math, logic, and English.

    • The questions were designed to test problem-solving skills and critical thinking.

    • Time management was crucial as there were many questions to answer in a limited time.

    • Overall, the test was a good indicator of one's aptitude for software engineering.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: pretty decent and interactive
Tips: be true, be yourself

General Tips: Do not fake a personality, be original. Avoid an answer if you have to, but , in an affirmative way.
Skills: Ability To Justify, Ability To Be Involved In Hands On Work, Ability To Deal Diplomatically, Ability To Convince
College Name: Vidyalankar Institute Of Technology
Funny Moments: The HR interviewer asked me the name of my tech interviewer.
Contribute & help others!
anonymous
You can choose to be anonymous

Mindcom Consulting Services Interview FAQs

How many rounds are there in Mindcom Consulting Services interview?
Mindcom Consulting Services interview process usually has 2 rounds. The most common rounds in the Mindcom Consulting Services interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Mindcom Consulting Services 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 Mindcom Consulting Services. The most common topics and skills that interviewers at Mindcom Consulting Services expect are Aviation, CATIA, CRM, Cloud Computing and Computer Science.
What are the top questions asked in Mindcom Consulting Services interview?

Some of the top questions asked at the Mindcom Consulting Services interview -

  1. What is flutt...read more
  2. About Fixture elements- type of cylinder, types of clamp, types of work suppo...read more
  3. About CNC Machine - Types of machine , Spindle specifications, comparison, po...read more

Recently Viewed

COMPANY BENEFITS

Daimler India Commercial Vehicles

No Benefits

INTERVIEWS

HCL Group

No Interviews

SALARIES

Godrej & Boyce Manufacturing

No Salaries

DESIGNATION

SALARIES

Capgemini

INTERVIEWS

Limpidstone Technology

No Interviews

JOBS

Browse jobs

Discover jobs you love

INTERVIEWS

SwiftWIN Technologies

No Interviews

DESIGNATION

REVIEWS

Capgemini

No Reviews

Tell us how to improve this page.

Mindcom Consulting Services Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all

Mindcom Consulting Services Reviews and Ratings

based on 27 reviews

3.1/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

2.8

Salary

3.1

Job security

2.9

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 27 Reviews and Ratings
Fusion SCM Functional

Hyderabad / Secunderabad,

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

EBS R12 OPM Functional Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

EBS R12 OPM Functional Consultant

Hyderabad / Secunderabad,

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Explore more jobs
Process Analyst
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Technical Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mindcom Consulting Services 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