i
Optum Global Solutions
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.
Set is a collection of unique elements with no specific order.
A set can be created using curly braces {} or the set() function.
Sets can only contain immutable objects like strings, numbers, and tuples.
Sets are useful for removing duplicates and performing mathematical operations like union and intersection.
Example: my_set = {1, 2, 3} or my_set = set([1, 2, 3])
Map is a data structure that stores key-value pairs and allows fast retrieval of values based on their keys.
Maps are also known as dictionaries or associative arrays.
Keys in a map must be unique, but values can be duplicated.
Maps are commonly used in programming for tasks such as caching, memoization, and indexing.
Examples of programming languages that have built-in support for maps include Python, Java, and JavaScript
driver.get() loads a new page while navigate().to() loads a new page or refreshes the current page.
driver.get() is a method of WebDriver interface that loads a new web page in the current browser window.
navigate().to() is a method of Navigation interface that loads a new web page or refreshes the current page.
driver.get() waits for the page to load completely before returning control to the script.
navigate().to() does ...
Program to reverse a string and remove duplicates from it.
Create a function to reverse the string using a loop or built-in function
Create a function to remove duplicates using a loop or built-in function
Split the string by the delimiter and join it with space
My approach would be to first understand the project requirements, identify the tools and technologies needed, and then design a modular and scalable framework.
Understand project requirements
Identify tools and technologies needed
Design a modular and scalable framework
Create a folder structure for the framework
Define coding standards and guidelines
Implement reusable functions and libraries
Integrate with version control ...
As an automation testing activity, I perform tasks such as creating and executing automated test scripts, analyzing test results, and reporting defects.
Creating and maintaining automated test scripts using tools like Selenium, Appium, or TestComplete
Executing automated test scripts and analyzing test results to identify defects
Reporting defects and working with developers to resolve them
Integrating automated tests into...
Top trending discussions
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
The architecture of an Automation Project involves the design and structure of the automated testing framework.
The architecture typically includes components such as test scripts, test data, test environment, and reporting mechanisms.
Frameworks like Selenium, Appium, or Robot Framework are commonly used in automation projects.
The architecture should be scalable, maintainable, and reusable to support ongoing testing nee...
posted on 16 Jun 2024
Use a hashmap to find duplicate strings and their occurrences in an array of strings.
Iterate through the array of strings and store each string in a hashmap with its count.
If a string is already in the hashmap, increment its count.
After iterating through the array, check the hashmap for strings with count greater than 1 to find duplicates.
I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.
A framework is a set of guidelines, libraries, and tools used to develop and maintain automation scripts efficiently.
Framework provides structure and organization to automation code
It includes reusable components like libraries, utilities, and test data
Frameworks can be data-driven, keyword-driven, or hybrid
Examples: Selenium WebDriver with TestNG for Java, Robot Framework with Python
I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 5 interview rounds.
Super keyword is used to refer to the parent class constructor or method.
Used in inheritance to call parent class constructor
Used to access parent class variables and methods
Can be used with both constructors and methods
Return type of find element is WebElement.
The find element method returns a single WebElement.
The WebElement can be used to interact with the web page.
If the element is not found, a NoSuchElementException is thrown.
Try catch block is used to handle exceptions in code and prevent program crashes.
Try block contains the code that may throw an exception
Catch block catches the exception thrown by try block
Finally block contains the code that will execute regardless of whether an exception was thrown or not
Multiple catch blocks can be used to handle different types of exceptions
Example: try { //code that may throw exception } catch (Ex...
I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
based on 1 review
Rating in categories
Claims Associate
4.3k
salaries
| ₹1.6 L/yr - ₹5.6 L/yr |
Senior Software Engineer
2.8k
salaries
| ₹9.4 L/yr - ₹29.6 L/yr |
Software Engineer
2.6k
salaries
| ₹6.2 L/yr - ₹22 L/yr |
Senior Claims Associate
1.2k
salaries
| ₹2.1 L/yr - ₹5.8 L/yr |
Medical Coder
1.1k
salaries
| ₹1.5 L/yr - ₹8 L/yr |
Cognizant
Accenture
IBM
TCS