Filter interviews by
I applied via Indeed and was interviewed in Sep 2024. There was 1 interview round.
I am a QA Automation Testing Engineer with 5 years of experience in creating and executing test cases for software applications.
5 years of experience in QA Automation Testing
Proficient in creating and executing test cases
Skilled in using automation tools like Selenium and JUnit
Experience in testing web and mobile applications
Strong problem-solving and analytical skills
There are two types of xpath: Absolute xpath and Relative xpath.
Absolute xpath starts from the root node and includes the complete path to the desired element.
Relative xpath starts from the node of the element you want to select.
Absolute xpath is less preferred as any changes in the structure of the page can break the xpath.
Relative xpath is more flexible and recommended for automation testing.
To automate makemytrip, use Selenium WebDriver with Java to create test scripts for booking flights, hotels, and packages.
Use Selenium WebDriver with Java for web automation
Create test scripts for booking flights, hotels, and packages
Implement data-driven testing for different scenarios
Use Page Object Model design pattern for better maintenance
Utilize TestNG for test execution and reporting
There are 8 types of locators commonly used in QA automation testing.
ID
Name
Class Name
Tag Name
Link Text
Partial Link Text
CSS Selector
XPath
TestNG is a testing framework designed for unit testing and integration testing in Java.
TestNG stands for Test Next Generation.
It is used for writing and running tests in Java.
TestNG supports annotations like @Test, @BeforeSuite, @AfterSuite, etc.
It allows grouping of test cases, parameterization, and parallel execution.
TestNG generates detailed test reports and supports data-driven testing.
Reverse a string and sort an array of strings in descending order.
Create a function to reverse a string using built-in methods or loops.
Use a sorting algorithm like bubble sort or quicksort to sort the array in descending order.
Ensure the array contains strings for sorting to work properly. Example: ['apple', 'banana', 'cherry']
I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.
Top trending discussions
posted on 11 Oct 2022
I appeared for an interview before Oct 2021.
posted on 12 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
posted on 24 Sep 2024
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
Rotate the array using java
In the next 5 years, I see myself advancing in my career as a QA Automation Testing Engineer, taking on more responsibilities and possibly leading a team.
Continuing to enhance my skills in automation testing by learning new tools and technologies
Taking on leadership roles within the QA team, such as mentoring junior testers
Working towards certifications in automation testing to further validate my expertise
Possibly tra...
I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.
1.30 hours, Java, selenium
The interview question covers Java programming, Selenium automation, OOPs concepts, and testing concepts.
Use equals() method in Java to compare two strings for exact match
Use dragAndDrop() method in Selenium for drag and drop functionality
Use Select class in Selenium for handling dropdowns
OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction
Selenium waits can be implemented using WebDriverWait...
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Find out the repeated numbers in a string.
Parallel testing involves running multiple test cases simultaneously to reduce overall testing time.
Use a test automation tool that supports parallel execution, such as Selenium Grid or TestNG.
Divide test cases into smaller, independent groups that can be run in parallel.
Ensure that the test environment can handle the increased load of running multiple tests at once.
Monitor the test execution to identify any issues or ...
Automation framework is a set of guidelines, best practices, and tools used for automated testing.
Automation framework provides structure and organization to automated tests
It helps in reducing maintenance efforts by promoting reusability of code
Common types of automation frameworks include data-driven, keyword-driven, and hybrid frameworks
Examples of automation frameworks include Selenium WebDriver, TestNG, and Cucumb
posted on 12 Jun 2024
posted on 4 Jun 2024
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
HashMap is part of the Java Collections framework.
It uses hashing to store key-value pairs in an array.
Keys in a HashMap must be unique, but values can be duplicated.
HashMap allows for quick retrieval of values based on keys.
Example: HashMap<String, Integer> map = new HashMap<>();
Yes, Cucumber is a Data Driven Framework.
Cucumber allows for writing test cases in plain English using Gherkin syntax
Data can be stored in external files like Excel, CSV, or JSON and easily integrated into test scripts
Scenarios can be parameterized to run with different test data sets
Appium is an open-source tool for automating mobile applications, while PT stands for Page Object Model Testing.
Appium is used for automating mobile apps on iOS and Android platforms.
It supports multiple programming languages like Java, Python, and Ruby.
Page Object Model Testing (PT) is a design pattern used in test automation to create an object repository for web elements on a web page.
PT helps in reducing code dupli...
posted on 20 Feb 2024
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
HashMap is non-synchronized and allows null values and keys, while HashTable is synchronized and does not allow null values or keys.
HashMap is non-synchronized and not thread-safe, while HashTable is synchronized and thread-safe.
HashMap allows null values and keys, while HashTable does not allow null values or keys.
HashMap is generally preferred over HashTable for non-thread-safe operations due to better performance.
final, finally, and finalize are keywords in Java used for different purposes.
final is a keyword used to declare constants, prevent method overriding, and prevent inheritance.
finally is a block of code that is always executed, whether an exception is thrown or not.
finalize is a method used for cleanup operations before an object is garbage collected.
Idempotent in API means that making the same request multiple times has the same effect as making it once.
Idempotent operations produce the same result regardless of how many times they are called.
GET and PUT requests are typically idempotent, while POST requests are not.
For example, sending a PUT request to update a resource should have the same result whether it is sent once or multiple times.
The pillars of JAVA are Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.
Polymorphism: Ability of a method to do different things based on the ob...
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
QA Engineer
6
salaries
| ₹1 L/yr - ₹4.5 L/yr |
Software Tester
4
salaries
| ₹1.8 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant