👉

Common Interview Questions

Developer

  • Why do we need React?
  • What's the difference between Javascript and Typescript?
  • Show us your Github profile or examples of the code from past work (of course, only show what you can show 🙂)
  • What is HTTP?
    • What is REST API?
  • What is GraphQL?

Senior Developer

  • Imagine you're working on architecture for a main page of AirBnB. What would be the key points to think about or investigate? (to simplify - there are no requirements around authentication / authorization)
  • Imagine we use moment.js across the app for working with dates. Moment is an obsolete package now and we are considering migration to date-fns. Describe how would you refactor an application in this case?