Skip to content

Example Crypto & Digital Asset Questions

For trading and market-making roles: crypto market microstructure, stablecoin pricing, perpetual-futures funding, and exchange arbitrage — with full solutions.

  • Free preview
  • Full worked solutions
  • Easy
  • Medium

Digital-asset desks — at dedicated crypto market-makers and the crypto arms of traditional trading firms — test candidates on market microstructure, stablecoin mechanics, perpetual-futures funding, and exchange arbitrage. The examples below sit at the difficulty these interviews tend to ask.

Sample Questions & Solutions

Each question is a real interview problem. Try it yourself first, the full solution is revealed below.

Q1

Blockchain vs. Traditional Database

Easy
What are the differences between a blockchain and a traditional database?
Show solution
Let's anchor this on the single question that drives every difference: who controls the record, and can they change it? Once you have that, speed, security, and flexibility all fall out as consequences.

A traditional database is the kind of system that runs almost every app and bank you use. It is centralised, meaning one organisation owns and runs it on its own servers. Clients (your phone, a website) send requests to that central server, which reads and writes the data. The owner has full control: it can create, read, update, and delete any record at will (developers call this CRUD). It is built for speed and convenience.

A blockchain flips that. There is no single owner. The data is stored across a network of independent computers called nodes, and every node keeps a full copy of the whole record. New data is grouped into blocks, and each block carries a cryptographic hash (a short, unique fingerprint computed from data) of the block before it, chaining them together in order. That chaining is what makes the history effectively permanent: change one old entry and its fingerprint changes, which breaks the next block's reference to it, which breaks every block after that. To rewrite history you would have to redo the entire chain faster than the rest of the network adds to it, which on a large network is economically hopeless. So in practice blockchain data is immutable (it cannot be quietly altered or deleted).

From that one structural difference, everything else follows.
  • Control
    a traditional database has one administrator who can edit or delete anything. A blockchain has no such administrator; once data is confirmed, nobody can change it. That is the core trade: you give up the convenient delete button to gain a record nobody can tamper with.
  • Trust and security
    a traditional database can be very secure, but it has one prize target: compromise the central server and you can potentially access or alter everything. A blockchain has no central target. Because the record is copied across many nodes and any change must win the agreement of the network (its consensus mechanism, such as proof-of-work or proof-of-stake), a single attacker cannot quietly rewrite it. Security comes from there being no single point of control.
  • Speed
    this is the cost of decentralisation. A traditional database commits a write almost instantly. A blockchain has to broadcast a transaction, have nodes validate it, and have the network agree to add it to a block, which takes seconds to minutes. So a database wins easily on raw throughput, while a blockchain trades speed for the guarantee that the record is shared and permanent.
  • Flexibility
    a database lets you correct mistakes by editing or deleting rows, which most businesses need. A blockchain's immutability means an error or a fraudulent entry generally cannot be undone. Great for trust, painful when something genuinely needs fixing.

So when is each the right tool? Use a traditional database whenever a single trusted organisation runs the data and just needs it fast and editable, which is most ordinary applications. Reach for a blockchain only when multiple parties who do not fully trust each other need one shared record that none of them can secretly alter (cryptocurrencies, certain supply-chain and registry use cases, and decentralised applications). If one owner you already trust is fine, a blockchain only adds cost and slowness for no benefit.

So, the answer in one line: a traditional database is a fast, editable record controlled by one owner, while a blockchain is a slower, permanent record shared across a network with no owner, and which one is "better" depends entirely on whether you need that shared, tamper-proof property!
Asked at:
Category: Blockchain Technology Fundamentals View full question page →
Q2

Blockchain Interoperability

Medium
What are the implications of blockchain interoperability for digital assets?
Show solution
Let's start with the situation interoperability is reacting to, because the benefits only land once you feel the problem. Crypto is not one network; it is dozens of separate blockchains, each its own island. Bitcoin does not know Ethereum exists, and neither knows about Solana. By default an asset on one chain simply cannot move to or interact with another. That isolation has a direct cost for anyone trading: the same asset trades in many places at once, so the pool of buyers and sellers, the liquidity, is fragmented across all of them. (Liquidity just means how easily you can buy or sell without moving the price; deep liquidity gives you a better price and less slippage, the gap between the price you expected and the price you actually got as your order eats into the available offers.)

Blockchain interoperability is the ability of these separate chains to communicate and move value and data between each other. Here is what it changes:
  • Deeper, more usable liquidity
    when assets can flow between chains, liquidity that was trapped on one island can reach demand on another, so trades fill at better prices with less slippage. It also creates the opportunity for cross-chain arbitrage, where a trader profits by buying an asset where it is cheap on one chain and selling it where it is dearer on another, and that very activity helps pull prices on the two chains back into line.
  • A better user experience
    instead of juggling a separate wallet and interface for every chain, interoperability lets you hold and manage assets from many chains through one wallet, which is why a wallet like MetaMask can connect you to many networks and their applications from a single place.
  • Richer applications
    applications on different chains can build on each other rather than living in silos. In decentralised finance (DeFi, the world of lending, trading, and earning yield without a company in the middle), being able to combine assets and services across chains makes for a far more capable financial system than any single chain alone.
  • Shared security in some designs
    certain interoperability frameworks let connected chains lean on a common security base instead of each defending itself alone. Polkadot is the standard example: its central relay chain provides shared security to the smaller chains (its parachains) that plug into it, so a new chain does not have to bootstrap its own validator set from scratch.

Now the part that separates a thoughtful answer from a brochure, and the thing a trading desk really cares about: how assets actually cross between chains, and the risk that creates. The usual mechanism is a bridge: a protocol that locks your asset on the source chain and issues a representation of it on the destination chain (lock here, mint a stand-in there; to come back, burn the stand-in and unlock the original). It sounds tidy, but a bridge has to hold a large pooled balance of real assets to back all the stand-ins it has issued. That pile is a concentrated honeypot, and bridges have been the target of some of the largest thefts in crypto history, the Ronin and Wormhole hacks each running into the hundreds of millions of dollars.

So the honest implication is two-sided. Interoperability genuinely unlocks deeper liquidity, better prices, smoother user experience, and more powerful applications. But every cross-chain move carries time, cost, and the real possibility that the bridge itself fails. For anyone managing capital across chains, "where is my asset actually sitting, and what bridge does it depend on?" is a live risk question, not a detail.

So the takeaway: interoperability turns crypto from a scatter of isolated islands into a connected system, which is what makes liquidity, applications, and user experience genuinely better, but the connective tissue is the bridge, and that is exactly where the biggest risk lives. Enjoy the connectivity, respect the bridge!
Asked at:
Category: Digital Assets Knowledge View full question page →

Why practise these

Crypto markets move fast, and their mechanics — funding rates, basis, stablecoin pegs, liquidity split across exchanges — differ enough from traditional markets to be worth understanding in their own right. These questions check whether you grasp how those pieces fit together, not just the headline concepts.

Ready for the full question bank?

You just worked through 2 of our free sample questions. Full access unlocks 500+ interview questions, timed mock OAs, progress tracking, and detailed analytics across every trading firm listed above.