Driving Platform Adoption

Getting busy, siloed teams to adopt your internal platform — by treating it as a product, not a mandate.

This question tests whether you can win voluntary adoption of infrastructure you build. Owning a great platform is worthless if the teams who should use it stay on their old paths. For a horizontal infra leader, adoption is the impact — and you rarely have the authority to force it. The interviewer wants to see you think like a product owner: understand the internal customer, quantify their ROI, remove every gram of migration friction, prove value with lighthouse users, then close the old door. The answer follows the CARL shape — Context, Actions, Results, Learnings — and is judged on whether you drove adoption by pull, not push.

Driving platform adoption answer flow
The spine: treat it as a product → build internal-customer empathy → articulate the ROI → make migration near-zero-effort → land lighthouse users → deprecate the old path → track adoption to 100%.

What this question is really testing

Do you treat an internal platform as a product with customers who have a choice — earning adoption through value and low friction — or do you assume “build it and they will come” and then blame the teams when they don’t?

How to answer What the interviewer is looking for

A worked example (CARL)

Context. My team built a new ads events ingestion client that gave exactly-once semantics and cut per-event cost, replacing a legacy logging path that a dozen product teams used. Six months after launch, adoption was stuck around 15%. The platform was technically better, but teams weren’t moving — migration looked like risky, undifferentiated work on someone else’s roadmap.

Actions. I stopped treating low adoption as a motivation problem on the teams and started treating it as a product problem on us. I embedded with two of the stalled teams for a week and watched them actually try to migrate — and found the real blocker: our “migration guide” was a 20-step wiki that assumed deep knowledge of the new schema, and the client needed hand-written config that was easy to get wrong. So I re-cut the roadmap around friction. My team built a codemod that rewrote the old call sites automatically, an adapter that let the new client read the old config so most teams changed nothing, and a shadow mode that let a team run new and old side by side to build confidence before cutting over. Next I rebuilt the ROI case in their language: instead of “exactly-once semantics,” I showed each team the specific duplicate-event bugs and on-call pages the new client would have prevented last quarter, and the dollar cost they’d each save, pulled from Scuba. Then I went for lighthouse users — I picked the most respected and the most skeptical of the twelve teams, did the migration with them so it cost them almost nothing, and had them post their before/after numbers on Workplace. That turned the narrative from “infra wants us to do work” to “the teams we trust already did this and it paid off.” Finally, with migration now a near-zero-effort path and two proof points live, I published a dated deprecation for the legacy client and worked the long tail team by team, offering to send the codemod diffs myself.

Results. Adoption went from about 15% to over 90% of event volume in one quarter, the legacy path was fully deprecated a quarter after that, and the teams that migrated saw duplicate-event on-call pages effectively go to zero. The codemod-plus-adapter approach cut the typical migration from an estimated multi-day project to a single reviewed diff.

Learnings. Technical superiority does not drive adoption — low friction and credible proof do. The highest-leverage work wasn’t on the platform itself; it was on the migration path and the social proof. And deprecation only works after the new path is genuinely easier, or it just breeds resentment.

Common follow-ups

A powerful team refuses to migrate. What do you do?

How to answer

How do you measure adoption — and is a raw count enough?

How to answer

How do you handle the long tail that never migrates?

How to answer
Where to get your data (Meta)