front-end-interview-handbook/contents/companies/microsoft-front-end-intervi...

767 B

title sidebar_label
Microsoft front end interview questions Microsoft interview questions

JavaScript

  • Tic-tac-toe implementation using vanilla JavaScript, HTML and CSS.
  • Create a chat interface like Microsoft teams.
  • Use OOP to implement a Chess game.

User interface coding

  • Create a notification interface like Microsoft teams
  • Image slider implementation.

Trivia

  • What is a prototype?
  • What is a closure?
  • What is the difference between let, const, and var?
  • What is DOM?

System Design

  • Design an email client like Microsoft Outlook.

Source: Glassdoor Microsoft Front End Developer Interview Questions