J'ai postulé via une agence de recrutement. J'ai passé un entretien chez UnitedHealth Group (Bengaluru) en juil. 2017
Entretien
Got an interview call through a consultancy.
The first round was a coding test and followed by a technical discussion on the solution you have provided.
The second round was a general technical discussion which I felt very unorganised. No where in my resume i have mentioned that i worked on stored procedure and interview was keeping asking questions on that. Later he was not in a mood to listen to my solutions.
Questions d'entretien [5]
Question 1
Given an integer array with some of the duplicate values in it.
input = [12, -9, 0, 1 , 5, 12, 5, 9, 5, 8, 5]
output = [12, -9, 0, 1,5, 8]
Remove all the duplicate values.(Output order doesn't matter)
One shouldn't use java.util classes.
Create a custome TreeSet so that it does case insensitive matching of records.
for ex input: abc, Abc
it shouldn't allow Abc as there is a exact string(case insensitive) already present.
J'ai postulé via un recruteur. J'ai passé un entretien chez UnitedHealth Group
Entretien
I had a screening call with the recruitment team which went ok, but the recruiter was quite rude.
After that i was sent out the technical assignment which i returned within a few days.
I've had no feedback, I've tried emailing several times and I've just been "ghosted". Very unprofessional to hand out and assignment for someone to spend time on, and then just ignore the candidate.
Questions d'entretien [1]
Question 1
Asked about my experience in software engineering.
Interviewers gave brief of job role and company and then I was asked for short brief about myself. Later I was given a coding exercise to complete within 1 hour with my web cam turned on.
J'ai postulé via une agence de recrutement. Le processus a pris 5 jours. J'ai passé un entretien chez UnitedHealth Group (Denver, CO) en déc. 2022
Entretien
It was for a contract position for Optum. So there was only one round and it was for one hour. I would not recommend contract positions in this company since there is no job security and they end contracts all the time.
Questions d'entretien [1]
Question 1
It was for a contract position for Optum. I was asked some basic CSS questions like box modal and centering div. I was asked about Angular dependency injection and it's use cases. Had to talk about reusable components and about some examples on how I've utilized it in my past projects.