Candidatei-me online. Fui entrevistado pela InstaMed (Long Beach, CA) em nov. de 2021
Entrevista
overall it is a simple interview but i did not complete it perfectly. 2 easy leetcode questions. first one is 2 sum, and you need to answer the follow up questions.
second one is anagram question.
There are 3 rounds in the interview process. There are technical and behavioral questions. Interviewers are friendly and understanding. Technical questions include algorithmic and design questions. Language specific questions as well.
Perguntas de entrevista [1]
Pergunta 1
Describe the last time you had a conflict in the workplace.
Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa InstaMed.
Entrevista
Three Interviews: technical phone interview, video white-board technical, and video interview with Director of Products.
The company was hiring and a recruiter reached out via LinkedIn. Took some time between rounds (there was the winter holiday break though between round 1 and 2). Interviewers were very professional, personable, and informative.
Perguntas de entrevista [1]
Pergunta 1
Design call center software such that different employee levels are prioritized to be routed to take a call first.
In O(n) time and O(1) space merge two sorted arrays into one given that one of the arrays is large enough to contain the final result.
Sum the values in a BST using recursion.
Write a function that given an integer, outputs a string of its english equivalent. (leetcode hard)