Filter interviews by
Quality assurance ensures quality in the entire software development process, quality control ensures quality in the product, and testing is the process of finding defects.
Quality assurance focuses on preventing defects by establishing processes and standards.
Quality control focuses on identifying defects in the product through inspections and testing.
Testing is the process of executing the software to find defects and...
QA should start as early as possible in the software development life cycle.
QA should be involved in the planning phase to ensure requirements are testable
QA should review design documents to identify potential issues
QA should start testing as soon as there is a build available
QA should continue testing throughout the development process
QA should perform regression testing after each change
QA should be involved in the ...
QA testing life cycle is a process of planning, designing, executing, and reporting on tests throughout the software development cycle.
Requirement analysis
Test planning
Test case development
Test environment setup
Test execution
Defect reporting and tracking
Test closure
A test plan is a document that outlines the testing strategy, objectives, scope, and schedule for a software project.
Defines the testing approach and scope
Outlines the test environment and resources required
Specifies the test cases and test data to be used
Includes a schedule for testing activities
Identifies the roles and responsibilities of the testing team
May also include risk assessment and mitigation strategies
Different kinds of testing include functional, performance, security, usability, and exploratory testing.
Functional testing: testing the functionality of the software
Performance testing: testing the speed and responsiveness of the software
Security testing: testing the security of the software
Usability testing: testing the user-friendliness of the software
Exploratory testing: testing the software without a specific test
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Scenario based questions
I was interviewed in Jan 2025.
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Easy very simple questions sked in test
SDLC stands for Software Development Life Cycle, a process used to design, develop, and test software.
SDLC is a systematic process for building software applications.
It includes phases like planning, analysis, design, implementation, testing, and maintenance.
Each phase has specific goals and deliverables to ensure the quality and success of the software.
Examples of SDLC models include Waterfall, Agile, and DevOps.
Hackerank platform with multiple questions.
Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)
Check if two strings are anagrams of each other
Create a function that takes in two strings as input
Remove all spaces and special characters from both strings
Sort the characters in both strings and compare them to check if they are equal
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Write a program to run the same test case 100 times
Use a loop to iterate 100 times
Call the test case function inside the loop
Track the results of each iteration if needed
A program to count the number of duplicate characters in an array of strings.
Iterate through each string in the array
For each string, iterate through each character and count the occurrences
Store the count of each character in a map or dictionary
Return the characters with count greater than 1
Handling multiple windows in Selenium involves switching between windows and performing actions on each window.
Use getWindowHandles() to get all window handles
Switch to a specific window using switchTo().window(handle)
Perform actions on the window
Switch back to the original window if needed
TCS
Accenture
Wipro
Cognizant