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 for Freshers

Updated 3 Jul 2025
Popular Designations

41 Interview questions

A Senior Software Engineer was asked 6mo ago
Q. What is the difference between SQL and NoSQL?
Ans. 

SQL is a relational database management system, while NoSQL is a non-relational database management system.

  • SQL databases are table-based, NoSQL databases are document, key-value, graph, or wide-column stores

  • SQL databases use structured query language for defining and manipulating data, NoSQL databases use different query languages

  • SQL databases are vertically scalable, NoSQL databases are horizontally scalable

  • SQL d...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 6mo ago
Q. Explain your most recent project.
Ans. 

Developed a web application for tracking and managing project tasks

  • Used React.js for front-end development

  • Implemented RESTful APIs using Node.js and Express

  • Utilized MongoDB for database management

  • Incorporated authentication and authorization features for user security

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 6mo ago
Q. Explain the result of an inner join between two tables: Table one with values [1,1,1,1] and Table two with values [1,1,1,1,1,1].
Ans. 

The inner join of two tables with duplicate values results in a combined set of common values.

  • Inner join combines rows from both tables where the key columns match

  • In this case, the result would be [1,1,1,1,1,1] as all values are common in both tables

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 6mo ago
Q. Why is NoSQL better than SQL?
Ans. 

NoSQL is better for handling unstructured data, providing scalability and flexibility.

  • NoSQL databases are better suited for handling unstructured data like social media posts, user-generated content, and IoT data.

  • NoSQL databases provide better scalability as they can easily distribute data across multiple servers, allowing for horizontal scaling.

  • NoSQL databases offer more flexibility in terms of data model, allowi...

View all Senior Software Engineer interview questions

What people are saying about Optum Global Solutions

View All
a senior software engineer
1w
Offer selection
Hi all, I have two offers, one from optum (Unitedhealth group) and another from Experian. I'm a .net full stack developer. Which is better to go ? My main focus is, making it into top tier 1 companies.
Got a question about Optum Global Solutions?
Ask anonymously on communities.
A Senior Software Engineer was asked 6mo ago
Q. Explain the data pipeline you have worked on.
Ans. 

Designed and implemented a real-time data pipeline for processing and analyzing user behavior data.

  • Used Apache Kafka for real-time data streaming

  • Utilized Apache Spark for data processing and analysis

  • Implemented data transformations and aggregations using Scala

  • Stored processed data in a data warehouse like Amazon Redshift

  • Built monitoring and alerting systems to ensure data pipeline reliability

View all Senior Software Engineer interview questions
A Software Developer was asked 11mo ago
Q. Write code to implement debouncing.
Ans. 

Debouncing is a technique used to limit the rate at which a function is called.

  • Use a timer to delay the execution of a function until a certain amount of time has passed without the function being called again.

  • Reset the timer each time the function is called to prevent it from being executed multiple times in quick succession.

  • Debouncing is commonly used in scenarios like handling button clicks to prevent multiple ...

View all Software Developer interview questions
A Software Developer was asked 11mo ago
Q. What are closures in JavaScript?
Ans. 

Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.

  • Closures allow for maintaining state in an asynchronous environment.

  • They are created whenever a function is defined within another function.

  • Closures can be used to create private variables and functions in JavaScript.

View all Software Developer interview questions
Are these interview questions helpful?
A DevOps Intern was asked
Q. Explain the projects you have worked on.
Ans. 

Projects are specific tasks or assignments that individuals or teams work on to achieve a particular goal or outcome.

  • Projects have defined objectives and timelines

  • They require resources such as time, money, and manpower

  • Project management methodologies like Agile or Waterfall are often used to plan and execute projects

View all DevOps Intern interview questions
A DevOps Intern was asked
Q. What are some basic Linux commands, such as 'whoami'?
Ans. 

The 'whoami' command in Linux displays the current user's username and is useful for verifying user identity.

  • Usage: Simply type 'whoami' in the terminal to see the current logged-in user.

  • Example: If your username is 'john', running 'whoami' will output 'john'.

  • It helps in scripts to confirm the user context under which a script is running.

  • Can be combined with other commands for user-specific operations.

View all DevOps Intern interview questions
An Intern was asked
Q. What are the core concepts of OOPS?
Ans. 

Object-oriented programming concepts that help in organizing and structuring code.

  • Encapsulation: bundling data and methods together in a class

  • Inheritance: creating new classes from existing ones

  • Polymorphism: using a single interface to represent different types

  • Abstraction: hiding unnecessary details and exposing only essential features

View all Intern interview questions

Optum Global Solutions Interview Experiences for Freshers

92 interviews found

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 ...
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Dec 2024.

Round 1 - HRΒ 

(1 Question)

  • Q1. Tell me about yourself.?
Round 2 - Aptitude TestΒ 

They did not take the aptitude test because they had already hired individuals at the beginning.

Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. Stroke and dibatetes
Round 4 - HRΒ 

(1 Question)

  • Q1. It didnot happen for the last few candidates .

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid attending their events, as they treat candidates poorly and waste their time. They initially reach out to hundreds of candidates but hire only a select few at the start. There were supposed to be four rounds of interviews, yet they conducted only one. They then suggested returning another time, leaving candidates in a difficult position with no clear answers; they have the worst hiring system.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Jun 2024.

Round 1 - TechnicalΒ 

(5 Questions)

  • Q1. All the questions were from SQL server.
  • Q2. How to get 3rd highest salary ?
  • Ans. 

    To get the 3rd highest salary, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query to select distinct salaries in descending order.

    • Use the 'LIMIT' keyword to limit the results to 3.

    • Use the 'OFFSET' keyword to skip the first 2 highest salaries.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q3. Inner join result of 2 table. Table one [1,1,1,1] table two [1,1,1,1,1,1]
  • Ans. 

    The inner join of two tables with duplicate values results in a combined set of common values.

    • Inner join combines rows from both tables where the key columns match

    • In this case, the result would be [1,1,1,1,1,1] as all values are common in both tables

  • Answered by AI
  • Q4. SSIS Package creation.
  • Q5. Latest project explanation
  • Ans. 

    Developed a web application for tracking and managing project tasks

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 2 - One-on-oneΒ 

(6 Questions)

  • Q1. What is difference between SQL and NoSQL
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based, NoSQL databases are document, key-value, graph, or wide-column stores

    • SQL databases use structured query language for defining and manipulating data, NoSQL databases use different query languages

    • SQL databases are vertically scalable, NoSQL databases are horizontally scalable

    • SQL databa...

  • Answered by AI
  • Q2. Why is NoSQL better then SQL
  • Ans. 

    NoSQL is better for handling unstructured data, providing scalability and flexibility.

    • NoSQL databases are better suited for handling unstructured data like social media posts, user-generated content, and IoT data.

    • NoSQL databases provide better scalability as they can easily distribute data across multiple servers, allowing for horizontal scaling.

    • NoSQL databases offer more flexibility in terms of data model, allowing fo...

  • Answered by AI
  • Q3. Explain the data pipeline you have worked on.
  • Ans. 

    Designed and implemented a real-time data pipeline for processing and analyzing user behavior data.

    • Used Apache Kafka for real-time data streaming

    • Utilized Apache Spark for data processing and analysis

    • Implemented data transformations and aggregations using Scala

    • Stored processed data in a data warehouse like Amazon Redshift

    • Built monitoring and alerting systems to ensure data pipeline reliability

  • Answered by AI
  • Q4. Managing team
  • Q5. What will you do if you have conflict with your manager.
  • Ans. 

    I would address the conflict directly and professionally, seeking to understand the root cause and find a mutually beneficial solution.

    • Schedule a private meeting with the manager to discuss the conflict

    • Listen actively to the manager's perspective and express your own calmly

    • Seek to find common ground and propose potential solutions

    • If necessary, involve HR or a mediator to help resolve the conflict

  • Answered by AI
  • Q6. What do you love to do when you are free
  • Ans. 

    I love to spend my free time hiking, reading, and trying out new recipes in the kitchen.

    • Hiking in the mountains or local trails

    • Reading fiction and non-fiction books

    • Experimenting with new recipes and cooking techniques

  • Answered by AI
Round 3 - HRΒ 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best for SQL related questions.

Claims Associate Interview Questions & Answers

user image Sid Krishna

posted on 14 Jun 2024

Interview experience
3
Average
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 - HRΒ 

(2 Questions)

  • Q1. About your self
  • Q2. What you learned in recently
Round 2 - AssignmentΒ 

Typing test should have 30 with 90% accuracy

Round 3 - One-on-oneΒ 

(2 Questions)

  • Q1. Whats your strength and weakness and lots of basic things
  • Q2. Why you want join this company
  • Ans. 

    I am drawn to this company for its commitment to excellence, growth opportunities, and a supportive work culture that aligns with my values.

    • The company's reputation for integrity and customer service excellence aligns with my professional values.

    • I admire the emphasis on employee development and continuous learning, which I believe is crucial for career growth.

    • The collaborative work environment fosters teamwork and inno...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 4 round but I came here through referral so 1 round skipped. I gave HR then Typing test 3rd is manager round and fortunately I'm selected. It's been 2.7 year my experience is good till not but here lots of politics and favotism if you want to grow in this company then you have to do boot***ing your supervisor. It's about to 3 year but still I'm struggling on grade 22. Work pressure depends on process to process else company is good they tack care our employees. If you want to join then just take experience and switch to another company you can also read lots of feedback about favotism. Company is also good for fresher guy but don't stay here more than 1 year . Thanks 😊
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude TestΒ 

It was comprehensive multiple choice questions pattern

Round 2 - TechnicalΒ 

(5 Questions)

  • Q1. 1.Tell me about yourself
  • Q2. Strength and weakness
  • Ans. Short time and long time goal
  • Answered by blissfulcrystal
  • Q3. Why did you choose medical coding
  • Ans. What is the function of alpha and beta cells of pancreas
  • Answered by blissfulcrystal
  • Q4. Tell me the Physiology of circulatory system
  • Q5. Function of alpha and beta cells of pancreas

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview mainly all the systems in human anatomy and physiology especially circulatory system, respiratory system, endocrine system
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Tell me about your self ?
  • Q2. Why you want to join this organisation?
  • Ans. 

    I am drawn to this organization for its commitment to innovation, growth opportunities, and a collaborative work culture.

    • The organization's reputation for excellence aligns with my career goals, as I aspire to work in a leading company.

    • I admire the company's focus on sustainability and community impact, which resonates with my personal values.

    • The opportunity for professional development through training programs and me...

  • Answered by AI
  • Q3. What's about your previous company?
  • Ans. 

    My previous company was a dynamic logistics firm focused on optimizing supply chain operations and enhancing customer satisfaction.

    • Streamlined inventory management processes, reducing excess stock by 20%.

    • Implemented a new tracking system that improved delivery times by 15%.

    • Collaborated with cross-functional teams to enhance operational efficiency.

    • Conducted regular training sessions for staff on best practices in operat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher... Don't focus on salary, focus on increase your skill, knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group DiscussionΒ 

Indian Economy - 15 mins, unmoderated

Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Questions based on your resume
  • Q2. US Healthcare domain related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestΒ 

Linked list graph string to be prepared

Round 2 - Coding TestΒ 

Graph linked list was asked in this round

Round 3 - HRΒ 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Networking concepts, Cybersecurity tools and OWASP
  • Q2. Mitigations of attacks, cryptography techniques
  • Ans. 

    Mitigations of cyber attacks include various cryptographic techniques to secure data and communications.

    • Use of encryption (e.g., AES, RSA) to protect sensitive data at rest and in transit.

    • Implementing multi-factor authentication (MFA) to enhance access security.

    • Regular software updates and patch management to fix vulnerabilities.

    • Utilizing firewalls and intrusion detection systems (IDS) to monitor and control network tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you wish to pursue a career in the cyber domain, it is essential to have a strong understanding of networking concepts as well as familiarity with cybersecurity tools, various types of attacks, and their mitigation strategies.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a dedicated Quality Engineer with a passion for ensuring product excellence through rigorous testing and process improvement.

    • Over 5 years of experience in quality assurance and control in the manufacturing sector.

    • Skilled in developing and implementing quality management systems, leading to a 20% reduction in defects.

    • Proficient in using various testing methodologies, including automated testing tools like Selenium.

    • ...

  • Answered by AI
  • Q2. Automation framework

Optum Global Solutions Interview FAQs

How many rounds are there in Optum Global Solutions interview for freshers?
Optum Global Solutions interview process for freshers usually has 2-3 rounds. The most common rounds in the Optum Global Solutions interview process for freshers are HR, Technical and Resume Shortlist.
How to prepare for Optum Global Solutions interview for freshers?
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 Medical Coding, CPC, ICD, Ccsa and Cics.
What are the top questions asked in Optum Global Solutions interview for freshers?

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

  1. Difference between DM type 1 and DM typ...read more
  2. Diabetes , its type and differe...read more
  3. What is the difference between obj open and obj open by han...read more
What are the most common questions asked in Optum Global Solutions HR round for freshers?

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

  1. Why should we hire y...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...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.4/5

based on 54 interview experiences

Difficulty level

Easy 18%
Moderate 80%
Hard 2%

Duration

Less than 2 weeks 75%
2-4 weeks 20%
6-8 weeks 5%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
Β β€’Β 8.6k Interviews
Wipro Interview Questions
3.7
Β β€’Β 6.1k Interviews
Cognizant Interview Questions
3.7
Β β€’Β 5.9k Interviews
Capgemini Interview Questions
3.7
Β β€’Β 5.1k Interviews
Genpact Interview Questions
3.8
Β β€’Β 3.4k Interviews
LTIMindtree Interview Questions
3.7
Β β€’Β 3k Interviews
IBM Interview Questions
4.0
Β β€’Β 2.5k Interviews
DXC Technology Interview Questions
3.7
Β β€’Β 839 Interviews
Nagarro Interview Questions
4.0
Β β€’Β 793 Interviews
Sutherland Global Services Interview Questions
3.5
Β β€’Β 698 Interviews
View all

Optum Global Solutions Reviews and Ratings

based on 6.8k 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.8k Reviews and Ratings
Coding Quality Analyst

Noida

5-8 Yrs

β‚Ή 6-11 LPA

Coding Quality Analyst

Hyderabad / Secunderabad,

Chennai

5-7 Yrs

β‚Ή 6-11 LPA

Associate Data Scientist - AI or ML, SQL, Python, Snowflake

Gurgaon / Gurugram

2-7 Yrs

Not Disclosed

Explore more jobs
Claims Associate
4.1k salaries
unlock blur

β‚Ή2 L/yr - β‚Ή5 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

β‚Ή15.9 L/yr - β‚Ή26 L/yr

Software Engineer
2.9k salaries
unlock blur

β‚Ή10.4 L/yr - β‚Ή18 L/yr

Medical Coder
1.7k salaries
unlock blur

β‚Ή2 L/yr - β‚Ή5.9 L/yr

Senior Claims Associate
1.2k salaries
unlock blur

β‚Ή2.6 L/yr - β‚Ή5.8 L/yr

Explore more salaries
Compare Optum Global Solutions with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview