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:
- finding project dependency, paraller-course
- union find??
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
- https://engineering.fb.com/2011/02/07/core-data/live-commenting-behind-the-scenes/
- https://leetcode.com/discuss/interview-question/583184/fbinstagram-live-comments-system-design
if the array is sorted, what is optimal time complexity? check first comment in solution tab.