awesome-everything RU
↑ Back to the climb

Engineering Practice

Putting it together: multiple-choice review

Crux Multiple-choice synthesis across the engineering-practice track — how CI, trunk-based dev, flags, review, on-call, and postmortems form one loop where each link enables the next.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 13 min

Six questions that cut across the whole track. Each one is a sequencing or dependency decision a tech lead actually makes — not a definition to recite, but which link of the delivery loop is load-bearing and what happens when you pull it out.

Goal

Confirm you can connect TDD, contract testing, code review, trunk-based development, feature flags, on-call, and postmortems into a single feedback loop — and predict the seam failure when a practice is adopted without its dependency.

Quiz

Leadership mandates daily deploys to trunk on Monday. The team has a 25-minute, flaky test suite and no feature flags. What is the predictable outcome, and what was the missing dependency?

Quiz

A team proudly deploys 40x/day, but change-fail rate is 28% and MTTR is creeping up. In DORA terms, what have they done wrong?

Quiz

A service has 340 feature flags, none removed in a year. A config change flips a forgotten 'release toggle' during peak traffic and takes down checkout. Which link of the loop was actually missing?

Quiz

An on-call engineer bisects a checkout outage to a single PR in four minutes and recovers by flipping a flag off — no rollback build. Which two upstream practices made that fast recovery possible?

Quiz

The same outage recurs three quarters running, each time with a fresh postmortem doc on the wiki. Which single seam of the loop is broken?

Quiz

A 20-service org runs full end-to-end integration tests on every merge; the suite is slow and flaky, so engineers mute failures and bugs reach prod. What is the senior fix that keeps the delivery loop intact?

Recap

The through-line across the whole track is one closed loop with a load-bearing order: tests and contract checks make CI a trustworthy gate; that gate makes trunk-based merging safe; trunk-based plus feature flags decouples deploy from release; small frequent deploys keep any escape’s blast radius tiny, where on-call catches it; and a blameless postmortem with owned action items turns the incident into new tests, contracts, and flag defaults — closing the loop. Pull a link out and the downstream practice inverts. And you govern the whole thing with DORA’s four metrics together, never one ceremony in isolation.

Continue the climb ↑Putting it together: free-recall review
shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?
sources3
expand
  1. 01
  2. 02
  3. 03

Trademarks belong to their respective owners. Editorial reference only.