facebook | phone interview | E4 | USA
Anonymous User
4700

don't forget to upvote if you found it helpful :)

phone interview1
Q1. https://leetcode.com/problems/basic-calculator-ii/ (no division operator)
confirmed assumptions: result will fit in an int, numbers are positive, numbers fit in int, string starts with number, string has only valid characters, string has no spaces

followup 1: what if we have negative numbers too example: 2--2+-3
followup 2: what if + can be unary too example +2-1

Q2. https://leetcode.com/problems/basic-calculator-iii/ (no division operator)

phone interview 2:
Q1. https://leetcode.com/problems/clone-graph/
Q2. https://leetcode.com/problems/longest-increasing-path-in-a-matrix/

My onsite experience:
https://leetcode.com/discuss/interview-question/1162056/facebook-onsite-e4-usa/916742
https://leetcode.com/discuss/interview-question/1162048/facebook-or-system-design-or-onsite-or-E4-or-USA

Comments (5)