I applied online. The process took 3 weeks. I interviewed at WorldQuant (Bangkok) in Feb 2018
Interview
Only On site interview. 5 Rounds in total approximately 1 hr/round. First round is mathematics and financial knowledge. Second round is trading logic for financial market. The third one is all about coding. Other 2 rounds are some technical question and background interview.
Interview questions [1]
Question 1
How to find maximum drawdown. What is maximise profit if you already know the history
I applied online. The process took 3 weeks. I interviewed at WorldQuant (Budapest) in Sep 2023
Interview
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.
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.
Interview questions [1]
Question 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.
I applied online. The process took 1 day. I interviewed at WorldQuant (Melbourne) in Oct 2021
Interview
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.
Interview questions [1]
Question 1
Sorting, dynamic programing x2 , two sum like problem,