Upload Button Icon Add office photos

Filter interviews by

Optum Senior Automation Engineer Interview Questions, Process, and Tips

Updated 24 Jan 2022

Optum Senior Automation Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What is Set?
  • Ans. 

    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])

  • Answered by AI
  • Q2. What is Map?
  • Ans. 

    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

  • Answered by AI
  • Q3. Difference between driver.get() and navigate().to()?
  • Ans. 

    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 ...

  • Answered by AI
  • Q4. Write a program to reverse a string, remove duplicates from a string, String s="Test$123.QA", output should be Test 123 QA
  • Ans. 

    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

  • Answered by AI
  • Q5. What will be your approach if you have to develop a framework from scratch?
  • Ans. 

    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 ...

  • Answered by AI
  • Q6. Some sql questions, difference between inner join & left join
  • Q7. What task do u perform as automation testing activity?
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics, not very advanced level

Skills evaluated in this interview

Optum Interview FAQs

How to prepare for Optum Senior Automation Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Optum. The most common topics and skills that interviewers at Optum expect are HTML, JSON, Javascript, XML and SOAP UI.
What are the top questions asked in Optum Senior Automation Engineer interview?

Some of the top questions asked at the Optum Senior Automation Engineer interview -

  1. what will be your approach if you have to develop a framework from scrat...read more
  2. write a program to reverse a string, remove duplicates from a string, String s=...read more
  3. What task do u perform as automation testing activi...read more

Tell us how to improve this page.

Optum Senior Automation Engineer Salary
based on 7 salaries
₹12.3 L/yr - ₹19.6 L/yr
18% more than the average Senior Automation Engineer Salary in India
View more details

Optum Senior Automation Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Claims Associate
3.1k salaries
unlock blur

₹1.6 L/yr - ₹5.6 L/yr

Senior Software Engineer
2.1k salaries
unlock blur

₹9.7 L/yr - ₹29.6 L/yr

Software Engineer
2k salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Medical Coder
1.1k salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Senior Claims Associate
754 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Explore more salaries
Compare Optum with

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.6
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview