Filter interviews by
posted on 25 Aug 2024
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
I am a Software Manual and Automation Test Engineer with 5 years of experience in testing web and mobile applications.
Experienced in manual testing of web and mobile applications
Proficient in automation testing using tools like Selenium and Appium
Strong knowledge of testing methodologies and strategies
Skilled in writing test cases and test scripts
Familiar with Agile development practices
My main goal in life is to continuously learn and grow, both personally and professionally.
Constantly seeking new opportunities for self-improvement
Setting and achieving goals to progress in my career
Striving to make a positive impact on those around me
Maintaining a healthy work-life balance
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve a problem
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Classes are blueprints for creating objects, while objects are instances of classes
Inheritance allows a class to inherit proper...
Give one website to test the login and password
posted on 28 Nov 2024
Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.
Constructors have the same name as the class and do not have a return type.
Default constructors are automatically created by the compiler if no constructor is defined.
Parameterized constructors accept parameters to initialize object properties.
Copy constructors create a new object as a...
findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.
findElements method returns a list of WebElements
If no elements are found, it returns an empty list
Return type is List
Webdriver is a tool used for automating web application testing.
Webdriver is a popular automation tool used for testing web applications.
It allows testers to automate interactions with a web browser.
Webdriver supports multiple programming languages such as Java, Python, and C#.
It can simulate user interactions like clicking buttons, entering text, and navigating through pages.
Webdriver is commonly used in QA automation...
Logic to find duplicate numbers and their count in a given list.
Iterate through the list and store each number in a hashmap with its count
If a number is already in the hashmap, increment its count
After iterating, check the hashmap for numbers with count greater than 1 to find duplicates
Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.
Define a function that takes an integer parameter n
Base case: if n is 0, return 1
Recursive case: return n multiplied by the factorial of n-1
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120
Reverse a given string
Create a new empty string to store the reversed string
Iterate through the original string from end to start and append each character to the new string
Return the reversed string
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
In this first round it was of 45mins which included MCQ question and 1 coding question.
Answers to common interview questions for Automation Test Engineer position.
Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.
OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.
JavaS...
Type coercion is the process of converting one data type to another in programming.
Type coercion can happen implicitly or explicitly in programming languages.
Implicit type coercion occurs when the language automatically converts data types during operations.
Explicit type coercion occurs when the programmer manually converts data types using functions or operators.
Example: In JavaScript, the addition operator (+) can pe...
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows for code reusability by defining a new class based on an existing class.
Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...
API error codes are unique identifiers used to indicate specific errors in an API response.
API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.
Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.
Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.
posted on 16 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Given input string- This is opentext.
OP- sihT si txtetnepo.
Page Object Model is a design pattern used in test automation to create an object repository for web elements on a page.
It helps in separating the test scripts from the web elements, making the code more maintainable and reusable.
Each web page is represented as a class, and the web elements on the page are defined as variables within the class.
Methods are created within the class to perform actions on the web elements,...
posted on 1 Sep 2024
6 questions asked in an interview
The slider window problem involves finding the maximum sum of a subarray of a fixed size k within an array of integers.
Use a sliding window approach to efficiently find the maximum sum subarray.
Keep track of the current sum within the window and update it as you slide the window.
Maintain a variable to store the maximum sum found so far.
Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and window size k=3, the maximum sum
The stock buy sell problem involves finding the maximum profit that can be made by buying and selling a stock at the right times.
Calculate the difference between each pair of consecutive prices in the array
Find the maximum subarray sum of the differences using Kadane's algorithm
The maximum subarray sum is the maximum profit that can be made
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Challenges in Test Automation include dynamic UI elements, maintenance of scripts, data management, and flakiness.
Dynamic UI elements can cause scripts to fail if not handled properly
Maintenance of scripts can be time-consuming as applications evolve
Data management is crucial for test data setup and cleanup
Flakiness of tests can lead to false positives or negatives
I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Dec 2023. There were 3 interview rounds.
2 dsa questions 1 hour time limit. easy-medium level
Coding test on hackerrank. Solve 30 day code challange on haackerrank and you will be able to clear it.
Leetcode hard questions asked in the interview
Object oriented programming and databases
Front end Developer
7
salaries
| ₹1 L/yr - ₹2.4 L/yr |
Software Developer
5
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Junior Software Developer
4
salaries
| ₹1 L/yr - ₹2 L/yr |
Java Developer
4
salaries
| ₹1 L/yr - ₹8.5 L/yr |
Software Programmer
4
salaries
| ₹3 L/yr - ₹3.5 L/yr |
TCS
Infosys
Wipro
HCLTech