front-end-interview-handbook/contents/companies/airbnb-front-end-interview-...

1.7 KiB

title sidebar_label
Airbnb Front End Interview Questions Airbnb interview questions

:::info Latest version on GreatFrontEnd

Find the latest version of this page on GreatFrontEnd's Airbnb Front End Interview Guide.

:::

JavaScript coding questions

  • Write a simple promise.
  • Implement a StoreData class that add key/value pairs and listen to value changes for keys. Source

User interface coding questions

  • Given an input and an endpoint which returns a JSON list, as a result, extend it to autocomplete on change, handle key navigation through the results.
  • Given a star widget embedded in a form write the code to select the stars and submit the correct value through a normal form action. Make reusable for multiple star widgets.

Source: Glassdoor Airbnb Front End Engineer Interview Questions

Algorithm

Airbnb does have rounds evaluating your Computer Science fundamentals by asking LeetCode-style questions. Do be prepared for them.