← All pathsintermediate

Interview Prep

Prepare for Rust interviews — fundamentals, practice problems, tricky puzzles, and reading production code.

  1. 1
    The Rust Programming Language

    The official book — the best starting point for learning Rust from scratch.

  2. 2
    Exercism — Rust Track

    100+ coding exercises with free mentor feedback on your solutions.

  3. 3
    Rust Quiz

    Interactive quiz testing your knowledge of ownership, lifetimes, and tricky Rust semantics.

  4. 4
    Rust Brain Teasers

    Tricky Rust puzzles that sharpen your understanding of ownership, lifetimes, and the type system.

  5. 5
    Rust Interview Questions

    100 coding problems plus 120 theoretical Q&A covering ownership, traits, async, and interview-style Rust puzzles.

  6. 6
    Programming Rust (2nd Edition)

    O'Reilly's deep dive into Rust — systems programming, concurrency, and the type system.

  7. 7
    Crust of Rust (Playlist)

    Jon Gjengset's legendary series on smart pointers, async, lifetimes, and other intermediate Rust topics.

  8. 8
    ripgrep

    Blazingly fast line-oriented search tool — exemplary Rust systems code to read.