Filter interviews by
I applied via Job Fair and was interviewed before Aug 2022. There were 2 interview rounds.
Leetcode easy questions.
posted on 23 Oct 2024
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Stale element exception occurs when an element is no longer attached to the DOM. It can be overcome by re-locating the element.
Stale element exception is a common issue in automation testing, especially in Selenium WebDriver.
It occurs when an element that was located on a web page becomes stale, meaning it is no longer attached to the DOM.
This can happen when the page is refreshed, updated, or changed in some way.
To ov...
posted on 22 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Palindrome and no of occurrences of character in string
I applied via Newspaper Ad and was interviewed in Sep 2024. There were 2 interview rounds.
I see myself as a respected leader in the field, leading a team of skilled professionals and making significant contributions to the company's success.
Leading a team of SDETs and QA engineers
Implementing innovative testing strategies and automation techniques
Mentoring junior team members and helping them grow in their careers
Contributing to the development of cutting-edge products and technologies
Sorting strings with iron rod
posted on 20 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
A Java program to check if a number is prime or not.
Create a function to check if a number is prime by iterating from 2 to the square root of the number.
If the number is divisible by any number in that range, it is not prime.
Handle edge cases like 0, 1, and negative numbers separately.
Example: public static boolean isPrime(int num) { for(int i=2; i<=Math.sqrt(num); i++) { if(num % i == 0) { return false; } } return tru
Program to determine if a given year is a leap year or not
Check if the year is divisible by 4
If the year is divisible by 100, also check if it is divisible by 400
If both conditions are met, it is a leap year
I used OOPS concepts in my framework for creating reusable components and maintaining code modularity.
Used inheritance to create a base class with common functionalities shared by multiple classes
Implemented polymorphism to allow different classes to implement the same method in their own way
Encapsulated data and behavior within classes using access modifiers like private and public
Utilized abstraction to hide the impl...
Java program to add numbers 6134 to get total 14.
Create an array of integers with the numbers to be added
Iterate through the array and add the numbers
Check if the total equals 14
Basic questions of leetcode and gfg
I am a highly experienced SDET Lead with a strong background in software testing and automation.
Over 8 years of experience in software testing and automation
Led multiple teams in developing and implementing test strategies
Proficient in various testing tools and technologies such as Selenium, JUnit, and TestNG
Strong understanding of Agile methodologies and CI/CD pipelines
Excellent communication and leadership skills
I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.
posted on 4 Apr 2024
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
Scenario is a single test case while scenario outline is a template for multiple test cases with different inputs.
Scenario is a single test case with specific inputs and expected outcomes
Scenario outline is a template for multiple test cases with placeholders for different inputs
In scenario outline, examples table is used to provide different input values for each test case
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs focuses on creating objects that interact with each other to solve a problem
Key concepts include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation: Bundling data and methods that operate on the data into a single unit
Inher...
World of Ai in Future
String, Array, Graph, Map, tree,linked list
OS in CSE stands for Operating System in Computer Science Engineering.
OS is a software that manages computer hardware and provides services for computer programs.
It acts as an intermediary between computer hardware and software applications.
Examples of OS include Windows, macOS, Linux, and Unix.
DBMS schooling typically includes courses in database design, implementation, management, and querying.
Courses in database design cover topics such as normalization, ER modeling, and schema design.
Implementation courses focus on creating and maintaining databases using tools like SQL Server or Oracle.
Management courses teach skills related to backup, recovery, security, and performance tuning.
Querying courses cover SQL...
Web Designer
8
salaries
| ₹2 L/yr - ₹3.5 L/yr |
Web Developer
6
salaries
| ₹2.3 L/yr - ₹3.1 L/yr |
Graphic Designer
5
salaries
| ₹1.5 L/yr - ₹4 L/yr |
UI Designer
5
salaries
| ₹2.4 L/yr - ₹3 L/yr |
UI Developer
4
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
TCS
Infosys
Wipro
HCLTech