• TIME TO 2024 UK RANKINGS

Recent content by Lecter

  1. any position requires combination of knowledge both in Database (Oracle,SQL) and FA

    To know database concepts and SQL is very useful, however, never try to do an entire system database by yourself, this is best done in team with software engineers, often the database is on a server and feed many users, it must be done with utmost security and modularity, reading a basic book on...
  2. C++ quant interview questions

    This is the legendary first "Divide and Conquer" algorithm, for anybody who did basic algorithmics, this is the first of the recursive kind of algorithms. Do they ask anything about dynamic programming, simulations (variance reduction techniques), mathematical programming,...? I have to say...
Back
Top