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 Referral and was interviewed in Oct 2024. There were 3 interview rounds.
I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.
5 years of experience in QA testing
Proficient in testing web and mobile applications
Strong attention to detail and problem-solving skills
Two coding questions 30 mins
Discuss with dev, review requirements and test cases, provide evidence from testing
Have a discussion with the developer to understand their perspective and reasoning behind considering it a bug
Review the requirements and test cases to ensure that the behavior in question aligns with the expected functionality
Provide evidence from testing, such as logs, screenshots, or test results, to support your stance
Collaborate wit...
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
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
Bubble sort algo, String manipulation
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
SQL query with join
Use JOIN keyword to combine rows from two or more tables based on a related column between them
Specify the columns to select from each table in the SELECT statement
Use ON keyword to specify the join condition
SQL query with join
Use JOIN keyword to combine rows from two or more tables based on a related column between them
Specify the columns to select from each table
Use ON keyword to specify the join condition
Aptitude Reasoning more practice need for this
Data structures main and good understanding and problem solving
Program to check if a number is prime or not.
Create a function to check if a number is prime by iterating from 2 to the square root of the number.
If the number is divisible by any number in that range, it is not prime.
Return true if the number is prime, false otherwise.
Polymorphism is the ability of a single function or method to operate on different types of data. Overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Overriding occurs when a subclass provides a specific implementation of a method that is already provided b...
TCS
Accenture
Wipro
Cognizant