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

Updated 7 Feb 2025

Top Optum Global Solutions Software Engineer Interview Questions and Answers

  • Q1. Nth Element Of Modified Fibonacci Series Given two integers X and Y as the first two numbers of a series, and an integer N , determine the Nth element of the series foll ...read more
  • Q2. Consonant Counting Problem Statement Given a string STR comprising uppercase and lowercase characters and spaces, your task is to count the number of consonants in the s ...read more
  • Q3. Merge Two Sorted Linked Lists Problem Statement You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the ...read more
View all 16 questions

Optum Global Solutions Software Engineer Interview Experiences

41 interviews found

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

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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Questions of Data structure
  • Q2. 2 Sum

Optum Global Solutions interview questions for designations

 Senior Software Engineer

 (22)

 Associate Software Engineer

 (19)

 Software Development Engineer

 (1)

 Software Engineer Level 1

 (1)

 Software Developer

 (26)

 Software Developer Intern

 (3)

 Software Engineering Lead

 (2)

 Senior Software Tester

 (1)

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

There were DSA and SQL questions

Round 2 - Technical 

(1 Question)

  • Q1. Question about Arrays and DBMS

Get interview-ready with Top Optum Global Solutions Interview Questions

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

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

Round 1 - Coding Test 

It was a standard and pretty easy one

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Q2. Very professional HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Optum is a great firm to join

Software Engineer Jobs at Optum Global Solutions

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at SRM Institute of Science & Technology, Chennai

Round 1 - Coding Test 

String manipulation questions

Round 2 - Technical 

(1 Question)

  • Q1. Array search and sorting
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

Software Engineer interview

user image Institute of Aeronautical Engineering

posted on 19 Nov 2021

Software Engineer Interview Questions & Answers

user image Palla Bhanu Chandra

posted on 15 May 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Question related to your technology
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Duration was 1hr 30 min in which 1 coding questions which was easy level based on binary search and some aptitude based questions and core subjects mcqs

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts , code function overloading and overriding , 1 sql query based on joins , fibonaccie number program , some os questions
Round 3 - Technical 

(1 Question)

  • Q1. Oops questions , OS questions , DBMS questions , basics of cloud computing, sql query based on joins, c/c++ questions , osi model layers, Projects related questions , python questions

Optum Global Solutions Interview FAQs

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

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

  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. Arrange the array in decreasing order without extra space and without sort func...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

based on 26 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round
  • HR Round
View more
Optum Global Solutions Software Engineer Salary
based on 2.6k salaries
₹6.2 L/yr - ₹22 L/yr
60% more than the average Software Engineer Salary in India
View more details

Optum Global Solutions Software Engineer Reviews and Ratings

based on 314 reviews

3.8/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.3

Salary

4.1

Job security

3.8

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 314 Reviews and Ratings
Software Engineer

Noida

2-5 Yrs

₹ 5.1-20.7 LPA

Software Engineer - C#.Net Full Stack

Hyderabad / Secunderabad

2-6 Yrs

₹ 3-20 LPA

Software Engineer - Scrum Master

Hyderabad / Secunderabad

3-5 Yrs

₹ 3-21.11 LPA

Explore more jobs
Claims Associate
4.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Software Engineer
2.6k salaries
unlock blur

₹6.2 L/yr - ₹22 L/yr

Medical Coder
1.2k salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Senior Claims Associate
1.2k salaries
unlock blur

₹2.1 L/yr - ₹5.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