Practice-problem
Problem #63 Medium People & Process

Inherited Pipeline No Docs No Tests

ownershipdocstestsexpectations

Scenario: You join a team and inherit a critical pipeline. The previous owner left. There is no documentation, no tests, and the code is dense. You are expected to keep it running and eventually own it. The pipeline runs nightly and the business depends on it.

This is the more extreme cousin of Problem 32, where now we are framing the question around “your first month plan.”

In the interview, the question is:

You inherit a pipeline with no documentation, no tests, and the only person who knew it just left. What is your first month?


Your Task:

  1. Resist the urge to rewrite.
  2. Walk through how you would learn it.
  3. Cover what you ship in week 1, week 2, week 3, week 4.
  4. Mention what you would say to your manager about expectations.

What a Good Answer Covers:

  • Read, run, document.
  • Tests before changes.
  • Smallest useful change first.
  • Setting expectations on velocity.
  • When to think about a rewrite later.

Try the problem on your own first. Solutions are most valuable after you've struggled with it.