Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Optum Global Solutions Team. If you also belong to the team, you can get access from here

Optum Global Solutions Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 5.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Optum Global Solutions Test Engineer Interview Questions and Answers

Updated 24 May 2024

Optum Global Solutions Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Related to automation and database concepts

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a test automation framework for a web application

    • Designed and implemented test cases using Selenium WebDriver

    • Integrated the framework with Jenkins for continuous integration

    • Performed regression testing and reported bugs using Jira

  • Answered by AI
  • Q2. What are Action modes
  • Ans. 

    Action modes are different modes in which an action can be performed in a software application.

    • Action modes define how a specific action will be executed within the software.

    • Examples of action modes include edit mode, view mode, delete mode, etc.

  • Answered by AI
  • Q3. What is wait on
  • Q4. Data base connection
  • Q5. Recovery scenario
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Performance testing entry & exit criteria
  • Q2. Performance tuning questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to switch to frame
  • Ans. 

    To switch to a frame in test automation, use the switchTo() method in Selenium WebDriver.

    • Use driver.switchTo().frame() method to switch to a frame by index, name, or WebElement.

    • To switch back to the default content, use driver.switchTo().defaultContent().

    • Make sure the frame is present and loaded before switching to it.

  • Answered by AI
  • Q2. Write a program to reverse a string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Regress...

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

    Sanity in software testing refers to a quick round of testing to ensure that the code changes have not adversely affected the existing functionality.

    • Sanity testing is a subset of regression testing and is usually performed after a small code change or bug fix.

    • It focuses on testing the most critical functionalities of the application to ensure they still work as expected.

    • Sanity testing is not exhaustive and is meant to ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. It was salary discussion
  • Q2. It was about relocating

Interview Preparation Tips

Topics to prepare for CGI Group Test Engineer interview:
  • Sanity Testing
Interview preparation tips for other job seekers - Stay confident

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Do you have Telecom OSS/BSS knowledge
  • Ans. 

    Yes, I have Telecom OSS/BSS knowledge.

    • I have experience working with Telecom Operations Support Systems (OSS) and Business Support Systems (BSS).

    • I am familiar with network management, service provisioning, and billing systems in the telecom industry.

    • I have worked with tools like NetCracker, Amdocs, and Ericsson OSS/BSS solutions.

    • I understand the importance of OSS/BSS in ensuring efficient operations and customer satisf

  • Answered by AI
  • Q2. What UNIX commands are you aware of
  • Ans. 

    I am aware of various UNIX commands used for file management, process management, networking, and system administration.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • ps - display information about active processes

    • grep - search for specific patterns in files

    • chmod - change file permissions

    • ping - test network connectivity

    • ifconfig - configure network interfaces

  • Answered by AI
  • Q3. What is difference between Severity and Priority
  • Ans. 

    Severity is the impact of a defect on the system, while priority is the order in which defects should be fixed.

    • Severity is the measure of how impactful a defect is on the system's functionality.

    • Priority is the order in which defects should be fixed, based on factors like business impact or deadlines.

    • Severity is usually categorized as low, medium, or high, while priority is often ranked as low, medium, or high as well.

    • F...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between Test Scenario and Test cases
  • Ans. 

    Test scenarios are high-level descriptions of the functionality to be tested, while test cases are detailed steps to validate the scenarios.

    • Test scenarios are broad and cover multiple test cases.

    • Test cases are specific steps to validate a particular scenario.

    • Test scenarios are usually created at the beginning of testing, while test cases are derived from scenarios.

    • Test scenarios are used for high-level planning and est...

  • Answered by AI
  • Q2. Use cases for application
  • Ans. 

    Use cases for application involve identifying different scenarios in which the application can be used to meet user needs.

    • Testing different user interactions

    • Validating system functionality

    • Identifying edge cases

    • Ensuring compatibility with different devices

    • Verifying data integrity

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Only technical question will be ask

Round 3 - Coding Test 

Questions from java, c programing, selenium, api

Round 4 - Technical 

(1 Question)

  • Q1. Basics of selenium Testng Cucumber Core java Some programs Git commands
Round 5 - HR 

(1 Question)

  • Q1. Discussion about your role Salary

Optum Global Solutions Interview FAQs

How many rounds are there in Optum Global Solutions Test Engineer interview?
Optum Global Solutions interview process usually has 1 rounds. The most common rounds in the Optum Global Solutions interview process are Technical.

Tell us how to improve this page.

Optum Global Solutions Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Optum Global Solutions Test Engineer Salary
based on 16 salaries
₹3 L/yr - ₹7.7 L/yr
14% less than the average Test Engineer Salary in India
View more details

Optum Global Solutions Test Engineer Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

2.6

Skill development

4.1

Work-life balance

4.1

Salary

4.1

Job security

4.9

Company culture

3.3

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Claims Associate
4.3k salaries
unlock blur

₹1.6 L/yr - ₹5.6 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹9.4 L/yr - ₹29.6 L/yr

Software Engineer
2.6k salaries
unlock blur

₹6.2 L/yr - ₹22 L/yr

Senior Claims Associate
1.2k salaries
unlock blur

₹2.1 L/yr - ₹5.8 L/yr

Medical Coder
1.1k salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Optum Global Solutions with

Cognizant

3.8
Compare

Accenture

3.8
Compare

IBM

4.0
Compare

TCS

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