Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.
Parameterization is the process of replacing hard-coded values with variables in performance testing scripts.
Parameterization helps in creating realistic load scenarios by varying input data
It reduces script maintenance efforts by centralizing data
It enables reuse of scripts for different data sets
Examples of parameterization include replacing user IDs, passwords, and input data with variables
Top trending discussions
posted on 6 Nov 2018
The question asks to count the number of occurrences of each character in a given string, ignoring case and wild card characters.
Convert the string to lowercase to ignore case.
Remove any wild card characters from the string.
Create an array of size 26 to store the count of each character.
Iterate through each character in the string and increment the count in the array accordingly.
Return the array of counts as the result
HashMap is used for efficient key-value pair storage and retrieval.
HashMap provides constant time complexity for basic operations like get and put.
It allows storing unique keys and their corresponding values.
HashMap is suitable for scenarios where fast lookup is required.
Other collections like ArrayList or LinkedList have different use cases and performance characteristics.
posted on 17 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Java program to count vowels in a string
Create a method that takes a string as input
Use a loop to iterate through each character in the string
Check if the character is a vowel (a, e, i, o, u) and increment a counter
Return the counter as the result
Xpath for Google search button
Use the following Xpath: //input[@name='btnK']
The 'btnK' is the name attribute of the Google search button
Make sure to test the Xpath in a browser console to ensure accuracy
OOPS concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
Implicit and Explicit waits are used in Selenium to handle synchronization issues in web automation testing.
Implicit wait is used to tell the WebDriver to wait for a certain amount of time before throwing a NoSuchElementException.
Explicit wait is used to tell the WebDriver to wait for a certain condition to occur before proceeding further.
Implicit wait is set globally for the entire WebDriver instance, while explicit w...
In software testing, 'throw' is used to raise an exception, while 'throws' is used to declare exceptions that a method may throw.
throw is used to raise an exception in a program
throws is used in method signature to declare exceptions that the method may throw
throw is a keyword in Java, while throws is a keyword used in method declaration
Solving a pseudo code problem in an interview for Junior Engineer - Quality Assurance
Understand the logic of the pseudo code provided
Identify the variables and operations being performed
Write the code in a programming language of your choice to solve the problem
Test the code with different inputs to ensure it works correctly
posted on 6 Nov 2018
The question asks to count the number of occurrences of each character in a given string, ignoring case and wild card characters.
Convert the string to lowercase to ignore case.
Remove any wild card characters from the string.
Create an array of size 26 to store the count of each character.
Iterate through each character in the string and increment the count in the array accordingly.
Return the array of counts as the result
HashMap is used for efficient key-value pair storage and retrieval.
HashMap provides constant time complexity for basic operations like get and put.
It allows storing unique keys and their corresponding values.
HashMap is suitable for scenarios where fast lookup is required.
Other collections like ArrayList or LinkedList have different use cases and performance characteristics.
Operations Executive
253
salaries
| ₹1.2 L/yr - ₹6 L/yr |
Software Developer
144
salaries
| ₹2.9 L/yr - ₹11.9 L/yr |
Software Engineer
118
salaries
| ₹2.1 L/yr - ₹9 L/yr |
System Engineer
104
salaries
| ₹2 L/yr - ₹9.2 L/yr |
IT Manager
67
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Wipro
Amazon
TCS
Infosys