Upload Button Icon Add office photos

MPTA Education

Compare button icon Compare button icon Compare

Filter interviews by

MPTA Education Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Profile summary, Professional journey,Reason of leaving current company
Round 3 - One-on-one 

(1 Question)

  • Q1. Regional Head took this round
Round 4 - One-on-one 

(1 Question)

  • Q1. Zonal head was there to know me personally

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if remote job is offered.
I didn't get a single day of training.
Even I got my SFDC credential after a month.
No support from the seniors.
Performance pressure from the very first month.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your experiences and learnings?
  • Ans. 

    I have over 5 years of experience in retail management, leading teams and driving sales. I have learned the importance of effective communication, problem-solving, and strategic planning.

    • Managed a team of 20+ employees in a retail store, resulting in a 15% increase in sales over the past year

    • Implemented new training programs to improve employee performance and customer satisfaction

    • Developed and executed strategic marke...

  • Answered by AI
  • Q2. In which area have you managed projects or responsibilities?
  • Ans. 

    I have managed projects in the marketing and sales department.

    • Led a team in launching a new product campaign

    • Managed budget and resources for various marketing initiatives

    • Implemented sales strategies to increase revenue

    • Collaborated with cross-functional teams to achieve project goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply be honest and true to yourself.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2023.

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 

Basic question of indiabix topics and 10 code questions

Round 3 - Technical 

(4 Questions)

  • Q1. Resume based questions,coding questions,core subject questions
  • Q2. What is indexing in dbms?
  • Q3. Secondlargest element
  • Ans. 

    Find the second largest element in an array of integers efficiently.

    • Iterate through the array while keeping track of the largest and second largest elements.

    • Initialize two variables: largest and secondLargest to negative infinity.

    • For each element, update largest if the current element is greater than largest.

    • If the current element is less than largest but greater than secondLargest, update secondLargest.

    • Example: For ar...

  • Answered by AI
  • Q4. Pascal triangle

I applied via Campus Placement and was interviewed in Sep 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 

25 questions of quants and logical and 10 questions of coding, some were debugging some were coding

Round 3 - Technical 

(4 Questions)

  • Q1. Discussion about my resume projects
  • Q2. Return addition and subtraction of two numbers from the same function
  • Ans. 

    A function that returns the addition and subtraction of two numbers.

    • Create a function that takes two numbers as input parameters.

    • Inside the function, calculate the sum of the two numbers and store it in a variable.

    • Calculate the difference of the two numbers and store it in another variable.

    • Return an array of strings containing the sum and difference.

  • Answered by AI
  • Q3. Print leaf nodes of binary tree
  • Ans. 

    Print leaf nodes of binary tree

    • Traverse the tree recursively

    • If node is null, return

    • If node is leaf node, print it

    • Else, recursively traverse left and right subtrees

  • Answered by AI
  • Q4. What is the protocol used for communication over web pages
  • Ans. 

    HTTP is the protocol used for communication over web pages.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server

    • The web server responds with the requested data in the form of HTML, images, videos, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding for the aptitude test.
The interview was fairly simple they just want to know how good you are at thinking about solutions of a problem.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 

My name is amar reverse the string without using inbuilt method

Round 3 - Technical 

(1 Question)

  • Q1. What is nodejs and what is promise. What is closures
  • Ans. 

    Node.js is a runtime environment for executing JavaScript code outside of a web browser. Promises are objects representing the eventual completion or failure of an asynchronous operation. Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Node.js is a runtime environment that allows you to run JavaScript on the server-side.

    • Promises are used in asynchronous progra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My suggestion is to don't join this company if they will say we have I agreement for 2 years they don't professional ethics this company won't follow the rules when they don't have work to do they will remove the employees without a reason please be careful and think twice before join this company this is my request
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

So prepare good amout of aptitude , and try to solve at least 15 Questions

Round 2 - Coding Test 

It was an Online coding test 2 questions were there. difficulty (Easy and Medium).

Round 3 - Coding Test 

The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.

Round 4 - Technical 

(3 Questions)

  • Q1. Questions on HTML, CSS
  • Q2. Permutations in string (Can you Backtracking approach). Always try to explain your approach
  • Ans. 

    Generate all permutations of a string using a backtracking approach.

    • Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.

    • Start with an empty string and build permutations by adding one character at a time.

    • Use a boolean array to track which characters are already included in the current permutation.

    • Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...

  • Answered by AI
  • Q3. Explain your Project?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using Node.js and MongoDB for database management.

    • Incorporated user authentication and authorization features for secure access.

    • Integrated payment gateway for online transactions.

    • Utilized responsive design for mobile compatibility.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to work experience and skills on Resume
  • Q2. Formula to find midpoint and slope of a line
  • Ans. 

    Midpoint and slope formulas help determine key characteristics of a line in coordinate geometry.

    • Midpoint formula: M = ((x1 + x2)/2, (y1 + y2)/2). Example: M = ((1 + 3)/2, (2 + 4)/2) = (2, 3).

    • Slope formula: m = (y2 - y1) / (x2 - x1). Example: m = (4 - 2) / (3 - 1) = 1.

    • Midpoint gives the center point between two coordinates.

    • Slope indicates the steepness and direction of the line.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well and also projects you worked on. They do not hire for specific tech stack. You will get any technology based on project requirements. So prepare programming concepts and DSA well

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL queries , python pandas and numpy , power bi related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous experience, skills and expertise

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions in aptitude section was easy and would require good analytical and quantitative skills.

Round 2 - Coding Test 

Total 10 questions
6 debugging question
4 easy-medium level coding questions (2 Marks + 3 Marks + 3 Marks + 3 Marks)

Round 3 - Technical 

(1 Question)

  • Q1. OOPs, Project, SQL Queries, Puzzle/Apptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well in accordance with ur resume.

MPTA Education Interview FAQs

How to prepare for MPTA Education 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 MPTA Education. The most common topics and skills that interviewers at MPTA Education expect are ERP, HR, HR Policies, MIS and Recruitment.

Tell us how to improve this page.

Interview Questions from Similar Companies

Z X Learning Interview Questions
4.4
 • 44 Interviews
Adda 247 Interview Questions
3.2
 • 37 Interviews
Zeus Learning Interview Questions
3.1
 • 36 Interviews
Schoolnet India Interview Questions
4.0
 • 19 Interviews
Tata ClassEdge Interview Questions
3.6
 • 12 Interviews
Six Red Marbles Interview Questions
3.5
 • 12 Interviews
StudyIn Interview Questions
3.6
 • 11 Interviews
Planet EDU Interview Questions
3.4
 • 11 Interviews
View all

MPTA Education Reviews and Ratings

based on 45 reviews

4.5/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

3.8

Salary

3.6

Job security

4.3

Company culture

3.7

Promotions

4.4

Work satisfaction

Explore 45 Reviews and Ratings
HR Executive
7 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

MIS Executive
6 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Accountant
5 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Technical Trainer
5 salaries
unlock blur

₹1.8 L/yr - ₹2.3 L/yr

Trainer
5 salaries
unlock blur

₹1.8 L/yr - ₹2.7 L/yr

Explore more salaries
Compare MPTA Education with

Z X Learning

4.4
Compare

Educomp Solutions

3.4
Compare

Schoolnet India

4.0
Compare

Adda 247

3.2
Compare
write
Share an Interview