Upload Button Icon Add office photos

Filter interviews by

Optum Software Developer Intern Interview Questions and Answers

Updated 6 Oct 2023

2 interviews found

Sort by: Popular

Software Developer Intern Interview Questions

user image Nandu Palla

posted on 6 Oct 2023

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
Selected  Selected

I applied via Campus Placement and was interviewed before Oct 2022.

3 Interview Rounds

1

Aptitude Test Round

It was a 2hr test. It had two sections. 1)Quantitative aptitude and verbal ability and 2) Technical aptitude.

2

Technical Round (1 Question)

  • Q1. It was for 45 min. Asked some OOPs concepts, CN fundamentals. Questions were asked on arrays and linked lists. also on OS
3

HR Round (1 Question)

  • Q1. It was for 5 min. Asked on why I wanted to join Optum

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention only things that you are perfect in resume. Don't add extra stuff and don't fake it.

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 2 Jun 2022

I was interviewed in Sep 2021.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 minutes
Round difficulty - Easy

First Round-It was 90 minutes round and basically contains aptitude question which you need to solve quickly.

  • Q1. MCQs

    Normal aptitude and English and reasoning questions.

2

Video Call Round (1 Question)

Round duration - 40 minutes
Round difficulty - Easy

My interview started and the interviewer asked me to introduce myself. Also he asked me some questions related to my hobbies like the last movie I saw in theatre (these questions are asked to make you comfortable and familiarise you with the interview) .

After this he asked me about my projects.
In which technology did I work. What is my project all about , what are its features and how is it useful in the real world.

After this, since I made my project in native Android using Java he asked me some conceptual questions in Java.He asked me about Collection framework.
After this he asked me about OOPs.What is OOPs, then he asked me about polymorphism and told me to explain it.

Finally, he gave me a question and asked me to code it.
Q. Find the second largest element in the given array (don't use sorting ).
Eg. arr={6,7,8,9,0}
Then, output=8

Interview took around 35-40 min .
At last he asked me if I had any questions for him to which I replied in what technologies do I get to work on if I get selected.

  • Q1. Second largest element in the array You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology, Raipur. I applied for the job as SDE - Intern in BangaloreEligibility criteria7+ CGPA, No Active backlogsOptum interview preparation:Topics to prepare for the interview - Arrays, Linked Lists , Stacks & Queues ,Trees and Graphs, OOPs, AlgorithmsTime required to prepare for the interview - 5 monthInterview preparation tips for other job seekers

Tip 1 : Consistency-Solving problems daily 
Tip 2 : Quality over quantity
Tip 3 : build confidence by solving problems till you confident about any topic (don't go over number of questions)

Application resume tips for other job seekers

Tip 1 : Be Precise 
Tip 2 : mention only important tech related things like projects and experiences

Final outcome of the interviewSelected

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Sep 2024.

2 Interview Rounds

1

Coding Test Round

Easy Questions- Can be done with decent practice

2

Technical Round (2 Questions)

  • Q1. Array question - basic knowledge sufficient
  • Q2. Maths questions + stack implementation

Software Developer Intern Interview Questions

Accenture user image Narasimha Gundavarapu

posted on 13 Dec 2024

Interview experience
1
 Bad
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Nov 2024.

3 Interview Rounds

1

Aptitude Test Round

It is easy and not that much tough.

2

Coding Test Round

Both questions from strings

3

HR Round (2 Questions)

  • Q1. Introduce yourself
  • Q2. Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on resume projects
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via campus placement at National Institute of Technology (NIT), Silchar and was interviewed in Apr 2024.

3 Interview Rounds

1

Aptitude Test Round

Normal Math and Logical reasoning

2

Coding Test Round

Solving a puzzle using Code

3

Technical Round (2 Questions)

  • Q1. Explain About the Project in the Resume
  • Q2. DBMS and SQL quries
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Aptitude Test Round

Easy to medium questions

2

Hackathon Round (1 Question)

  • Q1. Create a software
3

HR Round (1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to the basics

Software Developer Intern Interview Questions

Intel user image Zeeshan E.A.V Shaikh

posted on 4 Apr 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Basic c questions?
  • Q2. Linkedlist related questions?
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed in Jun 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

Coding Test on there own platform

3

Technical Round (3 Questions)

  • Q1. Method Overloading vs Method Overriding
  • Q2. Multithreading vs Multitasking
  • Q3. Switch vs Router and check if String is a Palindrome code it

Interview Preparation Tips

Topics to prepare for Capgemini Software Developer Intern interview:
  • DSA
  • Computer Networking
  • Operating Systems
Interview preparation tips for other job seekers - Don't get Nervous and along with dsa have a knowledge of CN,OS

Skills evaluated in this interview

I was interviewed in Jan 2021.

2 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

First, the interviewer asked about college life in the past two years and what all skills I gained. I told all my achievements and all skills that I gained in the period. asked about Language preference

  • Q1. Anagram Pairs Pre-requisites: Anagrams are defined as words or names that can be formed by rearranging letters of another word. Such as "spar" can be ...read more
  • Q2. Merge K Sorted Arrays You have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays...read more
2

Video Call Round (2 Questions)

Round duration - 100 minutes
Round difficulty - Medium

  • Q1. Greatest Common Divisor You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers. The Greatest Common D...read more
  • Q2. Find The Repeating And Missing Number You are given an array 'nums' consisting of first N positive integers. But from the N integers, one of the integer...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 GPAOracle interview preparation:Topics to prepare for the interview - Data Structures, DBMS, OS, OOPS, System DesignTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Pratice atleast 300 standard questions
Tip 2 : very good with computer science concepts
Tip 3 : Good projects to discuss

Application resume tips for other job seekers

Tip 1 : one page is enough
Tip 2 : good projects of web developement

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 -
Result
 Not Selected

2 Interview Rounds

1

Coding Test Round

Coding test had 2 medium level coding questions

2

One-on-one Round (2 Questions)

  • Q1. The first question was of sliding window plus DP
  • Q2. The second was of trees

Optum Interview FAQs

How many rounds are there in Optum Software Developer Intern interview?
Optum interview process usually has 4 rounds. The most common rounds in the Optum interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Optum Software Developer Intern interview?

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

  1. It was for 5 min. Asked on why I wanted to join Op...read more
  2. It was for 45 min. Asked some OOPs concepts, CN fundamentals. Questions were as...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Optum interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Optum Software Developer Intern Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

4.0

Skill development

4.4

Work-Life balance

4.0

Salary & Benefits

4.6

Job Security

4.9

Company culture

3.8

Promotions/Appraisal

3.9

Work Satisfaction

Explore 5 Reviews and Ratings
Claims Associate
3.1k salaries
unlock blur

₹1.5 L/yr - ₹5.6 L/yr

Software Engineer
2.3k salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Senior Software Engineer
2.2k salaries
unlock blur

₹9.5 L/yr - ₹32.5 L/yr

Medical Coder
1k salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Senior Claims Associate
766 salaries
unlock blur

₹2.1 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Optum with

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview