Intervu is in beta — feedback welcome at support@intervu.io
Library
AppleProduct Manager· Problem Solving

You need to decide whether to make a new iOS feature available on iPhone 12 and newer models only, or build a simplified version for older devices. The full feature requires significant processing power. Walk me through your analysis.

Weak · sample answer

We looked at the install base and saw that devices older than iPhone 11 represented about 12 percent of active users. I pushed to cut them entirely. Engineering shipped the full feature on schedule, and those users just didn't get it.

Why this scores weak

Treated a small percentage as permission to skip analysis; no tradeoffs weighed, no degraded path explored.

Average · sample answer

I pulled our active device telemetry and saw 34 percent of users were still on pre-iPhone 12 hardware. I pushed for the simplified version. Engineering said it would cost us six extra weeks. We shipped both. Adoption was stronger than projected.

Why this scores average

Made the right call on a large segment but can't fully articulate the tradeoff framework behind it.

Strong · sample answer

I pulled crash and performance telemetry across device tiers and found that 34 percent of our active users were still on pre-12 hardware. We scoped a degraded version, shipped both, and adoption on older devices was lower than expected but complaints dropped significantly.

Why this scores strong

Tracked the right post-ship metric — complaint rate, not just adoption — showing a complete decision loop.