Filter interviews by
I applied via Referral and was interviewed in Jun 2023. There were 3 interview rounds.
No technical. Just an introduction meeting.
Automate script to navigate to Facebook, login with invalid credentials, and verify error message using page object model.
Create a page object model for Facebook login page
Use automation tool like Selenium to navigate to Facebook and enter invalid credentials
Verify error message displayed on the page using assertions
posted on 28 Mar 2023
I applied via Approached by Company and was interviewed in Feb 2023. There were 2 interview rounds.
posted on 29 Jan 2024
I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.
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...
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
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 22 Jul 2024
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
posted on 28 Dec 2024
Test scenario based question
posted on 19 Sep 2024
posted on 10 Dec 2023
I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant