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 Developer Interview Questions, Process, and Tips

Updated 2 Jan 2025

Top Optum Global Solutions Software Developer Interview Questions and Answers

  • Q1. Longest Substring Without Repeating Characters Problem Statement Given a string S of length L , determine the length of the longest substring that contains no repeating ...read more
  • Q2. Count Pairs Problem Statement You are given an array A of length N consisting only of integers. Additionally, you are provided with three integers X , Y and SUM . Your t ...read more
  • Q3. Delete a Node from a Linked List You are provided with a linked list of integers. Your task is to implement a function that deletes a node located at a specified positio ...read more
View all 35 questions

Optum Global Solutions Software Developer Interview Experiences

26 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
  • Ans. 

    Queue processor manages tasks in a queue while job scheduler schedules tasks based on time or event triggers.

    • Queue processor manages tasks in a queue and processes them in a first-in, first-out (FIFO) order.

    • Job scheduler schedules tasks based on time or event triggers, and can prioritize tasks based on their importance.

    • Queue processor is typically used for real-time processing of tasks, while job scheduler is used for ...

  • Answered by AI
  • 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

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was around 4 pm in the evening and it includes both MCQs and coding questions. Hackerrank platform was user friendly and good.

  • Q1. 

    Maximum XOR Problem Statement

    You are given an integer X. Your goal is to find an integer Y such that the bitwise XOR of X and Y yields the maximum possible value. The integer Y must not exceed 2305843009...

Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Medium

30-40 minutes interview round.

  • Q1. 

    Kth Largest Element Problem

    Given an array containing N distinct positive integers and a number K, determine the Kth largest element in the array.

    Example:

    Input:
    N = 6, K = 3, array = [2, 1, 5, 6, 3, ...
  • Q2. How can you measure 9 minutes using only a 4-minute hourglass and a 7-minute hourglass?
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Resume based round and some technical concepts were asked

  • Q1. How can you find the 5th highest salary in a list of salaries using a SQL query?
Round 4 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Easiest of all was the HR round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 7 CGPAOptum interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Object-Oriented Programming, Database Management System, Operating System, Computer NetworksTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA as much as you can, try solving medium level questions because a clear understanding of DSA is a must.
Tip 2 : Do concepts of DBMS theoretical as well as SQL query, keep reviewing along with OOPs concepts.
Tip 3 : Few days before the interview practice and review OS important concepts along with networking.

Application resume tips for other job seekers

Tip 1 : Make good projects that cover object-oriented as well as database concepts ( web, android, ML, or any other technology), do at least 2 major projects for a good resume
Tip 2 : Make it simple and be honest, only mention what you know also it is good to mention both technical and non-technical skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 minutes
Round difficulty - Medium

  • Q1. 

    Array Intersection Problem Statement

    Given two integer arrays/ lists ARR1 and ARR2 of sizes N and M respectively, you are required to determine their intersection. An intersection is defined as the set of...

Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

  • Q1. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The task is to find the longest palindromic substring within STR. If there are several palindromic substring...

Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria7 CGPAOptum interview preparation:Topics to prepare for the interview - Data Structures, Computer Networks, Operating Systems, Algorithms, DBMSTime required to prepare for the interview - 8 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice coding questions
Tip 2 : Prepare data structures well

Application resume tips for other job seekers

Tip 1 : Mention good projects
Tip 2 : Do not put false information

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 min
Round difficulty - Medium

This round was MCQ and coding round. 25 MCQs and one coding question were asked. MCQs were based on OS, DBMS, Aptitude and Data Structures.

  • Q1. 

    Minimum Days to Complete Work

    You have 'N' tasks to complete. Each task can only be done on one of two specific days provided in two arrays: day1 and day2.

    For each task i, day1[i] represents the earliest...

  • Ans. 

    It is a simple iteration problem.

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 30 min
Round difficulty - Easy

This was a Data Structural round. Only one coding question was asked by the interviewer. The interviewer was very friendly. This round was very easy.

  • Q1. 

    Bubble Sort Problem Statement

    Sort the given unsorted array consisting of N non-negative integers in non-decreasing order using the Bubble Sort algorithm.

    Input:

    The first line contains an integer 'T' r...
  • Ans. 

    Just applied the normal bubble sort algorithm. It is very easy and simple.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in GurgaonEligibility criteria8Optum interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS,Dynamic Programminng,Operating System,DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident! 
Tip 2 : Maintain high Cgpa
Tip 3 : Do your best

Application resume tips for other job seekers

Tip 1 : Mention clear points
Tip 2 : Atleast 3 projects and never put anything you have not revised

Final outcome of the interviewSelected

Skills evaluated in this interview

Optum Global Solutions interview questions for designations

 Software Developer Intern

 (3)

 Senior Software Developer

 (1)

 Full Stack Software Developer

 (3)

 Software Engineer

 (41)

 Java Developer

 (3)

 RPA Developer

 (1)

 Trainee Developer

 (1)

 Javascript Developer

 (1)

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 minutes
Round difficulty - Medium

It was in the evening.
It consisted of 26 questions of easy to hard level.
It consisted of 25 MCQs and only 1 coding problem.

  • Q1. 

    Author and Books Formatting

    Given a structured list of books and their authors, format the information as specified.

    Input:

    The first line of input contains an integer ‘T' representing the number of tes...
Round 2 - Video Call 

(1 Question)

Round duration - 15 minutes
Round difficulty - Medium

It was more of CV based round. A brief discussion on projects was there followed by some questions like why optum.

  • Q1. 

    Delete a Node from a Linked List

    You are provided with a linked list of integers. Your task is to implement a function that deletes a node located at a specified position 'POS'.

    Input:

    The first line co...
Round 3 - Video Call 

(1 Question)

Round duration - 15 minutes
Round difficulty - Easy

A short round where some basic dbms questions like procedure, cursor were asked. Then some questions on whether I would prefer working alone or in a team. Where I see myself in 5 years.

  • Q1. 

    Graph Coloring Problem

    You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacen...

Interview Preparation Tips

Eligibility criteriaAbove 8 CGPA, Computer oriented branchesOptum interview preparation:Topics to prepare for the interview - DBMS, Data Structures, Algorithms, Puzzles, Operating Systems, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Projects do not matter much for this company.
Tip 2 : I did almost all the puzzles from Interviewbit.
Tip 3 : DBMS is really important. Practice queries in SQL thoroughly. You should know the use of limit and top also. It may be asked to write the same query in more than 1 form.
Tip 4 : Practice all the data structures. Questions were simple and you should know the basics of every data structure.

Application resume tips for other job seekers

Tip 1 : Don't write anything just for the sake of it.
Tip 2 : If you are writing some project then be thorough with all the details. If you are not much confident, then simply remove it and focus on other subjects.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top Optum Global Solutions Interview Questions

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to skillset

Optum Global Solutions Interview FAQs

How many rounds are there in Optum Global Solutions Software Developer interview?
Optum Global Solutions interview process usually has 1-2 rounds. The most common rounds in the Optum Global Solutions interview process are Technical, Coding Test and Aptitude Test.
What are the top questions asked in Optum Global Solutions Software Developer interview?

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

  1. What is the difference between obj open and obj open by han...read more
  2. How to change the work object status of the multiple cases from pending to clos...read more
  3. What is the one thing you want to experein...read more

Tell us how to improve this page.

Optum Global Solutions Software Developer Interview Process

based on 17 interviews

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • HR Round
View more
Optum Global Solutions Software Developer Salary
based on 361 salaries
₹6 L/yr - ₹21 L/yr
69% more than the average Software Developer Salary in India
View more details

Optum Global Solutions Software Developer Reviews and Ratings

based on 50 reviews

3.8/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.2

Salary

4.2

Job security

3.8

Company culture

2.9

Promotions

3.7

Work satisfaction

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

₹1.6 L/yr - ₹6 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹9.7 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