Logo

Question preview

Flip-flopping

What this preview is

About this preview

Flip-flopping is a cooked quant interview question on digital design.

Unlock full access to getcracked

Join to unlock this question, detailed solutions, and our complete library of quant finance interview prep.

What this digital-design fundamentals question tests

This is a foundational question on sequential logic and state storage in digital circuits. Interviewers ask it to confirm that a candidate understands the basic building blocks of memory and state machines—concepts essential to any role involving hardware design, FPGA work, or low-latency systems.

The question probes whether you can explain a core abstraction: how digital circuits move beyond combinational logic (where outputs depend only on current inputs) to sequential logic (where outputs depend on both current inputs and history). This shift from stateless to stateful computation is fundamental to everything from simple counters to complex processors.

  • Combinational vs. sequential logic
  • Clock signals and synchronisation
  • State retention and memory primitives
  • Timing constraints and propagation delay