Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
I was interviewed before Sep 2020.
Round duration - 60 minutes
Round difficulty - Medium
30 Aptitude problems and two coding questions
Given an integer array ARR
of size N
, your task is to find the total number of inversions that exist in the array.
An inversion is defined for a pair of integers in the...
Count the total number of inversions in an integer array.
Iterate through the array and for each pair of elements, check if the conditions for inversion are met.
Use a nested loop to compare each pair of elements efficiently.
Keep a count of the inversions found and return the total count at the end.
Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
Find the maximum sum of any contiguous subarray within an array of integers.
Iterate through the array and keep track of the maximum sum of subarrays encountered so far.
At each index, decide whether to include the current element in the subarray or start a new subarray.
Use Kadane's algorithm to solve the problem efficiently.
Example: For array [34, -50, 42, 14, -5, 86], the maximum subarray sum is 137.
Round duration - 90 minutes
Round difficulty - Medium
Data structure and algorithms plus object oriented problems
You are given a sequence of numbers, ARR
. Your task is to return a sorted sequence of ARR
in non-descending order using the Merge Sort algorithm.
The Merge Sort...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Divide the input array into two halves recursively until each array has only one element.
Merge the sorted halves to produce a completely sorted array.
Time complexity of Merge Sort is O(n log n).
Example: Input: [3, 1, 4, 1, 5], Output: [1, 1, 3, 4, 5]
Given a singly linked list of integers and a reference to a node, your task is to delete that specific node from the linked list. Each node in the linked li...
Given a singly linked list of integers and a reference to a node, delete the specified node from the linked list.
Traverse the linked list to find the node to be deleted
Update the pointers to skip over the node to be deleted
Print the modified linked list after deletion
Round duration - 60 miinutes
Round difficulty - Easy
Database questions and discussion about projects
Normal forms in database management systems help in organizing data to reduce redundancy and improve data integrity.
Normal forms are rules used to design relational database tables to minimize redundancy and dependency.
Boyce-Codd Normal Form (BCNF) is a stricter version of Third Normal Form (3NF) where every determinant is a candidate key.
BCNF helps in eliminating anomalies like insertion, update, and deletion anomalie...
WHILE is used in loops to repeatedly execute a block of code, while HAVING is used in SQL queries to filter results based on aggregate functions.
WHILE is used in programming languages like SQL to create loops for executing a block of code multiple times.
HAVING is used in SQL queries to filter results based on aggregate functions like SUM, COUNT, AVG, etc.
WHILE is used for iterative operations, while HAVING is used for
Tip 1 : Competitive Programming
Tip 2 : Do atleast 2 projects
Tip 1 : To be precise, mention your technical skills, achievements, dont write anything unnecessary plus write your professional summary good mention your project details in not more than 2 lines and make sure those sentences make sense to reader.
Tip 2 : Resume should be not more than one page. Write everything within one page
I was interviewed before Sep 2020.
Round duration - 60 minutes
Round difficulty - Easy
The test was around 3 PM. It was my first internship test so I was nervous.
Given an integer N
, determine whether its binary representation is a palindrome.
The first line contains an integer 'T' representing the number of test cases.
The next 'T'...
Check if the binary representation of a given integer is a palindrome.
Convert the integer to binary representation
Check if the binary representation is a palindrome by comparing it with its reverse
Return true if it is a palindrome, false otherwise
Round duration - 30 minutes
Round difficulty - Medium
We were called at 1.30 PM. My interview started around 8PM.
Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word.
The first line contains an in...
Check if a given word is present in a sentence as a complete word, not a substring.
Split the sentence into words using spaces as delimiters.
Check if the given word matches any of the words in the sentence exactly.
Ensure the word is not part of a larger word in the sentence.
Output 'Yes' if the word is found as a complete word, 'No' otherwise.
Tip 1 : Know every thing mentioned in the resume
Tip 2 : Always listen to interviewer before answering
Tip 1 : Use single column in it can be fitted
Tip 2 : Mention your competitive coding achievements
I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.
UnitedHealth interview questions for popular designations
I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.
Get interview-ready with Top UnitedHealth Interview Questions
I applied via Naukri.com and was interviewed in Sep 2018. There was 1 interview round.
Designing and developing software solutions, collaborating with team members, and troubleshooting issues.
Designing and implementing software solutions based on client requirements
Collaborating with cross-functional teams to gather and analyze project requirements
Writing clean and efficient code using programming languages like Java, C++, or Python
Performing code reviews and providing constructive feedback to team membe...
Yes, I have experience with CA technology tools.
I have worked extensively with CA Agile Central (formerly Rally) for project management and agile development.
I am familiar with CA Service Virtualization for creating virtual services and simulating real-world scenarios.
I have used CA Release Automation for continuous delivery and deployment.
I have experience with CA Application Performance Management for monitoring and ...
Developed a web-based project management tool for a software development company.
Used Agile methodology for development
Implemented user authentication and authorization using JWT
Integrated with GitHub for version control
Used React for front-end and Node.js for back-end
Implemented real-time chat feature using Socket.io
Top trending discussions
Some of the top questions asked at the UnitedHealth interview -
The duration of UnitedHealth interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 40 interviews
Interview experience
based on 2.6k reviews
Rating in categories
Senior Software Engineer
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Claims Associate
1.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
788
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Claims Associate
515
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
283
salaries
| ₹0 L/yr - ₹0 L/yr |
Anthem
Humang
Aetna
Centene Corporation