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
3.5

based on 48 Reviews

Filter interviews by

Mindgraph Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Mindgraph Interview Questions and Answers

Mindgraph Interview Experiences

Popular Designations

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 of web pages by defining the content and layout.

    • CSS is used for styling the HTML elements by defining colors, fonts, spacing, and more.

    • HTML and CSS work together to create visually appealing and functional websites.

    • HTML5 and CSS3 are the latest versions of these languages, offering new featu...

  • 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.

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

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.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
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 - 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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Mindgraph interview questions for popular designations

 Front end Developer

 (2)

 Software Engineer

 (2)

 Data Analyst

 (1)

 Data Engineer

 (1)

 Junior Trainee

 (1)

 PMO Lead

 (1)

 Software Developer

 (1)

 UI Developer

 (1)

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

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
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

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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:
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. 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

PMO Lead Interview Questions asked at other Companies

Q1. Do you know about machine learning
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Gayatri Vidya Parishad College of Engineering, Visakhapatnam 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
  • 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

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
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 2 interview rounds.

Round 1 - 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 2 - HR 

(2 Questions)

  • Q1. Oops Concepts ,
  • Q2. College Projects

Skills evaluated in this interview

Junior Trainee Interview Questions asked at other Companies

Q1. How can you determine if a student understands the material or needs additional instruction?
View answer (1)

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 Apache Tomcat, Cics, Cobol, HTML and JCL.
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. Role of html and css develo...read more
  3. odd or even Program without using l...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.

Mindgraph Interview Process

based on 7 interviews in last 1 year

Interview experience

3.6
  
Good
View more

People are getting interviews through

based on 6 Mindgraph interviews
Campus Placement
Job Portal
Referral
50%
33%
17%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Nagarro Interview Questions
4.0
 • 764 Interviews
View all

Mindgraph Reviews and Ratings

based on 48 reviews

3.5/5

Rating in categories

3.5

Skill development

3.3

Work-Life balance

3.3

Salary & Benefits

3.3

Job Security

3.4

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 48 Reviews and Ratings
Software Engineer
30 salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Software Developer
11 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Azure DevOps Engineer
7 salaries
unlock blur

₹5 L/yr - ₹6.1 L/yr

Data Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Java Developer
7 salaries
unlock blur

₹2.6 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Mindgraph with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview