FPGA Memory Mapped Order Gateway - Quant Developer Interview Question
Difficulty: Hard
Category: systems
Asked at: Jump Trading, Optiver, Citadel Securities, IMC, HRT
Topics: systems, low-latency, fpga, mmio, pointers
Problem Description
High-frequency trading systems often interface directly with FPGA hardware via Memory Mapped I/O (MMIO) to minimize latency by bypassing the operating system kernel. This low-level communication requires precise register manipulation and strict memory ordering to ensure trade instructions are executed correctly and efficiently.
Task
Implement the sendOrder method in the FpgaOrderGateway class to interface with a simulated FPGA device via a memory-mapped pointer. The device is mapped to a provid
Practice this hard developer interview question on MyntBit - the LeetCode for quants with 200+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.