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 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Optum Global Solutions Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 6 Apr 2025

Top Optum Global Solutions Software Engineer Interview Questions and Answers for Experienced

  • Q1. How to make restrict a class so that it can not be inherited
  • Q2. What are constructors in dot net core and how will you overload a constructor.
  • Q3. How to find Nth value in sql ? What difference between varchar and N varchar ? What difference between primary and frogen key? What difference between delete and truncate ...read more
View all 14 questions

Optum Global Solutions Software Engineer Interview Experiences for Experienced

15 interviews found

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

(1 Question)

  • Q1. Rate yourself in the technology that you have added in your skills.
  • Ans. 

    I rate myself 8 out of 10 in Java, 7 out of 10 in Python, and 6 out of 10 in SQL.

    • Java - Strong understanding of OOP concepts, experience with Spring framework

    • Python - Proficient in data manipulation and analysis, used in various automation scripts

    • SQL - Comfortable writing complex queries, experience with database management

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

I applied via Campus Placement

Round 1 - Coding Test 

String manipulation questions

Round 2 - Technical 

(1 Question)

  • Q1. Array search and sorting

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q3. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in HCLTech
Q4. Reverse Array Elements Given an array containing 'N' elements, th ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 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 

(3 Questions)

  • Q1. What are constructors in dot net core and how will you overload a constructor.
  • Ans. 

    Constructors are special methods used to initialize objects. Overloading allows multiple constructors with different parameters.

    • Constructors have the same name as the class and no return type.

    • Overloading constructors allows for different ways to initialize objects.

    • Example: public class Person { public Person(string name) { } public Person(string name, int age) { } }

    • Overloaded constructors can call each other using the

  • Answered by AI
  • Q2. How to make restrict a class so that it can not be inherited
  • Ans. 

    To restrict a class from being inherited, mark it as final.

    • Use the final keyword before the class declaration.

    • Final classes cannot be subclassed.

    • Any attempt to subclass a final class will result in a compile-time error.

  • Answered by AI
  • Q3. What are constraints in Sql
  • Ans. 

    Constraints in SQL are rules that limit the type of data that can be inserted, updated or deleted from a table.

    • Constraints ensure data integrity and consistency.

    • Types of constraints include primary key, foreign key, unique, check, and default constraints.

    • Examples of constraints include ensuring a column cannot have null values, or ensuring a foreign key references a valid primary key.

    • Constraints can be added when creat...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and the work you have done in recent times.
  • Ans. 

    I am a software engineer with experience in developing web applications using Java and JavaScript.

    • Developed a web application using Java Spring framework

    • Implemented RESTful APIs for data retrieval and manipulation

    • Utilized JavaScript frameworks like React.js for front-end development

    • Worked on database design and optimization using SQL

    • Collaborated with cross-functional teams to deliver high-quality software

  • Answered by AI
  • Q2. What new technology have you learned in last 6 months.
  • Ans. 

    I have learned about React Native in the last 6 months.

    • I have learned how to build mobile applications using React Native.

    • I have learned about the different components and libraries available in React Native.

    • I have also learned how to integrate React Native with other technologies like Firebase.

    • For example, I built a mobile app for a client using React Native and Firebase for real-time data updates.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and share your authentic experience only.

Skills evaluated in this interview

What people are saying about Optum Global Solutions

View All
a senior data analyst
4d
About work life balance
How is optum company? How is work life balance and job security over there? Also generally what’s the working hours?
Got a question about Optum Global Solutions?
Ask anonymously on communities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the features of Java 8?
  • Ans. 

    Java 8 introduced significant features like lambdas, streams, and the new Date-Time API, enhancing productivity and code readability.

    • Lambda Expressions: Enable concise representation of functional interfaces. Example: (a, b) -> a + b.

    • Streams API: Facilitates functional-style operations on collections. Example: list.stream().filter(x -> x > 10).collect(Collectors.toList()).

    • Default Methods: Allow interfaces to h...

  • Answered by AI
  • Q2. What is the process for implementing a linked list?
  • Ans. 

    Implementing a linked list involves defining nodes, linking them, and providing methods for insertion, deletion, and traversal.

    • Define a Node class with data and a pointer to the next node.

    • Create a LinkedList class to manage the head node and operations.

    • Implement methods for insertion (at head, tail, or specific position).

    • Implement methods for deletion (by value or position).

    • Provide traversal methods to display the list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is an IoC (Inversion of Control) container?
  • Ans. 

    An IoC container manages object creation and dependencies, promoting loose coupling and easier testing in software applications.

    • IoC containers handle the instantiation and lifecycle of objects, reducing manual dependency management.

    • They support Dependency Injection (DI), allowing dependencies to be provided externally rather than hard-coded.

    • Examples include Spring Framework (Java), .NET Core's built-in IoC container, a...

  • Answered by AI

Skills evaluated in this interview

Optum Global Solutions interview questions for designations

 Senior Software Engineer

 (24)

 Associate Software Engineer

 (15)

 Software Developer

 (25)

 Software Developer Intern

 (3)

 Software Engineering Lead

 (2)

 Senior Software Tester

 (1)

 Senior Software Developer

 (1)

 Full Stack Software Developer

 (3)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Procedure and package
  • Ans. 

    Procedure and package are two types of database objects used in Oracle database.

    • A procedure is a subprogram that performs a specific action and can be called by other programs.

    • A package is a collection of related procedures, functions, and variables that can be used by multiple programs.

    • Procedures and packages are stored in the database and can be called from any program that has access to the database.

    • Procedures and p...

  • Answered by AI
  • Q2. View and materilzed view differences
  • Ans. 

    View is a virtual table while Materialized view is a physical table.

    • View is a logical representation of data while Materialized view is a physical copy of data.

    • View is updated dynamically while Materialized view needs to be refreshed manually.

    • Materialized view is faster for read-heavy operations while View is better for write-heavy operations.

    • Materialized view can be indexed while View cannot be indexed.

  • Answered by AI
Round 3 - Maangerial 

(1 Question)

  • Q1. Database types and standards

Skills evaluated in this interview

Get interview-ready with Top Optum Global Solutions Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Sql store procedure index function join
  • Q2. How to find Nth value in sql ? What difference between varchar and N varchar ? What difference between primary and frogen key? What difference between delete and truncate function ? What is curd function ?...
  • Q3. What is hive ? What is spark ? What is Hadoop ?
  • Q4. What is normalisation ? What is group by and dense rank?
  • Ans. 

    Normalization organizes data to reduce redundancy and improve integrity in databases.

    • Normalization involves dividing a database into tables and defining relationships.

    • It typically follows several normal forms (1NF, 2NF, 3NF) to eliminate data anomalies.

    • Example: Splitting a customer table into separate tables for customer info and orders.

    • Group By is an SQL clause that aggregates data based on one or more columns.

    • Example...

  • Answered by AI
  • Q5. What types of join ?
  • Ans. 

    Joins are SQL operations that combine records from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched...

  • Answered by AI

Software Engineer Jobs at Optum Global Solutions

View all

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of js and sql questions and also basics of react and angular
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions and team level questions
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare js basics along with a
Round 1 - Aptitude Test 

Medium level of difficulty, aptitude, programming mcq & coding

Round 2 - Technical 

(1 Question)

  • Q1. DSA basic, Java, database

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA & Other basic topics deeply
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 - Coding Test 

Got two coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Sort linked list
  • Ans. 

    Sort a linked list

    • Use a sorting algorithm like merge sort or quick sort

    • Traverse the linked list and rearrange the nodes accordingly

    • Ensure to update the head of the linked list after sorting

  • Answered by AI
  • Q2. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2021. There were 4 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 

You’ll get the logical reasoning questions

Round 3 - Coding Test 

The interviewer will ask you some basic programming questions then there will be follow up questions also.

Round 4 - Coding Test 

Again one programming logical question and then OOPS concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong command in basic programming , learn the oops concepts it’s very important

Optum Global Solutions Interview FAQs

How many rounds are there in Optum Global Solutions Software Engineer interview for experienced candidates?
Optum Global Solutions interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Optum Global Solutions interview process for experienced candidates are Technical, Coding Test and Resume Shortlist.
How to prepare for Optum Global Solutions Software Engineer interview for experienced candidates?
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, Software Development, Software Engineering, Application Development and Web Development.
What are the top questions asked in Optum Global Solutions Software Engineer interview for experienced candidates?

Some of the top questions asked at the Optum Global Solutions Software Engineer interview for experienced candidates -

  1. How to make restrict a class so that it can not be inheri...read more
  2. What are constructors in dot net core and how will you overload a construct...read more
  3. How to find Nth value in sql ? What difference between varchar and N varchar ? ...read more
How long is the Optum Global Solutions Software Engineer interview process?

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

Tell us how to improve this page.

Optum Global Solutions Software Engineer Interview Process for Experienced

based on 7 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Optum Global Solutions Software Engineer Salary
based on 2.6k salaries
₹5.5 L/yr - ₹19 L/yr
55% more than the average Software Engineer Salary in India
View more details

Optum Global Solutions Software Engineer Reviews and Ratings

based on 320 reviews

3.7/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

3.3

Salary

4.0

Job security

3.7

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 320 Reviews and Ratings
Senior Software Engineer

Hyderabad / Secunderabad,

Gurgaon / Gurugram

7-12 Yrs

Not Disclosed

Software Engineer - React JS

Gurgaon / Gurugram

3-6 Yrs

Not Disclosed

Software Engineer - .NET

Hyderabad / Secunderabad

4-6 Yrs

₹ 3.5-21 LPA

Explore more jobs
Claims Associate
4.3k salaries
unlock blur

₹1.5 L/yr - ₹5.6 L/yr

Senior Software Engineer
3k salaries
unlock blur

₹9.7 L/yr - ₹32.6 L/yr

Software Engineer
2.6k salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Medical Coder
1.4k salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Senior Claims Associate
1.2k salaries
unlock blur

₹2 L/yr - ₹6 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
Did you find this page helpful?
Yes No
write
Share an Interview