Open In App

OPTUM Interview Experience for FSE (On-Campus) 2023

Optum came to our campus in September to interview candidates for the position of Software Engineer – Full Stack Engineer. The procedure was completed in three stages: (1 written test, 1 Technical Interview, and 1 HR interview). CSE, IT, ECE, and EEE were the qualified branches with a 7+ CGPA. The entire procedure was carried out online.

Round 1 ( Written Test ): This test was conducted on the HirePro platform. There is a total of 50 questions (1 coding +49 MCQs). Both technical and non-technical questions are included.



Coding question: Find the longest palindromic subsequence’s length in s.

A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements.



 Input: s = "bbbab"
 Output: 4

Explanation: One possible longest palindromic subsequence is “bbbb”.

The coding question has the highest priority to select this round. Out of maybe 500+ students who attempted the test, only 121 got shortlisted for the next round.

Round 2 (Technical Interview): I got the link here to interview one day beforehand of the scheduled time. My interview was done through the HirePro site.

   Round 3: (HR Interview): For this round, out of 121 students, 61 got shortlisted this round was just a formality they had to finish and they took everyone who got shortlisted for the HR round.

Tips:

Article Tags :