← Back to Directory

dYdX

Small

dYdX is a decentralized cryptocurrency exchange focused on perpetual futures and derivatives trading built on blockchain technology. It is known for offering non-custodial, on-chain trading with high leverage and has become one of the leading decentralized derivatives platforms in the DeFi space.

2 interview notes · updated Jul 2026

dYdX·Software Engineer·Technical Phone Screen

May 2026
Two-part graph problem interview for a software engineering role at dYdX. Part A was a fairly standard BFS shortest path question, Part B was trickier and involved dynamic programming over a labeled graph to minimize mismatches along a path of fixed length.
  • Given an undirected, unweighted graph, find the shortest path between two nodes and return both the path length and the actual vertex sequence. What is your algorithm and its time and space complexity?
  • Each vertex in a graph has a string label. Given a target sequence of labels of length m, find a path of exactly m vertices in the graph that minimizes the number of positions where the vertex label does not match the target label. Return one such optimal vertex sequence.

“BFS, obviously.”

View Post

dYdX·Software Engineer·Onsite - Behavioral / Leadership

May 2026
Behavioral round for a software engineering role at dYdX. Just one question but it was a deep one, the kind where you realize halfway through your answer that you picked the wrong example.
  • Tell me about a time you took initiative to solve a problem or capitalize on an opportunity before being asked. Walk me through the context, what options you considered, the concrete steps you took, the measurable outcome, and how you dealt with resistance or uncertainty along the way.

“This is a meaty one and I underestimated it.”

View Post