Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela GreyOrange em fev. de 2023
Entrevista
Total 3 rounds - 2 technical & 1 HR All questions were based on DSA. Interviewers give enough hints to help you through solution. Try to give complete working solution and get to optimal solution,
Perguntas de entrevista [5]
Pergunta 1
Implement a min stack which contains a method returning min value in the stack and all stack operations including min stack should be O(1)
Minimize the number of iterations required to pass message from root node to all nodes in an n-ary tree. In one iteration only a parent can pass message to only one of its children.