By Rahul — Google Frontend Engineer
Why This Question Matters
Interviewers are not asking what you built. They are asking: Can you identify impact? Can you articulate technical decisions? Do you take ownership? This question reveals your engineering maturity.
The STAR Framework
Structure your answer using STAR: Situation, Task, Action, Result.
Example Answer
Situation: Our e-commerce checkout page had a 68% abandonment rate. Users were dropping off at the payment step.
Task: I was asked to reduce abandonment by at least 15% within one quarter.
Action: I analyzed session recordings and found users were confused by a full-page redirect to the payment gateway. I built an embedded payment widget using Stripe Elements that kept users on our page. I also added real-time form validation, a progress indicator, and address auto-complete using Google Places API. I conducted A/B testing with 20% of traffic for 2 weeks.
Result: Abandonment dropped from 68% to 41% — a 40% improvement. Revenue increased by $2.3M annually. The approach was adopted across all 12 regional sites.
What Makes a Great Answer
- Quantify the impact: "Reduced load time by 60%" not "made it faster"
- Explain WHY: Why did you choose this approach over alternatives?
- Show ownership: "I proposed, built, and measured" not "the team did"
- Mention trade-offs: "We chose X over Y because..."
- Be honest about challenges: "The first approach did not work because..."
Categories of Good Answers
- Performance improvements: "Reduced First Contentful Paint from 4s to 1.2s"
- Developer experience: "Built a component library that reduced new feature development time by 40%"
- User-facing features: "Built real-time collaborative editing that increased user engagement by 25%"
- Infrastructure: "Set up CI/CD pipeline that reduced deployment time from 2 hours to 10 minutes"
Things to Avoid
- Listing technologies without explaining impact
- Taking credit for team work without acknowledging the team
- Choosing a toy project when you have production experience
- Being too modest — this is your time to show your best work
Summary
Pick your highest-impact project. Structure it with STAR. Quantify results. Explain technical decisions. Show ownership. This answer reveals more about you than any coding question.