i
Optum Global Solutions
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Clear (1)
I would start by breaking down the problem, researching similar problems, seeking help from colleagues, and experimenting with different solutions.
Break down the problem into smaller components to understand it better
Research similar problems online or in relevant literature
Seek help from colleagues or mentors who may have experience with similar problems
Experiment with different solutions to see what works best
I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.
An Array Questions was given based on sorting
I applied via Campus Placement
Online test on cocubes which contains 60 questions in 60 minutes.
What people are saying about Optum Global Solutions
I applied via LinkedIn
Finding the middle node of a linked list.
Traverse the linked list with two pointers, one moving twice as fast as the other.
When the fast pointer reaches the end, the slow pointer will be at the middle node.
If the linked list has even number of nodes, there will be two middle nodes.
In that case, choose either of the middle nodes as the result.
Reverse words in a sentence
Split the sentence into words
Reverse the order of the words
Join the words back into a sentence
Optum Global Solutions interview questions for designations
I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.
Get interview-ready with Top Optum Global Solutions Interview Questions
I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.
In interview they gave some coding questions..need to execute them
I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.
Basic questions were asked . 2 coding questions
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
Mcqs related to oops, dbms, OS and aptitude plus one coding question of easy level
I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.
Mcq questions on Mettle and coding
I was interviewed in Nov 2021.
Round duration - 50 Minutes
Round difficulty - Easy
Timing : Afternoon(Around 12 Pm)
The interviewer started with his Introduction and later asked 2 DSA Questions.
Ninjaland consists of ‘N’ states and ‘M’ paths. Each path connecting two states can either be a normal path or a special path, each with its unique length. Your task is to find ...
Find the shortest distance between two states in Ninjaland with at most one special path.
Use Dijkstra's algorithm to find the shortest path between two states.
Keep track of the shortest path with at most one special path included.
Consider both normal and special paths while calculating the shortest distance.
Handle cases where multiple paths exist between two states.
Given a 2D grid with 'N' rows and 'M' columns, where each cell contains a character from the set { 'U', 'L', 'D', 'R' } indicating the allowed direction to move...
The problem involves finding the minimum number of direction changes needed to create a valid path from the top-left to the bottom-right corner of a 2D grid.
Create a graph representation of the grid with directions as edges.
Use a shortest path algorithm like Dijkstra or BFS to find the minimum number of changes needed.
Handle edge cases like unreachable bottom-right corner or invalid input.
Consider implementing a helper...
Round duration - 60 minutes
Round difficulty - Medium
Timing : Afternoon(Around 10 Am)
The interviewer started with his Introduction and later asked 2 DSA Questions.
1)Questions based on N-QUEEN
2)Questions based on String Manipulation
Given an integer N
, find all possible placements of N
queens on an N x N
chessboard such that no two queens threaten each other.
A queen can attack another queen if they ar...
The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard where no two queens threaten each other.
Understand the constraints of the problem: N queens on an N x N chessboard, no two queens can threaten each other.
Implement a backtracking algorithm to explore all possible configurations.
Check for conflicts in rows, columns, and diagonals before placing a queen.
Generate and print val...
Given a string (STR
) of length N
, you are tasked to create a new string through the following method:
Select the smallest character from the first K
characters of STR
, remov...
Given a string and an integer, create a new string by selecting the smallest character from the first K characters of the input string and repeating the process until the input string is empty.
Iterate through the input string, selecting the smallest character from the first K characters each time.
Remove the selected character from the input string and append it to the new string.
Continue this process until the input st...
Round duration - 60 minutes
Round difficulty - Medium
Timing : Afternoon(Around 1 Pm)
The interviewer started with his Introduction and later asked 2 DSA Questions and CS fundamentals.
1)DSA Question : 2 sum(Leetcode)
2)Questions based on String Manipulation
3)MySQL Queries
4)OOPS concepts
Given an array of integers ARR
of length N
and an integer Target
, your task is to return all pairs of elements such that they add up to the Target
.
The first line ...
Given an array of integers and a target, find all pairs of elements that add up to the target.
Iterate through the array and for each element, check if the target minus the element exists in a hash set.
If it exists, print the pair (element, target-element), otherwise add the element to the hash set.
If no pair is found, print (-1, -1).
Tip 1 : Make a proper schedule/ your own roadmap instead of depending on some random roadmap.
Tip 2 : Practice the previous problems, keep an excel sheet to track the problems you have solved in the past.
Tip 3 : Consistency is the most important thing. Never underestimate yourself, you might take 1 month, 2 months or 8 months to prepare. But with right dedication, you will get placed at your dream company.
Tip 1 : Mention what you know, what you are good at.
Tip 2 : It would be good if the resume contains maximum two pages. One page would be perfect. Because companies would not go through the entire resume, they would try to find the important points only.
Some of the top questions asked at the Optum Global Solutions Associate Software Engineer interview -
The duration of Optum Global Solutions Associate Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 14 interviews
2 Interview rounds
based on 92 reviews
Rating in categories
Claims Associate
4.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
2.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
2.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Medical Coder
1.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Claims Associate
1.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Cognizant
Accenture
IBM
TCS