Skip to content

Instantly share code, notes, and snippets.

@Misaka-0x447f
Last active December 13, 2021 02:24
Show Gist options
  • Save Misaka-0x447f/19a695661f26a666565a0bce7f8d959f to your computer and use it in GitHub Desktop.
Save Misaka-0x447f/19a695661f26a666565a0bce7f8d959f to your computer and use it in GitHub Desktop.
Microsoft Interview Questions

Initial round

  • implement lodash.debounce
  • implement a background task manager with max concurrency limit

2nd round

  • possible IP address. given a string like '25525512218', return an array like ['255.255.12.218', '255.255.122.18']

3rd round leader interview

  • design an undirected graph with no cycle, including method of add & delete, then print the longest path length in the graph.

4th round grand-leader interview

(scheduled)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment