DevPrep
  • Interview Prep
  • Projects
  • Resources
  • Pricing
  • About Us
Submit Question
DevPrep
  • Pricing
  • About Us
Submit Question
  1. Home
  2. Articles
  3. Frontend Engineering
  4. What Are the Best Things You Have Created? How to Answer Behavioral Questions
XLinkedInReddit
MediumFrontend Engineering

What Are the Best Things You Have Created? How to Answer Behavioral Questions

D
DevPrep Team
February 9, 2026·2 min read·0
Table of Contents
  • Why This Question Matters
  • The STAR Framework
  • Example Answer
  • What Makes a Great Answer
  • Categories of Good Answers
  • Things to Avoid
  • Summary

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.

Related Articles

MediumFrontend Engineering

System Design #12: Design a Multi-Step Form Wizard

7 min read
MediumFrontend Engineering

Mastering Senior-Level JavaScript Interview Concepts

2 min read
MediumFrontend Engineering

System Design #9: Design a Collaborative Text Editor

9 min read

Comments (0)

Sign in to leave a comment.

No comments yet. Be the first to comment.

Table of Contents

  • Why This Question Matters
  • The STAR Framework
  • Example Answer
  • What Makes a Great Answer
  • Categories of Good Answers
  • Things to Avoid
  • Summary

Series

View all Frontend Engineering articles →

Practice

  • JavaScript
  • DSA
  • Machine Coding
  • System Design

Resources

  • Learning Tracks
  • Articles
  • Roadmaps
  • Compare Concepts
  • Glossary
  • Developer Tools
  • All Questions

Company

  • About
  • Pricing

Legal

  • Privacy Policy
  • Terms of Service
DevPrep

© 2026 DevPrep. All rights reserved.