Filter interviews by
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
Written test on all the Testing Topics
Framework Setup From Scratch
posted on 11 Oct 2022
I appeared for an interview before Oct 2021.
posted on 25 Aug 2023
I applied via Job Fair and was interviewed in Jul 2023. There were 2 interview rounds.
Create a feature file based on given requirements
Define the feature and scenario
List out the steps for the scenario
Include any necessary data tables or examples
posted on 13 Mar 2024
I appeared for an interview in Sep 2023.
I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 interview rounds.
posted on 28 Mar 2023
I applied via Approached by Company and was interviewed in Feb 2023. There were 2 interview rounds.
posted on 10 Dec 2023
I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.
I applied via Walk-in and was interviewed in Aug 2022. There were 3 interview rounds.
Anything can ask from selenium
posted on 10 Sep 2024
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
2 hours there are 4 sections
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 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant