Resources

Curated study material to support the roadmap.

The goal is not to collect endless links. It is to point candidates toward a small set of trustworthy materials that pair well with the roadmap and question bank.

Curated links

Courses, docs, and guides that match the prep surface

Resources are grouped around applied usefulness for interviews, not around maximal breadth.

Course

Google Machine Learning Crash Course

A fast refresher for supervised learning, embeddings, evaluation, and practical ML concepts.

Traditional MLMath & Stats

Course

Full Stack Deep Learning

Excellent bridge between modeling, deep learning, MLOps, and real-world AI system concerns.

Deep LearningMLOpsSystem Design

Course

Hugging Face LLM Course

A practical path through transformers, tokenization, fine-tuning, and modern LLM workflows.

Generative AITransformers

Guide

Made With ML

Hands-on production ML guides covering data quality, experimentation, serving, and monitoring.

MLOpsSystem Design

Course

Stanford CS229

Theory-heavy material for linear models, probabilistic thinking, optimization, and ML fundamentals.

Traditional MLMath & Stats

Guide

Chip Huyen Blog

Useful writing on ML systems, inference, latency, evaluation, and production trade-offs.

ML System DesignMLOps

Docs

OpenAI Platform Docs

Reference for structured outputs, evaluation workflows, tool use, and production LLM patterns.

Generative AILLMOps

Community

Weights & Biases Reports

Good field notes on experiment tracking, model evaluation, and production workflows.

MLOpsExperiment Tracking

Guide

OpenAI Interview Guide

Official guidance on skills assessments, pair coding, deep technical discussions, communication, and interview expectations.

Company LoopML CodingBehavioral

Docs

OpenAI Evaluation Best Practices

Practical guidance for creating evals, release gates, regression datasets, and model-quality checks.

LLMOpsGenerative AIEvaluation

Guide

AWS Machine Learning Engineer Associate Exam Guide

Role-oriented coverage of data preparation, model development, deployment, monitoring, security, and governance.

MLOpsProduction MLCloud

Guide

Google Cloud Professional ML Engineer Guide

Coverage guide for production ML workflows, responsible AI, model deployment, monitoring, and operationalization.

MLOpsProduction MLResponsible AI

Guide

OWASP Top 10 for LLM Applications Mapping

Security risks and mitigations for LLM applications, including prompt injection, data leakage, excessive agency, and vector weaknesses.

LLMOpsSecurityGenerative AI

Community

Machine Learning Interviews by alirezadir

Community question bank covering ML theory, ML coding, and ML system design prompts.

ML CodingML System DesignQuestion Bank

Community

Reddit ML Coding Interview Discussion

Candidate discussion highlighting practical ML coding prompts such as NumPy, PyTorch, sampling, and model-debugging tasks.

ML CodingCompany LoopCommunity

Community

Google ML System Design Mock Interview

A mock interview useful for practicing recommendation-system structure, metrics, trade-offs, and follow-up handling.

ML System DesignMock Interview