Skip to content

C++ Interview Prep

Welcome to the C++ Interview Preparation guide for quantitative developer roles.

Books

C++ Basics

Foundational C++ concepts: types, pointers, templates, classes, STL containers.

CS Fundamentals

Computer science fundamentals: CPU architecture, OS internals, networking, IPC, kernel bypass.

Low Latency C++

Advanced techniques: move semantics, lock-free algorithms, queues, caches, metaprogramming.

How to Use

  1. Learn concepts - Read through the material and understand the underlying concepts
  2. Practice - Complete the coding exercises marked with TODO comments
  3. Review - Use the Q&A sections to test your understanding

Good luck with your interviews!