← Back to Directory

Chicagotrading

Large Enterprises

Chicago Trading Company (CTC) is a proprietary trading firm and market maker specializing in options, futures, and other derivatives. Known for its expertise in options market making and quantitative trading strategies, it is a significant player in the financial trading industry.

3 interview notes · updated Jul 2026

Chicagotrading·Software Engineer·Technical Phone Screen

Jul 2026
First technical round at Chicago Trading, 60 minutes, focused entirely on implementing standard C++ constructs. Pretty much exactly what people on the forums said to expect, so no real surprises if you did your homework.
  • Implement a unique_ptr from scratch.
  • Implement a vector from scratch.
  • What is the difference between move semantics and copy semantics in C++?

“This is a known ask for this company so I'd practiced it.”

View Post

Chicagotrading·Software Engineer·Online Assessment (OA)

Jun 2026
Short Codility OA for a software engineer role at Chicago Trading. One coding question, 20 minutes, pretty straightforward Python problem.
  • Write a function that merges multiple Python dictionaries into one, handling key collisions however you see fit.

“Flat dicts only, no recursion needed, so the core logic isn't complicated.”

View Post

Chicagotrading·Software Engineer·Technical Phone Screen

Jun 2026
C++ debugging round at Chicago Trading. One question, ten test cases, two bugs to find. More reading than coding, which I did not expect going in.
  • You are given a C++ order book implementation with ten test cases. Find and fix exactly two bugs so that all ten tests pass.

“Way more reading than I anticipated.”

View Post