Robinhood mobile design quiz

Check the Robinhood mobile design post: quote freshness, order idempotency, fills, buying power, ledgers, notifications, security, and mobile failure modes.

Questions
12
Est. time
~9 min
  1. 01
    Boundaries

    Why should quote display and order submission be separate systems?

    Options for question 1
  2. 02
    Idempotency

    The user taps Submit, the server accepts the order, but the mobile response times out. What should the app do next?

    Options for question 2
  3. 03
    Buying power

    Why should buying power be computed on the server instead of trusted from the mobile cache?

    Options for question 3
  4. 04
    Notifications

    A push notification says an order filled. What should happen when the user taps it?

    Options for question 4
  5. 05
    Freshness UX

    What is the safest behavior when the quote stream misses heartbeats on an instrument detail page?

    Options for question 5
  6. 06
    Order state

    An order partially fills while a cancel request is pending. What should the system show?

    Options for question 6
  7. 07
    Ledger

    What is the relationship between the ledger and the portfolio screen?

    Options for question 7
  8. 08
    Realtime scaling

    Why should the quote gateway know which symbols are visible on the device?

    Options for question 8
  9. 09
    Security

    Which action is a good candidate for step-up authentication in a trading app?

    Options for question 9
  10. 10
    Degraded mode

    Market data is available, but order submission is unavailable. What is the most honest product behavior?

    Options for question 10
  11. 11
    Observability

    Which metric best captures the mobile user experience after an order submit?

    Options for question 11
  12. 12
    Auditability

    Which data is useful to store with order intent for audit and debugging?

    Options for question 12
Progress
0/12 answered
Made in SF v1