Hedge fund C++ developer interview questions

  • Thread starter Thread starter Zhirun
  • Start date Start date
Joined
4/25/17
Messages
74
Points
118
I just went through an interview for a C++ developer position at a Chinese hedge fund last week.
There are three coding questions which are dfs, backtracking and heap respectively. All three are Leetcode medium level. Technical questions focus on database, memory, C++ features and software design.
I am curious how much knowledge of database and memory should be known for such role.
 
Interviewed with another Chinese fund for a C++ quantitative developer posion this week. Questions focused on C++ features including perfect forwarding, smart pointesr, mutex, atomic, future, etc. such as the difference between new a shared pointer and making a shared pointer.
 
Back
Top Bottom