Sounds enticing? Join us! Looking specifically for experienced C++/Rust backend engineers for https://t.co/MXSklyIUtB and the API in the bay area: https://t.co/NeVpGW8sbs
The first interview only takes 15 minutes. Here are some of my retired questions for this role & interview:
- Assume you want to write your own string struct. What fields would you define on the struct?
- What are move semantics and why is moving a string faster than making a copy?
- Explain the differences between preemptive and cooperative concurrency.
- Where is the thread scheduler defined and when does it run?
- Why is iterating over an array faster than iterating over a linked list even though both operations are O(n)?