The given scenario is: There is a container that is open from both ends and that always is in sorted order. To insert an element, its position is determined, then each of the elements to the left or right of that position is removed. The new element is inserted, then the removed elements are added back. Each removal or insertion is an operation. Determine the minimum number of operations after inserting a list of integers into an empty list.
Perguntas de entrevista [1]
Pergunta 1
The given scenario is: There is a container that is open from both ends and that always is in sorted order. To insert an element, its position is determined, then each of the elements to the left or right of that position is removed. The new element is inserted, then the removed elements are added back. Each removal or insertion is an operation. Determine the minimum number of operations after inserting a list of integers into an empty list.
Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela WorldQuant (Budapeste) em set. de 2023
Entrevista
Many rounds, most of them properly arranged, quite difficult, kind also.
There was one with a guy who had no idea why to interview me.
Long process (6 rounds), no offer.
Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela WorldQuant (Melbourne) em out. de 2021
Entrevista
Applied online first, then got an online test on HankerRank. 4 Questions in one hour, at least one should be implemented in C++. Available language: Python, C/C++. Not got the second interview yet.
Perguntas de entrevista [1]
Pergunta 1
Sorting, dynamic programing x2 , two sum like problem,