Optum interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Optum
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures, Algorithms, Java, Spring, MVC, DBMS, OOPS
Tip
Tip

Tip 1 : Practice Coding questions from Leetcode (focus on Arrays and Strings)

Tip 2 : Do understand all the concepts thoroughly because questions are asked from the concepts.

Tip 3 : Do revise all the topics for the theory part at least once a week, because the syllabus is too vast.

Application process
Where: Linkedin
Resume Tip
Resume tip

Tip 1 : Make sure to make your resume in a single page.

Tip 2 : Try to highlight your skills and those skills should be highlighted in the projects you did and mention the keywords so that it's being highlighted in your profile

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date11 Jul 2021
Coding problem1

1. Anagram Pairs

Moderate
30m average time
60% success
0/80
Asked in companies
AdobeThought WorksHSBC

You are given two strings 'str1' and 'str1'.


You have to tell whether these strings form an anagram pair or not.


The strings form an anagram pair if the letters of one string can be rearranged to form another string.

Pre-requisites:

Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams. 

Other examples include:

'triangle' and 'integral'
'listen' and 'silent'
Note:
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct. 
Problem approach

We can solve it by using HashMap where we can store character and count of character in HashMap. Idea is to put all characters of one String in HashMap and reducing them as we encounter while looping over other String.

And compare both the Hashmaps and if both are equal then anagram otherwise not.

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date17 Jul 2021
Coding problem3

This round was kind of Techno-managerial round.
The interviewer asked about mainly backend Technologies like Java, Spring Boot.
And Some managerial questions like how we can design our products and how we handle production issues.

1. MVC Question

  1. How is the routing carried out in MVC?
  2. Explain in brief the role of different MVC components?

2. Spring Boot Question

  1. Explain @RestController annotation in Sprint boot?
  2. What Are the Basic Annotations that Spring Boot Offers?

3. Java-8 Question

What are the features of a lambda expression?

03
Round
Easy
HR Round
Duration30 minutes
Interview date31 Jul 2021
Coding problem1

This was a Technical Cum HR round where I was first asked some basic Java-related concepts and then we discussed about my expectations from the company , learnings and growth in the forthcoming years. I would suggest be honest and try to communicate your thoughts properly in these type of rounds to maximise your chances of getting selected.

1. Basic HR Questions

1) Why should we hire you ?
2) What are your expectations from the company?
3) How was your overall interview experience?
4) What are your strengths and weakness according to you?
5) Where do you see yourself in the next 5 years?

Problem approach

Tip 1 : The cross-questioning can go intense sometimes, think before you speak.

Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds, I feel it is important to have opinion.

Tip 3 : The context of questions can be switched, pay attention to the details. It is okay to ask questions in these rounds, like what are the projects currently the company is investing, and which team you are mentoring. How is the work environment etc.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
2 rounds | 7 problems
Interviewed by Optum
1448 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Optum
1573 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Optum
2901 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Optum
1339 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29892 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6765 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5280 views
0 comments
0 upvotes