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
3.1

based on 446 Reviews

Filter interviews by

Magic Edtech Software Tester Interview Questions and Answers

Updated 20 Oct 2023

Magic Edtech Software Tester Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sort an array of integer in Javascript
  • Ans. 

    Use the built-in sort() method in JavaScript to sort an array of integers.

    • Use the sort() method with a compare function to sort the array in ascending order.

    • For descending order, return b - a instead of a - b in the compare function.

    • Example: let arr = [3, 1, 5, 2]; arr.sort((a, b) => a - b);

  • Answered by AI
  • Q2. Rotate an array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array to store the rotated elements.

    • Use modulo operator to handle cases where the rotation count exceeds the array length.

    • Copy elements from original array to the new array based on the rotation count.

    • Return the rotated array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Software testing involves executing the software with the intent of finding defects or bugs.

    • It is done to ensure the quality, reliability, and performance of the software.

    • Types of software testing include functional testing, regression testing, performance testing, and more.

    • Example: Tes...

  • Answered by AI
  • Q2. What do you mean by smoke testing?
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of the software are working fine before proceeding with detailed testing.

    • Smoke testing is a subset of regression testing.

    • It is usually performed after a new build is received.

    • The main purpose is to verify if the critical functionalities are working without any major issues.

    • It helps in identifying early defects and saves time in the long run.

    • Ex...

  • Answered by AI
  • Q3. Tell me about Bug life cycle.
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution.

    • Bug is identified by tester

    • Bug is reported in bug tracking system

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • Bug is closed if fixed or reopened if not

  • Answered by AI
  • Q4. Difference between SDLC & STLC.
  • Ans. 

    SDLC is the software development life cycle which includes planning, designing, coding, testing, and deployment. STLC is the software testing life cycle which includes test planning, test design, test execution, and test closure.

    • SDLC focuses on the entire software development process from planning to deployment.

    • STLC focuses specifically on the testing phase within the SDLC.

    • SDLC includes requirements gathering, design, ...

  • Answered by AI
  • Q5. What is regression testing and retesting?
  • Ans. 

    Regression testing is re-running test cases to ensure that new code changes have not adversely affected existing functionality. Retesting is testing the fixed defects.

    • Regression testing ensures that new code changes do not break existing functionality

    • Retesting is done to verify that the reported defects have been fixed

    • Regression testing is performed after every code change, while retesting is done after a defect is fix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you come from non IT background then chances are very very less that you are going to be selected.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Program to print right angle trigle of number pattern using python or language of your choice
  • Ans. 

    Program to print right angle triangle of number pattern using Python.

    • Use nested loops to print the pattern.

    • The outer loop will iterate through the rows.

    • The inner loop will iterate through the columns.

    • Use the range function to control the number of rows and columns.

    • Print the numbers in the pattern using string formatting.

  • Answered by AI
  • Q2. Previous Project related questions and Testing solution approach for given scenarios.
  • Q3. Program to merge and sort 2 lists using python or language of ur choice atleast
  • Ans. 

    Program to merge and sort 2 lists using Python.

    • Create two lists and merge them using the extend() method.

    • Sort the merged list using the sort() method.

    • Alternatively, use the sorted() function to sort the merged list.

    • Example: list1 = ['apple', 'banana', 'cherry'], list2 = ['orange', 'kiwi', 'mango']

    • Example: merged_list = list1 + list2

    • Example: merged_list.sort() or sorted(merged_list)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds interveiw rounds.
1. hackerRank test
2. F2F technical
3. Discussion with Manger ( previous project experience related) may or may not ask for POCs
4. Discussion with higher manager to check ability to work with the company environment
Give ur best in all the round be honest with answers

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - More prepare on sql questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on role.

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Subject related

Interview Preparation Tips

Interview preparation tips for other job seekers - If you certified in ISTQB and you are the 1 or 2 years experience and you good at communication, you will definitely get the job in Planit.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself.

I applied via Approached by Company and was interviewed in Dec 2018. There were 5 interview rounds.

Interview Preparation Tips

General Tips: I have applied for Automation Test Engineer with 4+ Years of experience and attended the interview in planit testing Hyderabad on 20 December 2018 and i had gone through 3 rounds from morning 10:00 AM to 03:30 PM. 1st round was technical discussion, second round was system test in which i have build a hybrid framework. Then 3rd round was project manager round in which manager was so impressed with my system test and my dedication. Then HR Sowjanya Chintala told me that you are selected and next day i have received a call from Kanthi Manager who is HR Manager. She has done some negotiation and after that recruiting HR Sowjanya Chintala has done more negotiation. Then they told me that this is the Shutdown period and you will get offer letter on 26-12-2018 and to join on 02-Jan-2019. But after several followups, they said that our Managers is on leave, our CEO is on leave and everybody is on leave. After that i have directly reached their office for the status but recruiting HR Sowjanya Chintala told me that approval is still pending and due to your higher salary, they are looking for some other candidates. Before attending interview only they have asked me my salary expectations n all.
Why did you wasted my time when you don't have capacity to give the promised compensation to the employee. So i recommend everyone to don't waste time to attend their interviews and waiting for offer letter. If they have any shame, they could have offered me now.
Duration: 1-3 Months

Magic Edtech Interview FAQs

How many rounds are there in Magic Edtech Software Tester interview?
Magic Edtech interview process usually has 2 rounds. The most common rounds in the Magic Edtech interview process are Resume Shortlist and Technical.
What are the top questions asked in Magic Edtech Software Tester interview?

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

  1. Introduction, what is sdlc, what is bug life cycle, white box testing, function...read more
  2. What stlc and what is regress...read more

Tell us how to improve this page.

Magic Edtech Software Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Magic Edtech Software Tester Salary
based on 31 salaries
₹1 L/yr - ₹6.4 L/yr
48% less than the average Software Tester Salary in India
View more details
Consultant
143 salaries
unlock blur

₹5.8 L/yr - ₹22.8 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹6.3 L/yr - ₹18.5 L/yr

Software Engineer
126 salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Lead Consultant
125 salaries
unlock blur

₹8 L/yr - ₹29.4 L/yr

Softwaretest Engineer
119 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Explore more salaries
Compare Magic Edtech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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