<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Interview-Prep on Personal Docs</title>
    <link>https://docs.sushantpatil.dev/tags/interview-prep/</link>
    <description>Recent content in Interview-Prep on Personal Docs</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 14 Aug 2026 00:00:00 +0530</lastBuildDate>
    <atom:link href="https://docs.sushantpatil.dev/tags/interview-prep/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Senior SQL: System Design &amp; Problem-Solving Interview Guide</title>
      <link>https://docs.sushantpatil.dev/posts/00_sql_system_design_interview_guide_part2/</link>
      <pubDate>Fri, 14 Aug 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_sql_system_design_interview_guide_part2/</guid>
      <description>Reference for navigating production-grade SQL architecture decisions, based on real Amazon assessment scenarios.</description>
    </item>
    <item>
      <title>SQL Interview Questions — MySQL Solutions (Part 2)</title>
      <link>https://docs.sushantpatil.dev/posts/00_sql_interview_questions_part2/</link>
      <pubDate>Fri, 14 Aug 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_sql_interview_questions_part2/</guid>
      <description>Real-world SQL interview questions from Stripe, Google, Visa, Amazon, Accenture, Facebook and more, with detailed MySQL solutions.</description>
    </item>
    <item>
      <title>SQL System Design &amp; Problem-Solving Master Report (Part 1)</title>
      <link>https://docs.sushantpatil.dev/posts/00_sql_interview_master_report_part1/</link>
      <pubDate>Fri, 14 Aug 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_sql_interview_master_report_part1/</guid>
      <description>Senior-level SQL interview prep covering core gotchas and fundamentals, starting with NULL-handling traps.</description>
    </item>
    <item>
      <title>Deep Learning Interview Map</title>
      <link>https://docs.sushantpatil.dev/posts/01_deep_learning_interview_map/</link>
      <pubDate>Sat, 08 Aug 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/01_deep_learning_interview_map/</guid>
      <description>A master navigation doc tracing why neural networks exist, through CNNs, detection/segmentation, and generative/attention/sequence models.</description>
    </item>
    <item>
      <title>All Tree Models — v1 (Comprehensive Intuition Guide)</title>
      <link>https://docs.sushantpatil.dev/posts/03_all_tree_models_v1/</link>
      <pubDate>Wed, 22 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/03_all_tree_models_v1/</guid>
      <description>A walk through every major tree-based model, where each section ends with the specific weakness that motivated the next algorithm.</description>
    </item>
    <item>
      <title>Agentic Systems &amp; GenAI Engineering: Production Depth</title>
      <link>https://docs.sushantpatil.dev/posts/00_agentic_systems_engineering/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_agentic_systems_engineering/</guid>
      <description>Interview-ready reference on agentic AI/GenAI engineering — framework choices (LangChain vs CrewAI vs AutoGen), multi-agent orchestration, tool-calling, RAG architecture, and production concerns.</description>
    </item>
    <item>
      <title>Apache Airflow — ML Orchestration Skeleton</title>
      <link>https://docs.sushantpatil.dev/posts/00_airflow_orchestration/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_airflow_orchestration/</guid>
      <description>A translation layer mapping ZenML pipeline concepts onto Apache Airflow architecture, for demonstrating orchestration fluency in interviews.</description>
    </item>
    <item>
      <title>AWS Data Ingestion Pipeline — Production Architecture</title>
      <link>https://docs.sushantpatil.dev/posts/00_aws_data_ingestion_pipeline/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_aws_data_ingestion_pipeline/</guid>
      <description>High-level walkthrough of an AWS-based IoT data ingestion pipeline for a manufacturing use case, and how the core services connect end-to-end.</description>
    </item>
    <item>
      <title>Core Statistical Concepts for Senior ML Scientists</title>
      <link>https://docs.sushantpatil.dev/posts/00_core_statistics/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_core_statistics/</guid>
      <description>A worked-example-driven refresher on core statistics, using a running coin-toss example to build fast, genuine intuition.</description>
    </item>
    <item>
      <title>Information Theory — Memory Map for Tree Models</title>
      <link>https://docs.sushantpatil.dev/posts/00_info_theory_memory_map/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_info_theory_memory_map/</guid>
      <description>A compact memory map connecting entropy, Gini impurity, and information gain to the specific interview questions they answer.</description>
    </item>
    <item>
      <title>Pandas, NumPy, Python Tricks: Interview-Ready Reference</title>
      <link>https://docs.sushantpatil.dev/posts/00_pandas_numpy_python_tricks/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_pandas_numpy_python_tricks/</guid>
      <description>A running set of toy datasets and idiomatic pandas/NumPy/Python snippets for common data manipulation interview tasks.</description>
    </item>
    <item>
      <title>Production OOP Patterns in ML: Interview Reference</title>
      <link>https://docs.sushantpatil.dev/posts/00_production_oop_patterns_ml/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_production_oop_patterns_ml/</guid>
      <description>A tour of OOP design patterns — encapsulation, inheritance, polymorphism, composition — as applied to building production ML systems.</description>
    </item>
    <item>
      <title>Sampling &amp; Audience Measurement: Ground-Up Reference</title>
      <link>https://docs.sushantpatil.dev/posts/00_sampling_and_measurement/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_sampling_and_measurement/</guid>
      <description>A ground-up look at sampling design, weighting, and universe projections — is your data a trustworthy mirror of the population?</description>
    </item>
    <item>
      <title>SQL Fundamentals for Senior ML Scientists</title>
      <link>https://docs.sushantpatil.dev/posts/00_sql_fundamentals_ml/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_sql_fundamentals_ml/</guid>
      <description>A reasoning-first SQL refresher for ML interviews, prioritizing why a query works over syntax memorization.</description>
    </item>
    <item>
      <title>SQL Fundamentals for Senior ML Scientists (v1)</title>
      <link>https://docs.sushantpatil.dev/posts/01_sql_fundamentals_ml/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/01_sql_fundamentals_ml/</guid>
      <description>A reasoning-first SQL refresher for ML interviews, prioritizing why a query works over syntax memorization.</description>
    </item>
    <item>
      <title>GenAI Foundations: LLMs, Text Processing &amp; Agentic Workflows</title>
      <link>https://docs.sushantpatil.dev/posts/00_genai_foundations_v1/</link>
      <pubDate>Wed, 15 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/00_genai_foundations_v1/</guid>
      <description>Foundational reference on LLM/transformer fundamentals, text processing, evaluation strategies, and production GenAI patterns.</description>
    </item>
    <item>
      <title>GenAI Foundations: LLMs, Text Processing &amp; Agentic Workflows (v1)</title>
      <link>https://docs.sushantpatil.dev/posts/01_genai_foundations_v1/</link>
      <pubDate>Wed, 15 Jul 2026 00:00:00 +0530</pubDate>
      <guid>https://docs.sushantpatil.dev/posts/01_genai_foundations_v1/</guid>
      <description>Foundational reference on LLM/transformer fundamentals, text processing, evaluation strategies, and production GenAI patterns.</description>
    </item>
  </channel>
</rss>
