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

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Optum Global Solutions Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

208 Interview questions

A Quality Assurance was asked 2mo ago
Q. What is Quality Assurance?
Ans. 

Quality assurance ensures products meet specified requirements and standards through systematic processes and evaluations.

  • Focuses on preventing defects rather than just identifying them.

  • Involves processes like audits, training, and documentation.

  • Example: In software, QA includes testing phases like unit testing and integration testing.

  • Utilizes methodologies like Six Sigma and Total Quality Management (TQM).

  • Ensures...

View all Quality Assurance interview questions
A Data Engineer was asked 2mo ago
Q. Can you explain the architecture of Apache Spark?
Ans. 

Apache Spark is a distributed data processing framework designed for speed and ease of use.

  • Core Components: Spark consists of the Spark Core, Spark SQL, Spark Streaming, MLlib, and GraphX.

  • Cluster Manager: Spark can run on various cluster managers like YARN, Mesos, or Kubernetes.

  • Resilient Distributed Datasets (RDDs): RDDs are the fundamental data structure in Spark, enabling fault tolerance and parallel processing.

  • ...

View all Data Engineer interview questions
A Scrum Master was asked 2mo ago
Q. What are the values of Scrum?
Ans. 

Scrum values emphasize commitment, focus, openness, respect, and courage to enhance team collaboration and project success.

  • Commitment: Team members commit to achieving their goals and supporting each other, e.g., completing sprint tasks.

  • Focus: The team focuses on the work of the sprint and the goals, minimizing distractions, e.g., daily stand-ups to align efforts.

  • Openness: Team members are encouraged to be transpa...

View all Scrum Master interview questions
A Salesforce Developer was asked 2mo ago
Q. Do you keep documentation?
Ans. 

Yes, I maintain comprehensive documentation to ensure clarity and facilitate collaboration in Salesforce development projects.

  • I use tools like Confluence and Google Docs for collaborative documentation.

  • I document code using comments and maintain a README file for each project.

  • I create user guides and technical specifications for end-users and stakeholders.

  • I keep track of changes and updates in a changelog to maint...

View all Salesforce Developer interview questions

What people are saying about Optum Global Solutions

View All
an ai ml engineer
4d
Need help to switch
Cognizant 21 lpa, 30 min travel, no traffic. LTI mindtree 24 Ipa, 1 hour travel, lot of traffic. Infosys 26 Ipa, 30 min travel, no traffic. Optum (Third Party) REMOTE 17 LPA. My last package was 10.5 LPA with 6.6 YOE. Have already joined optum it's been 2 weeks. got other offers after that. What should I do?
Got a question about Optum Global Solutions?
Ask anonymously on communities.
A Claims Associate was asked 2mo ago
Q. Define group work.
Ans. 

Group work involves collaboration among individuals to achieve a common goal, leveraging diverse skills and perspectives.

  • Encourages collaboration: Team members share ideas and resources to solve problems.

  • Diverse perspectives: Different backgrounds lead to innovative solutions, e.g., a marketing team brainstorming a campaign.

  • Shared responsibilities: Tasks are divided based on individual strengths, improving efficie...

View all Claims Associate interview questions
A Process Associate was asked 2mo ago
Q. What is your strength?
Ans. 

My strength lies in my attention to detail, which ensures accuracy and efficiency in all tasks I undertake.

  • I consistently double-check my work to minimize errors, as seen in my previous role where I reduced discrepancies by 30%.

  • I have a knack for organizing information, which helped streamline processes in my last job, improving team productivity.

  • My ability to adapt quickly to new software and tools has allowed me...

View all Process Associate interview questions
A Software Developer was asked 2mo ago
Q. What is a join?
Ans. 

A join is a SQL operation that combines rows from two or more tables based on a related column.

  • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN.

  • INNER JOIN returns records with matching values in both tables.

  • LEFT JOIN returns all records from the left table and matched records from the right table.

  • Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

  • FULL JOIN re...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked 2mo ago
Q. What is an index in SQL Server?
Ans. 

An index in SQL Server is a database object that improves the speed of data retrieval operations on a table.

  • Indexes are similar to a book's index, allowing quick access to data without scanning the entire table.

  • There are two main types of indexes: clustered and non-clustered. A clustered index determines the physical order of data.

  • Example of a clustered index: If a table has a primary key, SQL Server automatically...

View all Software Developer interview questions
A Back Office Executive was asked 2mo ago
Q. What is health care executive
Ans. 

A health care executive oversees operations, strategy, and management in healthcare organizations to improve patient care and efficiency.

  • Responsible for strategic planning and policy development.

  • Manages budgets and financial performance of healthcare facilities.

  • Ensures compliance with healthcare regulations and standards.

  • Leads teams to improve patient care quality and operational efficiency.

  • Examples include CEOs o...

View all Back Office Executive interview questions
A Business Analyst was asked 2mo ago
Q. What are your technical skills?
Ans. 

I possess strong analytical skills, proficiency in data visualization tools, and experience with SQL and Excel for data analysis.

  • Proficient in SQL for querying databases and extracting insights from large datasets.

  • Experienced in using Excel for data manipulation, pivot tables, and advanced formulas.

  • Skilled in data visualization tools like Tableau and Power BI to create interactive dashboards.

  • Familiar with programm...

View all Business Analyst interview questions

Optum Global Solutions Interview Experiences

670 interviews found

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 2 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 - Technical 

(9 Questions)

  • Q1. What is the difference between obj open and obj open by handle
  • Ans. 

    obj open vs obj open by handle

    • obj open opens a file and returns a file object

    • obj open by handle opens a file using a file descriptor

    • obj open by handle is faster than obj open

    • obj open by handle is used when you already have a file descriptor

  • Answered by AI
  • Q2. How to change the work object status of the multiple cases from pending to closed.
  • Ans. 

    To change work object status of multiple cases from pending to closed.

    • Identify the cases that need to be closed

    • Update the status of each case to closed

    • Save the changes made to the cases

    • Use a loop to perform the above steps for multiple cases

    • Example: Use a query to identify all cases with pending status and update their status to closed

  • Answered by AI
  • Q3. Why blocked rules are carry forward
  • Ans. 

    Blocked rules are carry forward to ensure consistency and prevent errors in future processing.

    • Blocked rules are rules that have been prevented from executing due to certain conditions not being met.

    • These rules are carried forward to ensure that they are not missed in future processing.

    • This helps to maintain consistency and prevent errors in the system.

    • For example, if a rule is blocked due to a missing data field, it wi...

  • Answered by AI
  • Q4. What is the use of previliges
  • Ans. 

    Privileges are permissions granted to users or processes to perform specific actions or access certain resources.

    • Privileges are used to control access to sensitive data or critical system resources.

    • They can be assigned to individual users or groups.

    • Examples include read, write, execute, and delete permissions.

    • Privileges can also be used to restrict access to certain functions or features within an application.

    • Without p...

  • Answered by AI
  • Q5. Last Project related questions
  • Q6. SLA related questions
  • Q7. Queue processor and job schedule difference
  • Q8. Difference between append to and append to map to
  • Ans. 

    Append to adds an element to a list while append to map adds a key-value pair to a map.

    • Append to is used for lists while append to map is used for maps.

    • Append to adds an element to the end of the list while append to map adds a key-value pair to the map.

    • Append to map can also update the value of an existing key in the map.

  • Answered by AI
  • Q9. Use of superclass data transform check box
  • Ans. 

    Superclass data transform checkbox is used to inherit data transform rules from a parent class.

    • When checked, the subclass will inherit the data transform rules from the superclass

    • This can save time and effort in creating duplicate data transform rules

    • Example: A superclass has a data transform rule to convert a date format, when the checkbox is checked in a subclass, it will also use the same rule

    • This checkbox is availa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Working culture in optum is very good. There will be three rounds of of interview. One technical and one technical manager round last one is HR round.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2025

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

(4 Questions)

  • Q1. Java coding output predict related questions , try catch , string concept
  • Q2. Switch case
  • Q3. Inheritance
  • Q4. What challanges faced in automation
  • Ans. 

    Challenges in automation include dynamic UI elements, data synchronization, and maintenance of test scripts.

    • Dynamic UI elements can be challenging to automate as they may change frequently.

    • Data synchronization between different systems can be difficult to achieve in automation.

    • Maintenance of test scripts can be time-consuming, especially when application changes frequently.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to read the data and assert with db value in api automation
  • Ans. 

    To read data and assert with db value in API automation, use API response to extract data and compare with database query result.

    • Extract data from API response using JSON parsing libraries like Gson or Jackson

    • Execute database query to retrieve expected value

    • Compare the extracted data with the database value using assertion libraries like TestNG or JUnit

  • Answered by AI
  • Q2. 401 & 403 status code
Round 3 - HR 

(1 Question)

  • Q1. Managerial behavioural questions

QA Engineer Interview Questions asked at other Companies

Q1. Suppose your manager gave you a task to complete in one week, but you believe it will take two weeks. How would you justify your view to your manager and get them to accept your justification?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Case Study 

A case study in an Optum interview typically revolves around solving a real-world problem related to healthcare, data analysis, technology, or business strategy, given Optum’s focus on healthcare services and technology solutions. Here are some tips on how to approach a case study interview at Optum and a sample example:

Steps to Approach an Optum Case Study:

1. Understand the Problem Statement:

Take time to read the case study carefully and make sure you understand the key issue or question.

Identify the stakeholders involved (patients, healthcare providers, insurance companies, etc.) and the objective (cost reduction, improving patient outcomes, increasing efficiency, etc.).



2. Clarify Assumptions:

If there are any ambiguous elements, ask questions to clarify the problem.

You can also state your assumptions if you're making any, but be clear that these are assumptions.



3. Break Down the Problem:

Identify key data points you would need to analyze.

Break the problem into smaller pieces that can be addressed step-by-step.



4. Analyze:

Use frameworks like SWOT analysis, PESTLE analysis, or Porter’s Five Forces if applicable to the case.

In case of a data-related problem, try to identify key metrics (such as patient satisfaction, cost, quality of care, etc.) and how they can be improved or measured.

For technology-related cases, consider aspects like scalability, security, user experience, and integration with existing systems.



5. Propose a Solution:

Present your findings logically and suggest a solution based on your analysis.

Make sure to consider both short-term and long-term impacts on patient

Round 2 - HR 

(2 Questions)

  • Q1. When interviewing with Optum, you can expect a mix of technical, behavioral, and situational questions, especially considering their focus on healthcare services, technology, and data analysis. Here are so...
  • Q2. Done
Round 3 - Aptitude Test 

Computer typing should be 40 wpm. And optional question answer multiple choice questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking to land a job at Optum, here’s a detailed guide on how to effectively position yourself for success in your job search:

1. Understand Optum’s Mission and Values

Optum is all about improving healthcare through technology and data analytics. Understanding this core mission is crucial, as you’ll need to demonstrate how your skills align with their vision of enhancing patient outcomes and driving efficiency in healthcare

Appeals Representative Associate Interview Questions asked at other Companies

Q1. What do you know about UnitedHealthcare?
Add answer

Medical Coder Interview Questions & Answers

user image Anonymous

posted on 18 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. For aptitude it includes basic anatomy , physiology and medical terminology..... nothing like mathematical questions.... Second round was face to face it was like self intro what do you learn during your c...
  • Q2. For HR round it was like what do you about our company,and self intro,are you ready for relocation, expected CTC,and HR is explaining about background verification process and joining date.... overall the ...

Medical Coder Interview Questions asked at other Companies

Q1. Any one respiratory disease name and which drugs is used
View answer (28)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is the impact of purchase of inventory on financial statements
  • Ans. 

    Purchase of inventory impacts financial statements by increasing assets and reducing cash or accounts payable.

    • Increase in inventory asset on balance sheet

    • Decrease in cash or increase in accounts payable on balance sheet

    • Cost of goods sold on income statement is impacted by inventory purchases

    • Gross profit margin is affected by inventory purchases

    • Inventory turnover ratio can be impacted by inventory purchases

  • Answered by AI
  • Q2. Accounting concepts
  • Q3. What do u know about USGAAP
  • Ans. 

    USGAAP stands for United States Generally Accepted Accounting Principles, which are a set of accounting standards used in the US.

    • USGAAP is a set of accounting principles, standards, and procedures that companies must follow when preparing their financial statements.

    • It is important for companies operating in the US to comply with USGAAP to ensure consistency and transparency in financial reporting.

    • USGAAP covers a wide r...

  • Answered by AI
  • Q4. Since I mentioned in my resume that i have mutual funds and derivatives knowledge he asked me about these topics a bit
Round 2 - Behavioral 

(3 Questions)

  • Q1. What do you know about optum
  • Q2. How well do you know the excel
  • Ans. 

    I am very proficient in Excel and have extensive experience using it for financial analysis and reporting.

    • I am highly skilled in creating complex financial models and reports in Excel

    • I have experience using advanced functions such as VLOOKUP, pivot tables, and macros

    • I am comfortable working with large datasets and performing data analysis in Excel

    • I have used Excel for budgeting, forecasting, and variance analysis in pr...

  • Answered by AI
  • Q3. You may have to learn various softwares, are you fine with it
  • Ans. 

    Yes, I am comfortable learning new software as needed for the role.

    • I am a quick learner and have experience adapting to new software in previous roles.

    • I am open to training and development opportunities to enhance my skills.

    • I understand the importance of staying current with technology in the accounting field.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Jus have good qualification. I did well in interview still I didn't receive any offer. Not even regret mail

Senior General Ledger Accountant Interview Questions asked at other Companies

Q1. What is the impact of purchasing inventory on financial statements?
View answer (1)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell about yourself
  • Q2. What is the SAFe (Scaled Agile Framework) Framework, and how does it function?
  • Ans. 

    SAFe is a framework for scaling Agile practices across an organization.

    • SAFe provides a set of principles, practices, and roles to help organizations implement Agile at scale.

    • It includes different levels such as Team, Program, Large Solution, and Portfolio to address various scaling needs.

    • SAFe incorporates Lean and Agile principles to enable organizations to deliver value faster and more efficiently.

    • Examples of SAFe pra...

  • Answered by AI
  • Q3. Why optum company
  • Q4. How do you calculate team velocity
  • Ans. 

    Team velocity is calculated by summing up the story points completed in a sprint.

    • Sum up the story points completed by the team in a sprint

    • Do not include story points that were not completed

    • Use the average velocity over multiple sprints for better accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please provide more information about the SAFe events and also about the projects handled previously.

Scrum Master Interview Questions asked at other Companies

Q1. A developer working on a critical user story suddenly goes on emergency medical leave. How will you deal with the situation?
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I have given in 2020 when it was episource now its merged in optum. No idea regrding optum interview.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Fresher at that time so just asked Regarding systems & need to explain 1 in detail.
  • Q2. System disease, drug regrdng that & Blood Circulation process.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Medical Coding Analyst Interview Questions asked at other Companies

Q1. 6) What is Ectomy..? 7)what is otomy..? 8) what is amputation..? 9) Explain laterality ICD guidelines..? 10)what MI and types
Add answer

Senior Consultant Interview Questions & Answers

user image Raviteja Gayatri

posted on 7 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience
  • Ans. 

    I have over 5 years of experience in business development, including identifying new opportunities, building relationships, and closing deals.

    • Developed and implemented strategic plans to expand client base

    • Identified new market segments and developed targeted marketing campaigns

    • Negotiated contracts and partnerships with key stakeholders

    • Increased sales revenue by 20% in the first year through effective business developme...

  • Answered by AI
  • Q2. Specific queston on business understanding
Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Consultant with a background in project management and client relations.

    • Over 8 years of experience in consulting roles

    • Strong project management skills, including leading cross-functional teams

    • Proven track record of building and maintaining client relationships

    • Expertise in data analysis and problem-solving

    • Certified in relevant industry standards such as PMP or Six Sigma

  • Answered by AI
  • Q2. Behavioral questions
  • Q3. Project management and people management questions
  • Q4. Crisis management question

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the role expectations and ask upfront if you have any questions.
Answer if you know, or say I don't know.

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql queries pandas coding
  • Q2. Some questions related to power bi
Round 2 - Technical 

(1 Question)

  • Q1. Salary discussion and feedback

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between the Least Squares Method and Maximum Likelihood Estimation?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Create the cap plan
  • Ans. 

    Creating a capacity plan involves analyzing historical data, forecasting future demand, and aligning resources accordingly.

    • Gather historical data on workload and performance metrics

    • Forecast future demand based on trends and seasonality

    • Identify potential constraints and bottlenecks in the workforce

    • Align resources such as staffing levels, skills, and technology to meet demand

    • Regularly review and adjust the plan based on ...

  • Answered by AI
  • Q2. Calculate Req FTe
  • Ans. 

    Req FTe is calculated by dividing the total required hours by the standard full-time equivalent (FTE) hours.

    • Req FTe = Total required hours / Standard FTE hours

    • For example, if the total required hours is 2000 and the standard FTE hours is 200, then Req FTe = 2000 / 200 = 10

  • Answered by AI
  • Q3. Calculate FTE with SL target
  • Ans. 

    Calculating FTE involves understanding staffing needs based on service level targets and workload demands.

    • FTE stands for Full-Time Equivalent, representing the total hours worked divided by standard hours for full-time work.

    • To calculate FTE with a Service Level (SL) target, determine the total workload (e.g., calls, tasks) expected.

    • For example, if the SL target is to handle 1000 calls in a month and each agent can hand...

  • Answered by AI
  • Q4. Excel functions advance and basic
  • Q5. Basic wfm concepts
Round 2 - Group Discussion 

Onsite Technical round

Round 3 - Group Discussion 

Higher management discussion regarding Role

Interview Preparation Tips

Interview preparation tips for other job seekers - Manpower forecast, Advance Excel, WFM basic concepts do prepare

Deputy Workforce Management Manager Interview Questions asked at other Companies

Q1. How do you calculate FTE with an SL target?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Salary discussion and expectations
  • Q2. General introductory questions
Round 2 - Domain round 

(1 Question)

  • Q1. Medical terminology, anatomy, neurology, cardiology
Round 3 - Behavioral 

(1 Question)

  • Q1. General introductory questions and some cardiology, ortho, neurology questions
Round 4 - Assignment 

10-20 Multiple choice question.

Clinical Investigator Interview Questions asked at other Companies

Q1. Diabetes , its type and difference
View answer (3)

Optum Global Solutions Interview FAQs

How many rounds are there in Optum Global Solutions interview?
Optum Global Solutions interview process usually has 2-3 rounds. The most common rounds in the Optum Global Solutions interview process are Technical, HR and One-on-one Round.
How to prepare for Optum Global Solutions 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 Global Solutions. The most common topics and skills that interviewers at Optum Global Solutions expect are Java, SQL, Python, Software Engineering and AWS.
What are the top questions asked in Optum Global Solutions interview?

Some of the top questions asked at the Optum Global Solutions interview -

  1. What is copay coins and out of poc...read more
  2. Difference between DM type 1 and DM typ...read more
  3. What are constructors in dot net core and how will you overload a construct...read more
What are the most common questions asked in Optum Global Solutions HR round?

The most common HR questions asked in Optum Global Solutions interview are -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. What are your salary expectatio...read more
How long is the Optum Global Solutions interview process?

The duration of Optum Global Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 645 interview experiences

Difficulty level

Easy 21%
Moderate 71%
Hard 8%

Duration

Less than 2 weeks 69%
2-4 weeks 21%
4-6 weeks 5%
6-8 weeks 2%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.6k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 832 Interviews
Nagarro Interview Questions
4.0
 • 788 Interviews
View all

Optum Global Solutions Reviews and Ratings

based on 6.7k reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.4

Salary

4.2

Job security

4.0

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 6.7k Reviews and Ratings
Medical Coding Analyst

Noida

0-5 Yrs

Not Disclosed

Hiring For Medical Coding Analyst - HCC

Hyderabad / Secunderabad

1-5 Yrs

₹ 2.5-5.5 LPA

Coding Quality Analyst

Hyderabad / Secunderabad,

Chennai

5-7 Yrs

₹ 6-11 LPA

Explore more jobs
Claims Associate
4.1k salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹9.9 L/yr - ₹34.7 L/yr

Software Engineer
2.7k salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Medical Coder
1.7k salaries
unlock blur

₹1.1 L/yr - ₹6.5 L/yr

Senior Claims Associate
1.2k salaries
unlock blur

₹1.8 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Optum Global Solutions with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview