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 Senior Software Engineer Interview Questions and Answers

Updated 20 Aug 2024

Magic Edtech Senior Software Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com

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 - Technical 

(2 Questions)

  • Q1. What is dependency injection in laravel
  • Ans. 

    Dependency injection in Laravel is a technique to manage class dependencies and improve code flexibility.

    • Dependency injection allows for easier testing and maintenance of code.

    • It involves passing dependencies to a class through its constructor or method parameters.

    • Laravel's container class manages the dependencies and resolves them when needed.

    • Example: injecting a database connection into a repository class.

    • Can also us...

  • Answered by AI
  • Q2. How do you find the second largest number in a coulmn 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.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about magic Edtech
  • Ans. 

    Magic Edtech is an innovative educational technology company.

    • Magic Edtech develops interactive learning platforms and tools.

    • They use advanced technologies like AI, AR, and VR to enhance the learning experience.

    • Their products include virtual classrooms, adaptive learning systems, and educational games.

    • Magic Edtech focuses on personalized learning and data-driven insights.

    • They collaborate with schools, universities, and

  • Answered by AI
  • Q2. What was the most challenging task you faced and how you overcame it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering. Get your basics covered.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about C# language features
  • Q2. Azure functions and other services
Round 2 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Angular basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of programming should be clear to interview experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

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

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C# question ,asp.net question
  • Q2. Sql server question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data structure question asked

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are looking for job security and growth then skip this organisation
Interview experience
5
Excellent
Difficulty level
-
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 - Technical 

(1 Question)

  • Q1. Importance of Hibernates
  • Ans. 

    Hibernate is an ORM tool in Java used for mapping Java classes to database tables.

    • Hibernate simplifies the development of Java applications by providing a framework for mapping an object-oriented domain model to a traditional relational database.

    • It eliminates the need for writing complex SQL queries by allowing developers to work with objects instead of tables.

    • Hibernate provides caching mechanisms to improve performanc...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join in V-Soft?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was good. Feedback was given on time.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on java collections

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting a given array
  • Ans. 

    Sorting a given array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the length of the strings for comparison

    • Use a comparator function to define the sorting order

  • Answered by AI
  • Q2. Database queries. Finding second, thrid highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find second, third highest salary

    • Use ORDER BY salary DESC to sort salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

    • Use LIMIT 2,1 to get the third highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change jobs
  • Q2. Salary negotiations

Skills evaluated in this interview

Magic Edtech Interview FAQs

How many rounds are there in Magic Edtech Senior Software Engineer interview?
Magic Edtech interview process usually has 2-3 rounds. The most common rounds in the Magic Edtech interview process are Technical, Resume Shortlist and HR.
How to prepare for Magic Edtech Senior Software Engineer 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 Agile Methodology, Analytical, Android, C++ and Core Java.
What are the top questions asked in Magic Edtech Senior Software Engineer interview?

Some of the top questions asked at the Magic Edtech Senior Software Engineer interview -

  1. How do you find the second largest number in a coulmn in my...read more
  2. What is dependency injection in lara...read more
  3. What do you know about magic Edt...read more

Tell us how to improve this page.

Magic Edtech Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Magic Edtech Senior Software Engineer Salary
based on 140 salaries
₹6.5 L/yr - ₹17.6 L/yr
25% less than the average Senior Software Engineer Salary in India
View more details

Magic Edtech Senior Software Engineer Reviews and Ratings

based on 15 reviews

2.8/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

3.1

Salary

2.6

Job security

2.7

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Consultant
143 salaries
unlock blur

₹5.9 L/yr - ₹22.8 L/yr

Senior Software Engineer
140 salaries
unlock blur

₹6.5 L/yr - ₹17.6 L/yr

Software Engineer
129 salaries
unlock blur

₹4 L/yr - ₹14.3 L/yr

Lead Consultant
128 salaries
unlock blur

₹7.8 L/yr - ₹33 L/yr

Softwaretest Engineer
125 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Explore more salaries
Compare Magic Edtech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview