Skip to main content

Airbnb Front End Interview Questions

Page migrated to GreatFrontEnd

Find the latest version of this page on GreatFrontEnd.

JavaScript

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

User interface coding

  • 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.