Filter interviews by
I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.
Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.
Identifying defects or bugs in the software
Verifying that the software meets the specified requirements
Ensuring the software functions correctly under different conditions
Types of testing include unit testing, integration testing, system testing, and acceptance testing
Test cases for a laptop
Verify that the laptop powers on when the power button is pressed
Check if the laptop connects to Wi-Fi successfully
Test the functionality of the keyboard and touchpad
Ensure that the laptop display is clear and free of dead pixels
Verify that the laptop battery charges properly
Test the performance of the laptop by running multiple applications simultaneously
A test case template is a document that outlines the details of a test case, including test steps, expected results, and test data.
Test case ID
Test case description
Test steps
Expected results
Test data
Preconditions
Postconditions
STLC stands for Software Testing Life Cycle, which is a sequence of activities conducted to perform software testing. Bug life cycle refers to the stages a bug goes through from identification to resolution.
STLC involves phases like requirement analysis, test planning, test design, test execution, and test closure.
Bug life cycle includes stages like New, Assigned, Open, Fixed, Retest, Verified, and Closed.
STLC ensures ...
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Performed after code changes to verify that existing features still work correctly
Helps prevent the introduction of new bugs or issues
Can be automated to save time and effort
Examples: running test cases after a software update, checking for bugs after adding new featur
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
A program to check if a number is prime or not
Iterate from 2 to square root of the number and check if it divides the number evenly
If any number divides the given number, it is not prime
If no number divides the given number, it is prime
Program to find palindrome in an array of strings.
Iterate through each string in the array
Reverse each string and compare with original string
If they are equal, it is a palindrome
To find an element using CSS selector, you can use the document.querySelector() method.
Use document.querySelector() method with the CSS selector as the argument.
Make sure the CSS selector is unique to the element you want to find.
You can also use document.querySelectorAll() to find multiple elements.
Scenario based questions
API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.
API testing involves testing the functionality, reliability, performance, and security of APIs.
It focuses on verifying that the API meets its specifications and works as expected.
API testing can be done manually or using automated tools like Postman or Soap...
I log bugs by documenting detailed steps to reproduce, including screenshots and logs.
Document detailed steps to reproduce the bug
Include screenshots or videos if applicable
Attach relevant logs or error messages
Assign severity and priority levels to the bug
Track bug status and resolution in a bug tracking tool
Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.
Focus on delivering working software in short iterations
Emphasizes collaboration between cross-functional teams
Allows for changes and adjustments throughout the development process
Common practices include daily stand-up meetings, sprint planning, and retrospectives
Selenium framework is a set of tools, libraries, and best practices used for automated testing of web applications.
Selenium framework allows for writing and executing automated tests for web applications.
It provides features like test case management, reporting, and integration with CI/CD tools.
Popular frameworks built on top of Selenium include TestNG, JUnit, and Cucumber.
Selenium WebDriver is a key component of the f...
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.
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
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
Sending keys using JSE in QA testing
Use the sendKeys() method to send keyboard input to a web element
Locate the element using findElement() method before sending keys
Example: driver.findElement(By.id("username")).sendKeys("example@gmail.com")
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
Bubble sort algo, String manipulation
restAssured is a Java library for API testing, commonly used for testing RESTful APIs.
restAssured is a Java library that simplifies API testing by providing a fluent interface for making HTTP requests and validating responses.
It can be used to test RESTful APIs by sending requests (GET, POST, PUT, DELETE) and verifying the responses.
Assertions can be made on response status codes, headers, body content, and more.
Exampl...
Linux Server Administrator
5
salaries
| ₹3.8 L/yr - ₹5.4 L/yr |
Digital Marketing Executive
4
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Graphic Designer
3
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Web Designer
3
salaries
| ₹1.8 L/yr - ₹5.6 L/yr |
TCS
Accenture
Wipro
Cognizant