Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.99 KB

File metadata and controls

54 lines (39 loc) · 1.99 KB

System design

review

code: behavioral:

  • Tell me a time when you had a conflict with a colleague and how did you resolve it.
  • Tell me a time when you had a conflict with a colleague and you were wrong. How did you accept your mistake?
  • Motive behind joining Facebook

System Design: Netflix

code:

  • 8 String to Integer (atoi). It was a variation of this, just need to return true or false if can be converted.
  • 304 Range Sum Query 2D - Immutable. Here I achieved a working solution, not an optimal one
  • 528 Random Pick with Weight
  • 973 K Closest Points to Origin, https://leetcode.com/problems/k-closest-points-to-origin/

behavioral: Typicall behavioral interview. Question on innovation, conflict, complext probelm I have solved it

code:

System design: type ahead search system.

coding: https://leetcode.com/problems/accounts-merge/

system design: Round1: Designing an API related to newsfeed (like instagram or facebook newsfeed) Need to consider multiple clients while designing the API Feedback: Need to discuss more about scalability of the system

Round2: Designing a system to handle live comments for videos

if the array is sorted, what is optimal time complexity? check first comment in solution tab.