Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso GreyOrange nel mese di feb 2023
Colloquio
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,
Domande di colloquio [5]
Domanda 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.