i
Alphabin Technology Consulting
Filter interviews by
I applied via Indeed and was interviewed before Mar 2022. There were 3 interview rounds.
Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.
Testing is done to identify defects or bugs in the software
It ensures that the software meets the specified requirements
It involves executing test cases and comparing actual results with expected results
Types of testing include functional, performance, security, and usability tes...
Regression testing checks if changes in code affect existing functionality. Retesting checks if defects have been fixed.
Regression testing ensures that new changes do not affect existing functionality
Retesting ensures that defects have been fixed and do not reoccur
Regression testing is performed after every change in code
Retesting is performed after a defect has been fixed
Both are important to ensure the quality of the...
Severity is the impact of a bug on the system while priority is the order in which bugs should be fixed.
Severity is the measure of how much a bug affects the system's functionality
Priority is the measure of how soon a bug should be fixed
Severity is usually categorized as high, medium, or low
Priority is usually categorized as high, medium, or low
A high severity bug may not necessarily have a high priority
For example, a ...
Smock testing is a type of testing where the tester pretends to test the software without actually doing it.
It is also known as fake testing or dry run testing.
It is used to check the readiness of the testing environment.
It helps in identifying any issues with the testing process or tools.
For example, a tester may pretend to run a test case without actually executing it to check if the test environment is set up correc...
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Scenario based questions
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
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
Bubble sort algo, String manipulation
based on 1 review
Rating in categories
Infosys
TCS
Wipro
HCLTech