Upload Button Icon Add office photos
Premium Employer

i

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

Magic Edtech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Magic Edtech Interview Questions and Answers

Updated 24 May 2025
Popular Designations

25 Interview questions

A Senior Program Manager was asked 1mo ago
Q. How do you manage top-line and bottom-line performance?
Ans. 

Managing top line and bottom line involves strategies to increase revenue while controlling costs for sustainable growth.

  • Revenue Growth Strategies: Implementing new marketing campaigns or expanding product lines can drive sales and increase top line revenue. For example, a tech company might launch a new software product to attract more customers.

  • Cost Management: Regularly reviewing operational expenses and identi...

View all Senior Program Manager interview questions
An Instructional Designer was asked 3mo ago
Q. Do you have experience in accessibility?
Ans. 

Yes, I have experience in accessibility.

  • I have designed e-learning courses with accessibility features such as alt text for images, closed captioning for videos, and keyboard navigation.

  • I am familiar with WCAG guidelines and have implemented them in my instructional design projects.

  • I have conducted usability testing with individuals with disabilities to ensure the accessibility of the learning materials.

View all Instructional Designer interview questions
A Project Manager was asked 8mo ago
Q. How will you make a low-performing resource a high-performing one?
Ans. 

Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

  • Clearly communicate expectations and goals to the resource.

  • Offer support and training to help the resource improve their skills and knowledge.

  • Provide regular feedback and recognition for progress made.

  • Set specific goals and milestones to track improvement.

  • Create a development plan with the resource to...

View all Project Manager interview questions
A Trainee was asked 12mo ago
Q. What is the difference between HTML and HTML5?
Ans. 

HTML5 is the latest version of HTML with new features and improvements.

  • HTML5 supports new elements like <header>, <footer>, <nav>, <article>, <section> etc.

  • HTML5 introduces new APIs like geolocation, drag and drop, canvas, video, audio, local storage, etc.

  • HTML5 supports new form input types like email, url, date, range, color, etc.

  • HTML5 has better support for multimedia elements and i...

View all Trainee interview questions
A Trainee was asked 12mo ago
Q. What are the features of React?
Ans. 

React is a JavaScript library for building user interfaces.

  • Component-based architecture

  • Virtual DOM for efficient updates

  • JSX syntax for writing HTML in JavaScript

  • Unidirectional data flow

  • Reusable components

  • React Hooks for managing state and side effects

View all Trainee interview questions
A Senior Java Developer was asked 12mo ago
Q. Write a program to count the frequency of each character in a given string.
Ans. 

Use a hashmap to count the frequency of each character in a string.

  • Create a hashmap to store characters as keys and their frequencies as values.

  • Iterate through the string and update the hashmap accordingly.

  • Return the hashmap with character frequencies.

View all Senior Java Developer interview questions
A Senior Java Developer was asked 12mo ago
Q. Describe the process of creating a REST API from the controller to the repository layer.
Ans. 

Creating a REST API from controller to repository using NOTEPAD

  • Create a controller class with mapping annotations for REST endpoints

  • Implement service layer to handle business logic and interact with repository

  • Define repository interface with methods for data access operations

  • Use Spring Boot for easy setup and configuration

  • Test API endpoints using tools like Postman

View all Senior Java Developer interview questions
Are these interview questions helpful?
A Senior Java Developer was asked 12mo ago
Q. Describe a situation where you were unable to implement a custom MongoDB query at the repository layer.
Ans. 

Creating custom MongoDB queries in the repository layer is essential for efficient data retrieval and manipulation.

  • Use MongoTemplate for custom queries: Example: mongoTemplate.find(query, YourEntity.class).

  • Utilize Query and Criteria classes to build dynamic queries: Example: Query query = new Query(Criteria.where('field').is(value)).

  • Implement custom repository interfaces for complex queries: Example: public interf...

View all Senior Java Developer interview questions
A QA QC Engineer was asked
Q. Explain the difference between black box testing and white box testing.
Ans. 

Black box testing focuses on the functionality of the system without considering its internal structure, while white box testing examines the internal structure and implementation details.

  • Black box testing is based on external specifications and requirements.

  • White box testing is based on internal code and design.

  • Black box testing is primarily used for functional testing.

  • White box testing is primarily used for stru...

View all QA QC Engineer interview questions
A Senior Software Engineer was asked
Q. How do you find the second largest number in a column in MySQL?
Ans. 

To find the second largest number in a column in MySQL, you can use the ORDER BY and LIMIT clauses.

  • Write a SELECT statement to retrieve the column values in descending order using ORDER BY.

  • Use the LIMIT clause to limit the result set to the second row.

  • The value in the second row will be the second largest number in the column.

View all Senior Software Engineer interview questions

Magic Edtech Interview Experiences

56 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

Reactjs Developer Interview Questions & Answers

user image Sumit Sharma

posted on 31 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is enums in typescript, difference between shallow and deep copy, what is virtual dom, what are closures, some psuedo codes, react machine coding. and other basic javascript questions.
  • Ans. 

    Enums in TypeScript are a way to define a set of named constants. Shallow copy only copies the reference, while deep copy creates a new object. Virtual DOM is a lightweight copy of the actual DOM. Closures are functions that have access to their own scope and the scope of their containing function.

    • Enums in TypeScript are used to define a set of named constants. For example, enum Color { Red, Green, Blue }

    • Shallow copy c...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Testing related questions, and other javascript and react questions.

Senior Engineer Interview Questions & Answers

user image utkarsh dubey

posted on 26 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic react and js interview
Round 2 - Assessment 

(1 Question)

  • Q1. React multiple questions
Round 3 - Coding Test 

Finding kth largest number by creating function without using in-built methods using javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for a Sr.Engineer position with this company.After successfully clearing 3 technical rounds, we moved to salary negotiations. Based on market standards and their own job listings for this position, which clearly mentioned a salary bracket of 12-15 LPA, I expected 12 LPA-a fair and reasonable figure for the role and my qualifications.
After discussions, I compromised and agreed to their offer of 9LPA, despite already holding another offer at the same package. However, at the final stage, they abruptly cancelled the offer, citing that my initial expectation was too high. This decision came after wasting significant time and energy throughout the process.
This behavior demonstrates a lack of professionalism, transparency, and respect for candidates. It's disheartening to see companies treating potential hires this way, especially after reaching mutual agreements.
If you're considering applying here, think twice about their commitment to candidate and their hiring ethics.

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scrum methodology
  • Q2. Agile methodology
Round 2 - One-on-one 

(2 Questions)

  • Q1. About project how many teams you are handling
  • Q2. Team sizing and teams

Interview Preparation Tips

Interview preparation tips for other job seekers - The manager was very bad he was restricted to his working style not at all adaptable
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Lead Consultant with a background in project management and client relations.

    • Over 5 years of experience in consulting roles

    • Strong project management skills, able to lead teams to successful outcomes

    • Excellent communication and relationship-building abilities

    • Proven track record of delivering results for clients

    • Certified in relevant consulting methodologies

  • Answered by AI
  • Q2. Brief me about your experience
  • Ans. 

    I have over 10 years of experience in consulting, specializing in project management and client relations.

    • 10+ years of consulting experience

    • Specialize in project management

    • Strong client relations skills

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Share past challenges
  • Ans. 

    Overcoming challenges in previous roles through problem-solving and perseverance.

    • Successfully managed a project with a tight deadline by prioritizing tasks and delegating responsibilities

    • Resolved conflicts within a team by facilitating open communication and finding common ground

    • Adapted to a new software system by seeking out training resources and practicing regularly

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain the gaps in your CV
  • Ans. 

    Career breaks for personal development and family commitments

    • Took a year off to travel and gain new perspectives

    • Took a break to care for a sick family member

    • Attended a professional development program to enhance skills

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a proven track record of successfully leading teams and delivering results in complex consulting projects.

    • Extensive experience in consulting industry

    • Strong leadership skills demonstrated through successful project delivery

    • Ability to effectively communicate and collaborate with clients and team members

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and stick to your basics.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Dagger and koin
  • Q2. Retrofit related questions
  • Q3. Jet compose topics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Lookup vs graphlookup in mongodb
  • Ans. 

    Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.

    • Lookup is used to perform a left outer join between two collections in MongoDB.

    • Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.

    • Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.

    • Lookup is faster than ...

  • Answered by AI
  • Q2. Count frequency of each character in string
  • Ans. 

    Use a hashmap to count the frequency of each character in a string.

    • Create a hashmap to store characters as keys and their frequencies as values.

    • Iterate through the string and update the hashmap accordingly.

    • Return the hashmap with character frequencies.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a rest api all the way from controller to repository using NOTEPAD
  • Ans. 

    Creating a REST API from controller to repository using NOTEPAD

    • Create a controller class with mapping annotations for REST endpoints

    • Implement service layer to handle business logic and interact with repository

    • Define repository interface with methods for data access operations

    • Use Spring Boot for easy setup and configuration

    • Test API endpoints using tools like Postman

  • Answered by AI
  • Q2. Couldnt write custom mongodb query at repository layer in notepad which rejected my candidature.
  • Ans. 

    Creating custom MongoDB queries in the repository layer is essential for efficient data retrieval and manipulation.

    • Use MongoTemplate for custom queries: Example: mongoTemplate.find(query, YourEntity.class).

    • Utilize Query and Criteria classes to build dynamic queries: Example: Query query = new Query(Criteria.where('field').is(value)).

    • Implement custom repository interfaces for complex queries: Example: public interface Y...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. How to deal with team and work pressure. Some technical questions, HTML css responsive design related questions
  • Q2. HTML basic questions
  • Q3. CSS basic questions
  • Q4. Responsive design related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about Magic Edtech?
Ask anonymously on communities.

Magic Edtech Interview FAQs

How many rounds are there in Magic Edtech interview?
Magic Edtech interview process usually has 2-3 rounds. The most common rounds in the Magic Edtech interview process are Technical, HR and One-on-one Round.
How to prepare for Magic Edtech 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 Magic Edtech. The most common topics and skills that interviewers at Magic Edtech expect are Javascript, Agile, SQL, Java and Front End.
What are the top questions asked in Magic Edtech interview?

Some of the top questions asked at the Magic Edtech interview -

  1. What is the Full from of CMYK and RGB colour and what is difference between RGB...read more
  2. How will you make a low-performing resource a high-performing o...read more
  3. What is difference between serif or San sarif fo...read more
What are the most common questions asked in Magic Edtech HR round?

The most common HR questions asked in Magic Edtech interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Why should we hire y...read more
How long is the Magic Edtech interview process?

The duration of Magic Edtech 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.9/5

based on 53 interview experiences

Difficulty level

Easy 31%
Moderate 69%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 287 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 181 Interviews
Iris Software Interview Questions
4.0
 • 176 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
View all

Magic Edtech Reviews and Ratings

based on 511 reviews

3.1/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

2.8

Salary

2.8

Job security

3.2

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 511 Reviews and Ratings
Senior Software Engineer
179 salaries
unlock blur

₹6 L/yr - ₹25.2 L/yr

Consultant
141 salaries
unlock blur

₹6 L/yr - ₹22.8 L/yr

Lead Consultant
141 salaries
unlock blur

₹9.8 L/yr - ₹34 L/yr

Software Engineer
129 salaries
unlock blur

₹4.1 L/yr - ₹14.3 L/yr

Senior Associate
118 salaries
unlock blur

₹2.4 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Magic Edtech with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview