i
Optum Global
Solutions
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
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 ma...
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...
Java 8 introduced significant features like lambdas, streams, and the new Date-Time API, enhancing productivity and code readability.
Lambda Expressions: Enable functional programming by allowing you to pass behavior as a parameter. Example: (x, y) -> x + y.
Streams API: Facilitates processing sequences of elements (collections) in a functional style. Example: list.stream().filter(x -> x > 10).
Default Metho...
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 contain...
What people are saying about Optum Global Solutions
The 2 Sum problem involves finding two numbers in an array that add up to a specific target sum.
Given an array of integers and a target sum, identify two distinct indices whose values sum to the target.
Example: For array [2, 7, 11, 15] and target 9, the output is indices [0, 1] (2 + 7 = 9).
Use a hash map to store numbers and their indices for efficient lookup.
Time complexity can be O(n) with a hash map, compared t...
Use bubble sort algorithm to rearrange the array in decreasing order.
Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.
Repeat this process until the array is sorted in decreasing order.
Example: ['apple', 'banana', 'cherry'] -> ['cherry', 'banana', 'apple']
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
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
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 ...
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.
I appeared for an interview in Jun 2025, where I was asked the following questions.
I appeared for an interview in Jun 2025, where I was asked the following questions.
The second interview focuses on technical skills and experiences listed on your resume.
Be prepared to discuss specific projects you've worked on, such as a web application you developed using React and Node.js.
Highlight your problem-solving skills by explaining how you debugged a complex issue in a previous project.
Discuss your familiarity with algorithms and data structures, providing examples of how you've applied th...
Linked list graph string to be prepared
Graph linked list was asked in this round
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
I appeared for an interview in Oct 2024, where I was asked the following questions.
Design patterns are reusable solutions to common software design problems, enhancing code maintainability and scalability.
Singleton Pattern: Ensures a class has only one instance and provides a global point of access, useful for managing shared resources like configuration settings.
Observer Pattern: Defines a one-to-many dependency between objects, allowing multiple observers to be notified of state changes, commonly u...
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
There were DSA and SQL questions
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
It was a standard and pretty easy one
I applied via Campus Placement
String manipulation questions
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
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
Some of the top questions asked at the Optum Global Solutions Software Engineer interview -
The duration of Optum Global Solutions Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 31 interview experiences
Difficulty level
Duration
based on 330 reviews
Rating in categories
Gurgaon / Gurugram
4-6 Yrs
₹ 9.3-21 LPA
Claims Associate
4.1k
salaries
| ₹2 L/yr - ₹5 L/yr |
Senior Software Engineer
3.4k
salaries
| ₹15.9 L/yr - ₹26 L/yr |
Software Engineer
2.9k
salaries
| ₹10.4 L/yr - ₹18 L/yr |
Medical Coder
1.7k
salaries
| ₹2 L/yr - ₹5.8 L/yr |
Senior Claims Associate
1.2k
salaries
| ₹2.6 L/yr - ₹5.9 L/yr |
Accenture
Wipro
Cognizant
Capgemini