Quadlabs Technologies
Annalect Interview Questions and Answers
Q1. Difference between sanity and smoke testing
Sanity testing is a narrow and focused testing to ensure core functionalities work, while smoke testing is a broader testing to check if the build is stable enough for further testing.
Sanity testing is a subset of regression testing, focusing on specific areas of the application to ensure they still work after changes.
Smoke testing is a preliminary testing to check if the build is stable enough for further testing, covering basic functionalities.
Sanity testing is usually perf...read more
Q2. Difference between regression and retesting
Regression testing is testing the entire application after a change, while retesting is testing a specific bug fix.
Regression testing involves testing the entire application to ensure that new changes have not affected existing functionality.
Retesting is testing a specific bug fix to ensure that the issue has been resolved.
Regression testing is done after every change, while retesting is done after a bug fix.
Example: After fixing a login issue, retesting would involve checkin...read more
Q3. inheritance is process through which child class inherits properties of base class
Inheritance is a mechanism in object-oriented programming where a subclass acquires the properties and behaviors of its parent class.
Inheritance allows for code reuse and promotes a hierarchical organization of code.
The child class can override or extend the properties and behaviors inherited from the parent class.
Inheritance can be single, multiple, or multilevel depending on the number of parent classes involved.
Example: A class Animal can be a parent class for subclasses l...read more
Q4. Tell me something about sdlc
SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.
SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables that contribute to the overall success of the software project.
SDLC helps ensure that the software meets the requirements of the stakeholde...read more
Q5. Tell me something about stlc
STLC stands for Software Testing Life Cycle, which is a series of activities performed during the testing process.
STLC consists of phases like requirement analysis, test planning, test design, test execution, and test closure.
Each phase has specific goals and deliverables to ensure the quality of the software.
STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them later.
It ensures that the software meets the specified requirements an...read more
Q6. What is inheritance
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows for code reuse and promotes modularity.
The existing class is called the parent or base class, while the new class is called the child or derived class.
The child class inherits all the properties and methods of the parent class, and can also add new properties and methods.
For example, a class Animal can be the parent class of c...read more
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month