Day 124 of 133

Self-mock 1: pick a Week-16 case and rework + DSA review

Run a 60-min self-mock on a classic case (recsys/search/ads/fraud/ETA/feed).

DSA · NeetCode Linked List

  • Interview questions to prep

    1. Walk through your pointer hazards — what breaks if you lose track of the head or a prev pointer?
    2. Can you do this in-place (O(1) extra space)? What's the trick?
    3. How would you detect / handle a cycle, and prove your method's correctness?

ML System Design · Framework

ML System Design · Recommendations

  • Interview questions to prep

    1. Walk me through designing TikTok's For You feed end-to-end.
    2. How would you handle the cold-start problem for a new user?
    3. What candidate-generation strategies would you use, and how do you combine them?
  • Interview questions to prep

    1. Why do industrial recsys use a two-stage (recall + rank) architecture?
    2. How do you avoid training/serving skew between recall and ranking?

References & further reading