i
Magic Edtech
Filter interviews by
I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.
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...
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...
Top trending discussions
posted on 24 Aug 2024
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);
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.
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
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...
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...
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
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, ...
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
I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.
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.
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)
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.
posted on 16 Jul 2024
posted on 11 Nov 2021
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
posted on 8 Jul 2024
posted on 6 Feb 2019
I applied via Approached by Company and was interviewed in Dec 2018. There were 5 interview rounds.
Interview experience
Consultant
143
salaries
| ₹5.8 L/yr - ₹22.8 L/yr |
Senior Software Engineer
133
salaries
| ₹6.3 L/yr - ₹18.5 L/yr |
Software Engineer
126
salaries
| ₹4 L/yr - ₹13.5 L/yr |
Lead Consultant
125
salaries
| ₹8 L/yr - ₹29.4 L/yr |
Softwaretest Engineer
119
salaries
| ₹1 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech