← All pathsintermediate

Interview Prep

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

Progress: 0 of 8 resources completed

My learning →
  1. The Rust Programming Language

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

  2. Exercism — Rust Track

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

  3. Rust Quiz

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

  4. Rust Brain Teasers

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

  5. Rust Interview Questions

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

  6. Programming Rust (2nd Edition)

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

  7. Crust of Rust (Playlist)

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

  8. ripgrep

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