Add coding exercises for Facebook interviews

Add attempts at solving coding problems to Briefcase.
This commit is contained in:
William Carroll 2020-11-12 14:37:29 +00:00
parent d2d772e43e
commit aa66d9b83d
66 changed files with 2994 additions and 0 deletions

View file

@ -0,0 +1,22 @@
** Behavior Interview **
- Can I work in an unstructured environment?
- Do I have a growth mindset?
- How do I handle conflict?
- Am I empathic?
- Am I a self-starter?
- What is my communication style?
- Do I persevere?
- <forgot to write this one down>
** Design Interview **
- requirement gathering, problem exploring
- component analysis
- quantitative analysis
- trade-offs
- bottlenecks, weaknesses
- securing data (e.g. PII)
Consider:
- pagination
- push/pull requests
- API design