Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mindgraph Team. If you also belong to the team, you can get access from here

Mindgraph Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mindgraph Interview Questions and Answers

Updated 11 Dec 2024
Popular Designations

7 Interview questions

A Data Engineer was asked 8mo ago
Q. Write a Python code for the given condition.
Ans. 

Python code can be written to solve various data engineering tasks efficiently.

  • Use libraries like pandas for data manipulation. Example: df = pd.read_csv('file.csv')

  • Utilize SQLAlchemy for database interactions. Example: engine = create_engine('sqlite:///:memory:')

  • Implement ETL processes using Airflow or similar tools.

  • Leverage Python's built-in libraries for data processing, such as json and csv.

View all Data Engineer interview questions
A Front end Developer was asked 10mo ago
Q. Is Javascript used for front-end or back-end development?
Ans. 

JavaScript is primarily a front-end language, but it can also be used on the back-end with environments like Node.js.

  • JavaScript runs in the browser, making it essential for front-end development.

  • With Node.js, JavaScript can be used for server-side programming.

  • Front-end frameworks like React, Angular, and Vue.js utilize JavaScript.

  • Back-end frameworks like Express.js allow JavaScript to handle server logic.

View all Front end Developer interview questions
An UI Developer was asked 11mo ago
Q. Write JavaScript code to...
Ans. 

JavaScript coding involves writing scripts to create dynamic web content and enhance user interaction.

  • JavaScript is a versatile language used for both client-side and server-side development.

  • Example: Using 'document.getElementById' to manipulate HTML elements.

  • JavaScript supports event-driven programming, allowing actions based on user interactions.

  • Example: Adding an event listener with 'element.addEventListener('c...

View all UI Developer interview questions
A Front end Developer was asked 10mo ago
Q. What is object, constructor,class in python.
Ans. 

Objects are instances of classes, constructors are special methods used to initialize objects, and classes are blueprints for creating objects in Python.

  • Objects are instances of classes that encapsulate data and behavior.

  • Constructors are special methods with the name __init__ used to initialize objects.

  • Classes are blueprints for creating objects, defining their properties and methods.

  • Example: class Person: def __...

View all Front end Developer interview questions
A Junior Trainee was asked
Q. Odd or even Program without using loop
Ans. 

Check if a number is odd or even without using loops

  • Use bitwise AND operator with 1 to check if the least significant bit is 1 or 0

  • If the result is 1, the number is odd. If the result is 0, the number is even

  • Example: int num = 5; if((num & 1) == 1) { // odd number } else { // even number }

View all Junior Trainee interview questions
A Front end Developer was asked 10mo ago
Q. Role of html and css developer
Ans. 

HTML and CSS developers are responsible for creating the structure and design of websites.

  • HTML is used for creating the structure and content of a website.

  • CSS is used for styling and designing the website.

  • HTML provides the foundation for web development, while CSS enhances the visual appearance.

  • HTML elements are used to define the structure of a webpage, such as headings, paragraphs, and images.

  • CSS is used to cont...

View all Front end Developer interview questions
A Front end Developer was asked 10mo ago
Q. Role of front end developer
Ans. 

Front end developers are responsible for creating the user interface and user experience of a website or application.

  • Translate design mockups into code using HTML, CSS, and JavaScript

  • Ensure the website or application is responsive and works across different devices

  • Collaborate with designers and back end developers to ensure seamless integration of front end and back end components

View all Front end Developer interview questions
Are these interview questions helpful?

Mindgraph Interview Experiences

10 interviews found

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Role of front end developer
  • Ans. 

    Front end developers are responsible for creating the user interface and user experience of a website or application.

    • Translate design mockups into code using HTML, CSS, and JavaScript

    • Ensure the website or application is responsive and works across different devices

    • Collaborate with designers and back end developers to ensure seamless integration of front end and back end components

  • Answered by AI
  • Q2. Role of html and css developer
  • Ans. 

    HTML and CSS developers are responsible for creating the structure and design of websites.

    • HTML is used for creating the structure and content of a website.

    • CSS is used for styling and designing the website.

    • HTML provides the foundation for web development, while CSS enhances the visual appearance.

    • HTML elements are used to define the structure of a webpage, such as headings, paragraphs, and images.

    • CSS is used to control t...

  • Answered by AI
  • Q3. What is object, constructor,class in python.
  • Ans. 

    Objects are instances of classes, constructors are special methods used to initialize objects, and classes are blueprints for creating objects in Python.

    • Objects are instances of classes that encapsulate data and behavior.

    • Constructors are special methods with the name __init__ used to initialize objects.

    • Classes are blueprints for creating objects, defining their properties and methods.

    • Example: class Person: def __init_...

  • Answered by AI
  • Q4. Javascript is front end or backend.
  • Ans. 

    JavaScript is primarily a front-end language, but it can also be used on the back-end with environments like Node.js.

    • JavaScript runs in the browser, making it essential for front-end development.

    • With Node.js, JavaScript can be used for server-side programming.

    • Front-end frameworks like React, Angular, and Vue.js utilize JavaScript.

    • Back-end frameworks like Express.js allow JavaScript to handle server logic.

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions from sql, python, probability, statistics, logical reasoning.

Round 2 - Coding Test 

6 basic DSA questions from 5 have to be solved. Solve in python.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

15 to 30 min of coding test was conducted during the first round of interview.
Given a simple task of showing an iteration of array items using map method.
Where you have to use h1 tag and input tag.
The user as he enters in input tag the value should be displayed in h1 tag and added into the array.
At the end all the values should be stored in array and displayed in output.

Round 3 - Technical 

(5 Questions)

  • Q1. Asked everything about css, redux, middleware in redux, web sockets and react.js.
  • Q2. Everything about css
  • Q3. Everything about React.js
  • Q4. Everything about Redux.
  • Q5. Redux middle ware

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all the questions you don't know in your subject you are going to give interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2023.

Round 1 - Group Discussion 

A group discussion was conducted with the students deciding the topic.

Round 2 - Aptitude Test 

An hour-long aptitude test.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question focusing on the projects completed
  • Q2. Explained the project

Interview Preparation Tips

Topics to prepare for Mindgraph Software Engineer interview:
  • HTML
  • CSS
  • Javascript
  • React.Js

UI Developer Interview Questions & Answers

user image personal

posted on 30 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on html and css
  • Q2. Javscript coding
  • Ans. 

    JavaScript coding involves writing scripts to create dynamic web content and enhance user interaction.

    • JavaScript is a versatile language used for both client-side and server-side development.

    • Example: Using 'document.getElementById' to manipulate HTML elements.

    • JavaScript supports event-driven programming, allowing actions based on user interactions.

    • Example: Adding an event listener with 'element.addEventListener('click'...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About html,css and javascript
Round 2 - Coding Test 

Problems related to arrays and graphs

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude-1:30 minutes

Round 2 - Coding Test 

Coding test - 1:30 minutes

PMO Lead Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Basic info about last job profile
Round 3 - One-on-one 

(1 Question)

  • Q1. With the manager about technical things
Round 4 - One-on-one 

(1 Question)

  • Q1. With the CEO about basic stuff
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning & coding

Round 2 - Case Study 

Groupwise we have to complete task for data engineering, and need to explain what we have done.

Round 3 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a data engineer with a strong background in programming and data analysis.

    • Experienced in programming languages such as Python, SQL, and Java

    • Skilled in data manipulation, ETL processes, and data modeling

    • Familiar with big data technologies like Hadoop, Spark, and Kafka

  • Answered by AI
  • Q2. In-depth questions about my final year project
  • Q3. Given a condition asked to write a python code for that on board
  • Ans. 

    Python code can be written to solve various data engineering tasks efficiently.

    • Use libraries like pandas for data manipulation. Example: df = pd.read_csv('file.csv')

    • Utilize SQLAlchemy for database interactions. Example: engine = create_engine('sqlite:///:memory:')

    • Implement ETL processes using Airflow or similar tools.

    • Leverage Python's built-in libraries for data processing, such as json and csv.

  • Answered by AI
  • Q4. Some basic data science questions like k-means, Naive bayesian etc

Interview Preparation Tips

Interview preparation tips for other job seekers - more focus on python and sql when applying for data Engineer or Analyst roles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Oct 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 - HR 

(1 Question)

  • Q1. Odd or even Program without using loop
  • Ans. 

    Check if a number is odd or even without using loops

    • Use bitwise AND operator with 1 to check if the least significant bit is 1 or 0

    • If the result is 1, the number is odd. If the result is 0, the number is even

    • Example: int num = 5; if((num & 1) == 1) { // odd number } else { // even number }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Oops Concepts ,
  • Q2. College Projects

Skills evaluated in this interview

Top trending discussions

View All
Office Jokes
2w
sudhirnripat74
Verified Icon
·
works at
iVistec Partners India Private Limited
FeedCard Image
Got a question about Mindgraph?
Ask anonymously on communities.

Mindgraph Interview FAQs

How many rounds are there in Mindgraph interview?
Mindgraph interview process usually has 2-3 rounds. The most common rounds in the Mindgraph interview process are One-on-one Round, HR and Coding Test.
How to prepare for Mindgraph 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 Mindgraph. The most common topics and skills that interviewers at Mindgraph expect are SQL, Apache Tomcat, Cics, Cobol and HTML.
What are the top questions asked in Mindgraph interview?

Some of the top questions asked at the Mindgraph interview -

  1. What is object, constructor,class in pyth...read more
  2. Given a condition asked to write a python code for that on bo...read more
  3. Javascript is front end or backe...read more
How long is the Mindgraph interview process?

The duration of Mindgraph interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 12 interview experiences

Difficulty level

Easy 14%
Moderate 86%

Duration

Less than 2 weeks 83%
6-8 weeks 17%
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
EXL Service Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 792 Interviews
Publicis Sapient Interview Questions
3.5
 • 643 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
UST Interview Questions
3.8
 • 542 Interviews
View all

Mindgraph Reviews and Ratings

based on 59 reviews

3.2/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.0

Salary

3.0

Job security

3.1

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 59 Reviews and Ratings
Software Engineer
38 salaries
unlock blur

₹2.5 L/yr - ₹11.4 L/yr

Software Developer
13 salaries
unlock blur

₹5.7 L/yr - ₹12 L/yr

Data Analyst
9 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Azure DevOps Engineer
8 salaries
unlock blur

₹5 L/yr - ₹6.1 L/yr

Business Analyst
7 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Explore more salaries
Compare Mindgraph with

Cognizant

3.7
Compare

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview