AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

UnitedHealth

Compare button icon Compare button icon Compare
4.0

based on 2.7k Reviews

Play video Play video Video summary
  • About
  • Reviews
    2.7k
  • Salaries
    15.5k
  • Interviews
    84
  • Jobs
    -
  • Benefits
    448
  • Photos
    -

Filter interviews by

UnitedHealth Software Engineer Interview Questions and Answers

Updated 21 May 2024

30 Interview questions

A Software Engineer was asked
Q. Explain the inner workings of the Spring Framework.
Ans. 

Spring Framework is a powerful, feature-rich framework for building Java applications, emphasizing dependency injection and aspect-oriented programming.

  • Spring uses Inversion of Control (IoC) to manage object creation and dependencies, allowing for loose coupling.

  • Dependency Injection (DI) can be done via constructor injection, setter injection, or method injection.

  • Spring's ApplicationContext is a central interface ...

A Software Engineer was asked
Q. Given two strings, determine if they are anagrams of each other.
Ans. 

Check if two strings are anagram

  • Sort both strings and compare them

  • Use a hash table to count the frequency of each character in both strings and compare the hash tables

  • Use an array of size 26 to count the frequency of each letter in both strings and compare the arrays

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
View answers (293)
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
View answers (530)
asked in Tech Mahindra
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
View answers (81)
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
View answers (22)
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
View answers (9)
View All
A Software Engineer was asked
Q. Given an integer, reverse the digits while preserving the sign.
Ans. 

Reverse a number while preserving its sign.

  • Extract the sign of the number using Math.sign()

  • Reverse the absolute value of the number using string manipulation

  • Convert the reversed string back to a number and multiply by the sign

A Software Engineer was asked
Q. What are triggers and what types of triggers are you familiar with?
Ans. 

Triggers are database objects that automatically execute in response to certain events.

  • Triggers can be used to enforce business rules or perform complex calculations.

  • Types of triggers include DML triggers, DDL triggers, and logon triggers.

  • DML triggers fire in response to data manipulation language (DML) events, such as INSERT, UPDATE, or DELETE statements.

  • DDL triggers fire in response to data definition language (...

A Software Engineer was asked
Q. What are the ways to improve the performance of stored procedures?
Ans. 

Ways to improve performance of stored procedures

  • Use SET NOCOUNT ON to reduce network traffic

  • Avoid using SELECT *

  • Use table variables instead of temporary tables

  • Avoid using cursors

  • Use appropriate indexes

  • Avoid using scalar functions

  • Minimize the use of triggers

  • Use stored procedures instead of ad hoc queries

A Software Engineer was asked
Q. What is the difference between ViewData, ViewBag, and TempData?
Ans. 

Difference between viewdata, viewbag and tempdata

  • ViewData is used to pass data from controller to view

  • ViewBag is a dynamic object used to pass data from controller to view

  • TempData is used to pass data between controller actions or redirects

A Software Engineer was asked
Q. What is the difference between in, out, and ref parameters?
Ans. 

In, out and ref are parameter modifiers in C# used to pass arguments to a method.

  • In parameters are read-only and used to pass values to a method.

  • Out parameters are write-only and used to return values from a method.

  • Ref parameters are read-write and used to pass values to and from a method.

  • In parameters are passed by value, out and ref parameters are passed by reference.

  • In parameters are optional, out and ref param...

Are these interview questions helpful?
A Software Engineer was asked
Q. What is managed and unmanaged code?
Ans. 

Managed code is executed by the CLR while unmanaged code is executed by the operating system.

  • Managed code is written in languages like C#, VB.NET, etc. and is compiled into Intermediate Language (IL) code.

  • Unmanaged code is written in languages like C, C++, etc. and is compiled into machine code.

  • Managed code is executed by the Common Language Runtime (CLR) while unmanaged code is executed by the operating system.

  • Ma...

A Software Engineer was asked
Q. What are generic and non-generic collections in .NET?
Ans. 

Generic collections are type-safe and can store any type of data. Non-generic collections can only store objects of type 'object'.

  • Generic collections are preferred as they provide compile-time type safety.

  • Non-generic collections are slower and can cause runtime errors if the wrong type is added.

  • Examples of generic collections include List, Dictionary, and Queue.

  • Examples of non-generic collections inc...

A Software Engineer was asked
Q. How are indexes implemented?
Ans. 

Indexes are implemented using B Trees and B+ Trees.

  • B Trees and B+ Trees are data structures used to organize and efficiently search data in databases.

  • B Trees are balanced search trees that store data in nodes with multiple children.

  • B+ Trees are similar to B Trees but have additional features like leaf nodes that form a linked list.

  • Indexes are created on specific columns of a database table to improve query perform...

1 2 3

UnitedHealth Software Engineer Interview Experiences

12 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2022

I applied via Approached by Company and was interviewed in Sep 2022. 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 

(1 Question)

  • Q1. Basic Technical Questions related to the domain, technology you have applied.
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based & end to end process oriented questions related to the domain, technology you have applied, you can also expect some managerial questions as well.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with everything that you have put in your Resume.
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked basic sorting and searching algorithms

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions about sql and Java
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Online test using jquery and react js
  • Add your answer
  • Q2. 2. Reverse number with sign
  • Ans. 

    Reverse a number while preserving its sign.

    • Extract the sign of the number using Math.sign()

    • Reverse the absolute value of the number using string manipulation

    • Convert the reversed string back to a number and multiply by the sign

  • Answered by AI
    Add your answer
  • Q3. 3. Check if two strings are anagram
  • Ans. 

    Check if two strings are anagram

    • Sort both strings and compare them

    • Use a hash table to count the frequency of each character in both strings and compare the hash tables

    • Use an array of size 26 to count the frequency of each letter in both strings and compare the arrays

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was online coding test with average difficulty.
Second round was video interview with managerial questions and 2 coding questions.

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2022

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
    Add your answer
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
    Add your answer
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
    Add your answer
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
    Add your answer
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
    Add your answer
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2021

Interview Questionnaire 

3 Questions

  • Q1. Java basics major in thread ,parlell task
  • Add your answer
  • Q2. Spring Indepth .like working of spring
  • Ans. 

    Spring Framework is a powerful, feature-rich framework for building Java applications, emphasizing dependency injection and aspect-oriented programming.

    • Spring uses Inversion of Control (IoC) to manage object creation and dependencies, allowing for loose coupling.

    • Dependency Injection (DI) can be done via constructor injection, setter injection, or method injection.

    • Spring's ApplicationContext is a central interface for p...

  • Answered by AI
    Add your answer
  • Q3. Angular
  • Add your answer

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2020

Interview Questionnaire 

7 Questions

  • Q1. What are generic and non-generic collections in .net?
  • Ans. 

    Generic collections are type-safe and can store any type of data. Non-generic collections can only store objects of type 'object'.

    • Generic collections are preferred as they provide compile-time type safety.

    • Non-generic collections are slower and can cause runtime errors if the wrong type is added.

    • Examples of generic collections include List, Dictionary, and Queue.

    • Examples of non-generic collections include ...

  • Answered by AI
    Add your answer
  • Q2. What are triggers and types?
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events.

    • Triggers can be used to enforce business rules or perform complex calculations.

    • Types of triggers include DML triggers, DDL triggers, and logon triggers.

    • DML triggers fire in response to data manipulation language (DML) events, such as INSERT, UPDATE, or DELETE statements.

    • DDL triggers fire in response to data definition language (DDL) ...

  • Answered by AI
    Add your answer
  • Q3. What is managed and unmanaged code?
  • Ans. 

    Managed code is executed by the CLR while unmanaged code is executed by the operating system.

    • Managed code is written in languages like C#, VB.NET, etc. and is compiled into Intermediate Language (IL) code.

    • Unmanaged code is written in languages like C, C++, etc. and is compiled into machine code.

    • Managed code is executed by the Common Language Runtime (CLR) while unmanaged code is executed by the operating system.

    • Managed...

  • Answered by AI
    Add your answer
  • Q4. Difference between in, out and ref parameters?
  • Ans. 

    In, out and ref are parameter modifiers in C# used to pass arguments to a method.

    • In parameters are read-only and used to pass values to a method.

    • Out parameters are write-only and used to return values from a method.

    • Ref parameters are read-write and used to pass values to and from a method.

    • In parameters are passed by value, out and ref parameters are passed by reference.

    • In parameters are optional, out and ref parameters...

  • Answered by AI
    Add your answer
  • Q5. Difference between viewdata, viewbag and tempdata?
  • Ans. 

    Difference between viewdata, viewbag and tempdata

    • ViewData is used to pass data from controller to view

    • ViewBag is a dynamic object used to pass data from controller to view

    • TempData is used to pass data between controller actions or redirects

  • Answered by AI
    Add your answer
  • Q6. MVC lifecycle
  • Add your answer
  • Q7. What are the ways to improve performance of stored procedures?
  • Ans. 

    Ways to improve performance of stored procedures

    • Use SET NOCOUNT ON to reduce network traffic

    • Avoid using SELECT *

    • Use table variables instead of temporary tables

    • Avoid using cursors

    • Use appropriate indexes

    • Avoid using scalar functions

    • Minimize the use of triggers

    • Use stored procedures instead of ad hoc queries

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I was able to answer most of the answers with ease and got selected for next round which was managerial round and was fairly easy.

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Ramakanth

posted on 11 Mar 2015

Interview Questionnaire 

7 Questions

  • Q1. Build a stack using queues and vice versa
  • Ans. 

    Stack using queues: push() - enqueue to queue1, pop() - dequeue from queue2 after transferring n-1 elements from queue1 to queue2

    • To push an element, enqueue it to queue1

    • To pop an element, transfer n-1 elements from queue1 to queue2, dequeue the last element from queue1 and swap the names of queue1 and queue2

    • Queue using stacks: enqueue() - push to stack1, dequeue() - pop from stack2 after transferring all elements from ...

  • Answered by AI
    Add your answer
  • Q2. Implement doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node has a pointer to both previous and next nodes.

    • Create a Node class with data, prev and next pointers

    • Create a LinkedList class with head and tail pointers

    • Implement methods to add, remove and traverse nodes

  • Answered by AI
    Add your answer
  • Q3. Asked some questions on Distributed computing, Computer Networks
  • Add your answer
  • Q4. Asked some in depth questions on my project
  • Add your answer
  • Q5. Standard HR interview like what are your strengths and weakness, why do you want to join in our company etc
  • Add your answer
  • Q6. Are you a leader? why do you think so?
  • Ans. 

    Yes, I am a leader.

    • I have experience leading teams in previous projects.

    • I am able to communicate effectively and motivate team members.

    • I am proactive in identifying and solving problems.

    • I am able to delegate tasks and trust team members to complete them.

    • I am constantly seeking to improve my leadership skills through learning and feedback.

  • Answered by AI
    Add your answer
  • Q7. Given a case about leader managing his team and asked some questions like what would you do in that situation
  • Add your answer

Interview Preparation Tips

Round: Technical Interview
Experience: Good and peaceful interview. Questions on computer background were simple. Interviewer had a good knowledge on my project field so he asked some really good questions.
Tips: Be clear with every single point written on your CV. Be confident !!

Round: Behavioural Interview
Experience: Overall a good experience.
Tips: The interviewer want to know how you handle the situations. Clearly express your views on the situation

General Tips: Be prepared and confident
Skills: java, Computer Networks, Analytic Skills
College Name: IIT Kharagpur
Motivation: This company is number one in US market. It has revenue more than Microsoft!!

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Parag Jain

posted on 31 Jan 2017

I appeared for an interview in Sep 2016.

Interview Questionnaire 

21 Questions

  • Q1. Given a square with side L and a circle is inscribed in it. Find the area in the square except the circle. (Pretty simple apti question)
  • Add your answer
  • Q2. Write a program to find fibonacci series.. i.e. take an input from user, let's say n and then print first n fibonacci numbers (Cakewalk)
  • Ans. 

    A program to generate the Fibonacci series up to n terms provided by the user.

    • Fibonacci series starts with 0 and 1.

    • Each subsequent number is the sum of the previous two.

    • Example: For n=5, the series is 0, 1, 1, 2, 3.

  • Answered by AI
    Add your answer
  • Q3. Write a program to find factorial using recursion (again, simple one)
  • Ans. 

    A program to find factorial using recursion.

    • Define a function that takes an integer as input.

    • Check if the input is 0 or 1, return 1 in that case.

    • Otherwise, call the function recursively with input-1 and multiply it with the input.

  • Answered by AI
    Add your answer
  • Q4. What are indexes, views? (DBMS)
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations in a database. Views are virtual tables created from queries.

    • Indexes are used to quickly locate data in a database by creating a sorted structure that allows for efficient searching.

    • Views are virtual tables that are created by executing a query and storing the result set as a named object.

    • Indexes can be created on one or more columns of a t...

  • Answered by AI
    Add your answer
  • Q5. For an employee table write possible fields in it and similarly for dept. table and then find primary key and foreign key in these tables.
  • Ans. 

    Designing employee and department tables with primary and foreign keys for relational database management.

    • Employee Table Fields: EmployeeID (PK), FirstName, LastName, Email, Phone, DeptID (FK)

    • Dept Table Fields: DeptID (PK), DeptName, Location

    • Primary Key (PK) in Employee Table: EmployeeID uniquely identifies each employee.

    • Primary Key (PK) in Dept Table: DeptID uniquely identifies each department.

    • Foreign Key (FK) in Empl...

  • Answered by AI
    Add your answer
  • Q6. How indexes are implemented? (Ans - B Trees, B+ Trees)
  • Ans. 

    Indexes are implemented using B Trees and B+ Trees.

    • B Trees and B+ Trees are data structures used to organize and efficiently search data in databases.

    • B Trees are balanced search trees that store data in nodes with multiple children.

    • B+ Trees are similar to B Trees but have additional features like leaf nodes that form a linked list.

    • Indexes are created on specific columns of a database table to improve query performance.

    • ...

  • Answered by AI
    Add your answer
  • Q7. What are the things other than indexes and tables present in a dbms? (Ans - Views, .. etc.)
  • Ans. 

    Other than indexes and tables, a DBMS also includes views, stored procedures, triggers, and functions.

    • Views: Virtual tables that are based on the result of a query. They provide a way to simplify complex queries and restrict access to data.

    • Stored Procedures: Precompiled sets of SQL statements that can be executed with a single command. They enhance performance and allow for code reusability.

    • Triggers: Special types of s...

  • Answered by AI
    Add your answer
  • Q8. What are the roles of a database administrator?
  • Ans. 

    A database administrator manages and maintains databases, ensuring their security, performance, and availability.

    • Designing and implementing database structures

    • Installing and configuring database software

    • Monitoring and optimizing database performance

    • Ensuring data integrity and security

    • Backing up and restoring databases

    • Troubleshooting and resolving database issues

    • Collaborating with developers and system administrators

    • Pla...

  • Answered by AI
    Add your answer
  • Q9. Then he gave a binary tree to me, asked me to write inorder traversal for that. (simple, hah)
  • Ans. 

    Inorder traversal of a binary tree visits nodes in left-root-right order, yielding a sorted sequence for BSTs.

    • Inorder traversal visits the left subtree, then the root, and finally the right subtree.

    • For a binary tree: Given nodes A, B, C, where A is the root, B is left child, and C is right child, the order is B, A, C.

    • Example: For a BST with values 2, 1, 3, the inorder traversal results in [1, 2, 3].

    • Recursive implementa...

  • Answered by AI
    Add your answer
  • Q10. Then asked me to write few numbers in sorted order..asked to perform binary search on them to find a particular number.
  • Ans. 

    This task involves sorting numbers and using binary search to find a specific number in the sorted array.

    • 1. Sort the array: Example - [5, 2, 9, 1] becomes [1, 2, 5, 9].

    • 2. Implement binary search: Start with the middle element and compare it to the target.

    • 3. If the middle element is equal to the target, return its index.

    • 4. If the target is less than the middle element, search the left half.

    • 5. If the target is greater, s...

  • Answered by AI
    Add your answer
  • Q11. Types of integrity in dbms? (Ans- Foreign, referential, domain)
  • Ans. 

    Types of integrity in DBMS include foreign, referential, and domain.

    • Foreign integrity ensures that foreign key values in a table match primary key values in another table.

    • Referential integrity ensures that relationships between tables are maintained, preventing orphaned or invalid data.

    • Domain integrity ensures that data in a column adheres to specified data types, formats, or constraints.

    • For example, in a database for ...

  • Answered by AI
    Add your answer
  • Q12. What is SDLC(Software Development Life Cycle) and what are it's phases?
  • Add your answer
  • Q13. What is agile methodology?
  • Ans. 

    Agile methodology is an iterative and incremental approach to software development.

    • Agile methodology emphasizes collaboration, flexibility, and customer satisfaction.

    • It involves breaking down the project into small, manageable tasks called user stories.

    • Teams work in short iterations called sprints, typically 1-4 weeks long.

    • Regular meetings like daily stand-ups and sprint reviews are held to track progress and gather fe...

  • Answered by AI
    Add your answer
  • Q14. Why UHG?
  • Add your answer
  • Q15. Where do you see yourself after 3-5 years?
  • Ans. 

    In 3-5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Advancing to a senior software engineer role

    • Leading a team of developers on projects

    • Working on innovative and challenging projects

    • Continuing to learn and grow in the field

  • Answered by AI
    Add your answer
  • Q16. How do you like himachal? (As I'm from plains and I study here in himachal)
  • Add your answer
  • Q17. Introduce yourself!
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in full-stack web development

    • Proficient in languages such as JavaScript, Python, and Java

    • Familiar with frameworks like React, Node.js, and Django

    • Strong problem-solving skills and ability to work in a team

    • Completed projects like e-commerce website using MERN stack

  • Answered by AI
    Add your answer
  • Q18. Tell 1 thing which is not present in the resume and which you want from life.
  • Ans. 

    I want to learn how to play the piano.

    • I have always been fascinated by music and the piano in particular.

    • Learning to play an instrument can be a great way to relax and unwind.

    • Playing the piano can also improve cognitive skills and memory.

    • I believe learning to play the piano will bring me joy and fulfillment.

  • Answered by AI
    Add your answer
  • Q19. Then asked me questions with obvious answers like "Are you willing to relocate?", "Are you ready to work in night shifts?" etc.
  • Add your answer
  • Q20. Asked me some questions regarding my family.
  • Add your answer
  • Q21. My strengths and weaknesses.
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include public speaking and time management.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: public speaking, time management

  • Answered by AI
    Add your answer

Interview Preparation Tips

Round: Test
Experience: The first round was a pen and paper aptitude test. The test consisted of questions from quantitative aptitude, logical reasoning, analytical reasoning and what not. It had all types of aptitude questions. The level of test was very high. Questions were very lengthy. I could only manage to solve around 15 questions in the time limit. +1 was given for correct answer and -0.5 for wrong answer. Though the cutoff to clear the test was around 7-8 out of 30, only 28 students out of the 150 students sat were able to clear the test.
Tips: 1. Do practice aptitude questions as much as you can before going for the test.
2. Don't try to guess any question's answer. If you are not getting it, just leave it.
3. Maintain the speed.
Duration: 45 minutes
Total Questions: 30

Round: Test
Experience: The second round was the pen and paper coding round. This round was mandatory for computer science students and optional for other branches. There were 3 questions given to us for which we had to write the code in any of the programming language we know.
The 3 questions that we got were:
1. Sort the array of pairs
2. Find mirror of the binary tree
3. LCS
All of the codes were pretty simple.
This test was taken just for the sake of asking questions in the interview and not for the selection for interview. Selection for interview was done completely on the basis of aptitude test.
Tips: 1.Just stay calm and cool. You would be having enough time to write. ;)
2. Practice on geeksforgeeks
Duration: 30 minutes
Total Questions: 3

Round: Technical Interview
Experience: This round was pretty simple. I had written ds, ada and dbms in my resume. That's why he asked me all the questions from them only. I answered almost all the questions quickly and got called for the 2nd interview after few minutes. This interview lasted for around 35-40 minutes. The interviewer was very friendly. He even offered me coffee and biscuits in between.
Tips: 1. Just stick to the basics of the core subjects.
2. Be very careful and specific about the things you mention in your resume.
3. Stay calm and cool.

Round: Technical Interview
Experience: This interview was fun to me. I enjoyed it a lot. It was a technical-cum-HR interview :D He started by asking questions regarding SDLC and as I started with that, he started making questions from the answers I was giving. He asked me questions regarding working in teams, that would I be comfortable working in a team with a boss or in a team where there is no boss. I answered all the questions very carefully giving him a valid reason. This interview lasted for around 25-30 minutes.
Tips: 1. Do your ground work about the company before going for the interview like you should be very clear about optum and UnitedHealth Care in which the UHG is divided and about their visions.
2. Enjoy the interview and do keep a short smile on your face. :)

Round: HR Interview
Experience: This round lasted for around 10-15 minutes only. The interviewer was very calm and friendly. As I went in, I was shivering, he then asked me if I'm nervous? I said no. He then made me feel calm by telling stories of his time when he was at my stage giving interviews and about other things that stage fear is a normal thing and butterflies in stomachs are also normal. After that I enjoyed answering to him each question :)
Tips: Stay confident.

Skills: Aptitude, Basics of programming, Confidence, LOGICAL THINKING ABILITIES
College Name: NIT Hamirpur

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Arpit Gupta

posted on 14 May 2017

I appeared for an interview in Nov 2016.

Interview Questionnaire 

3 Questions

  • Q1. Draw a activity flow diagram for ola cabs management system and washing machine .
  • Ans. 

    Activity flow diagrams for Ola cabs management system and washing machine.

    • Ola cabs management system: User books a cab -> Driver accepts the ride -> User gets picked up -> User reaches destination -> Payment is made.

    • Washing machine: User selects wash cycle -> Machine fills with water -> Detergent is added -> Machine agitates clothes -> Water drains -> Clothes are rinsed -> Machine spins clothes -> Cycle ends.

  • Answered by AI
    Add your answer
  • Q2. Photoelectric effect ,basic puzzles , aptitude questions and some general questions.
  • Add your answer
  • Q3. Basic questions about me, my future plans and asked to draw a sketch of whatever things going in my mind .
  • Add your answer

Interview Preparation Tips

Round: Technical Interview
Tips: learn the basic flow diagram for washing machines,cabs, aeroplane etc.

Round: Technical + HR Interview
Tips: learn some basic puzzles from different sites,put some efforts on aptitude .

Round: HR Interview
Tips: Be confident and keep a smile on your face.

Skills: Technical Questions, Apptitude, Puzzle Solving Capability, Communication
College Name: NIT Raipur
Anonymous

Software Engineer Interview Questions & Answers

user image Darshil Babel

posted on 14 Jan 2015

Interview Preparation Tips

Round: Test
Experience: Basic Aptitude and logic based questions. 
Tips: Practice on questions similar to CAT.
Duration: 60 min minutes
Total Questions: 30

Round: Test
Experience: 15 MCQ + 3 programming + 2 networking based questions.
Tips: Problems are not so tough. Time is the only constraint. Keep it fast.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: Find questions at -----/

Skill Tips: ""
College Name: IIT Indore
Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about UnitedHealth?
Ask anonymously on communities.
More about working at UnitedHealth
  • HQ - Minnetonka, Minnesota, United States (USA)
  • Healthcare
  • 10k-50k Employees (India)

UnitedHealth Interview FAQs

How many rounds are there in UnitedHealth Software Engineer interview?
UnitedHealth interview process usually has 2-3 rounds. The most common rounds in the UnitedHealth interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in UnitedHealth Software Engineer interview?

Some of the top questions asked at the UnitedHealth Software Engineer interview -

  1. Given a square with side L and a circle is inscribed in it. Find the area in th...read more
  2. What is SDLC(Software Development Life Cycle) and what are it's phas...read more
  3. What are the things other than indexes and tables present in a dbms? (Ans - Vie...read more

Tell us how to improve this page.

UnitedHealth Interviews By Designations

  • UnitedHealth Software Engineer Interview Questions
  • UnitedHealth Business Analyst Interview Questions
  • UnitedHealth Claims Associate Interview Questions
  • UnitedHealth Software Developer Interview Questions
  • UnitedHealth Senior Software Engineer Interview Questions
  • UnitedHealth Associate Software Engineer Interview Questions
  • UnitedHealth Softwaretest Engineer Interview Questions
  • UnitedHealth Software Engineering Lead Interview Questions
  • Show more
  • UnitedHealth Finance Executive Interview Questions
  • UnitedHealth Software Developer Intern Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • System Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Project Engineer Interview Questions
  • Lead Engineer Interview Questions
  • Software Development Engineer Interview Questions
  • Show more
  • Lead Software Engineer Interview Questions
  • Senior Developer Interview Questions

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cloudnine Hospital
Cloudnine Hospital Interview Questions
4.4
 • 544 Interviews
Apollo Hospitals
Apollo Hospitals Interview Questions
4.0
 • 410 Interviews
Max Healthcare
Max Healthcare Interview Questions
4.0
 • 162 Interviews
GeBBS Healthcare Solutions
GeBBS Healthcare Solutions Interview Questions
3.7
 • 158 Interviews
Fortis Healthcare
Fortis Healthcare Interview Questions
4.0
 • 147 Interviews
Sahrudaya Healthcare (Medicover Hospitals)
Sahrudaya Healthcare (Medicover Hospitals) Interview Questions
4.6
 • 133 Interviews
Manipal Hospitals
Manipal Hospitals Interview Questions
4.1
 • 109 Interviews
Johnson & Johnson
Johnson & Johnson Interview Questions
4.0
 • 103 Interviews
Narayana Health
Narayana Health Interview Questions
4.0
 • 78 Interviews
Health Care Global Enterprises
Health Care Global Enterprises Interview Questions
4.1
 • 76 Interviews
View all
UnitedHealth Software Engineer Salary
based on 713 salaries
₹9.3 L/yr - ₹16 L/yr
37% more than the average Software Engineer Salary in India
View more details

UnitedHealth Software Engineer Reviews and Ratings

based on 105 reviews

3.7/5

Rating in categories

3.0

Skill development

4.1

Work-life balance

3.2

Salary

3.7

Job security

3.7

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 105 Reviews and Ratings
UnitedHealth Salaries in India
Senior Software Engineer
1.2k salaries
unlock blur

₹14.6 L/yr - ₹26 L/yr

Claims Associate
944 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Software Engineer
713 salaries
unlock blur

₹9.3 L/yr - ₹16 L/yr

Senior Claims Associate
480 salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Assistant Manager
283 salaries
unlock blur

₹8 L/yr - ₹14.1 L/yr

Explore more salaries
Compare UnitedHealth with
Apollo Hospitals

Apollo Hospitals

4.0
Compare
GeBBS Healthcare Solutions

GeBBS Healthcare Solutions

3.7
Compare
Max Healthcare

Max Healthcare

4.0
Compare
Sahrudaya Healthcare (Medicover Hospitals)

Sahrudaya Healthcare (Medicover Hospitals)

4.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • UnitedHealth Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter