Position: Full-Stack SWE
When: June 2021
Where (location): Hawthorne, CA
Questions, as asked by recruiter:
- What are hash tables?
- How do you deal with conflicts in a hash table?
- How do you resize a hash table?
- How does a hash table look like in memory?
- What is big O notation?
- What is the runtime of inserting an element at the end of a dynamic array?
- What is the runtime of inserting an element in the middle of a dynamic array?
- What is the runtime of inserting an element the correct place in a sorted linked list?
- What is the worst case runtime of quick sort?