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 Campus Placement and was interviewed before Oct 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.
TCS offers a dynamic work environment, growth opportunities, and a commitment to innovation, making it an ideal choice for QA Engineers.
TCS is a global leader in IT services, providing exposure to diverse projects across various industries.
The company emphasizes continuous learning and development, offering training programs and certifications to enhance skills.
TCS has a strong focus on innovation, utilizing cutting-ed...
I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.
Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.
Use ID attribute if it's unique and static
Use class attribute if it's unique and dynamic
Use name attribute if it's unique and static
Use XPath if other attributes are not unique or not available
Jenkins is an open-source automation server that helps to automate parts of the software development process.
Jenkins is used for continuous integration and continuous delivery
It can be used to build, test, and deploy software
Jenkins has a large number of plugins available to extend its functionality
Examples of plugins include Git, Maven, and JUnit
Jenkins can be configured to run on different operating systems and envir...
I applied via Recruitment Consultant and was interviewed in Aug 2021. There was 1 interview round.
Interview questions for QA Engineer
Reverse a string using StringBuilder or StringBuffer
Find second highest number by sorting the array and accessing the second last element
String is immutable while StringBuffer is mutable
HashMap stores key-value pairs while HashSet stores only keys
Instance variables are declared inside a class while local variables are declared inside a method
Primitive data types are int, float, double...
I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.
Java program to manipulate strings and arrays, focusing on common operations and examples.
Creating an array of strings: String[] fruits = {"Apple", "Banana", "Cherry"};
Accessing elements: String firstFruit = fruits[0]; // firstFruit is "Apple"
Looping through the array: for (String fruit : fruits) { System.out.println(fruit); }
Finding the length of the array: int length = fruits.length; // length is 3
Joining strings: St...
I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
QA Engineer
3
salaries
| ₹3.5 L/yr - ₹8 L/yr |
TCS
Accenture
Wipro
Cognizant