Candidatei-me por meio de uma agência de recrutamento. Fui entrevistado pela UnitedHealth Group (Bengaluru) em jul. de 2017
Entrevista
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.
Perguntas de entrevista [5]
Pergunta 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.
Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa UnitedHealth Group.
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me por meio de uma agência de recrutamento. O processo levou 5 dias. Fui entrevistado pela UnitedHealth Group (Denver, CO) em dez. de 2022
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.