System design
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
4. Complex Queries like Get prices of stock from date1 and date2. (based on given granularity) - daily, weekly, monthly. I choose SQL to achieve it.
Delete a node in the linked list given only the pointer to the list and not the head pointer
Arrays, Trie, Queue, Map, System design
What kind of work culture do you prefer?
"Tell me about your biggest achievement?"
What I can do to get you in the door?
How to revert a single linked list? I solved, but with a mistake for the first time. After rewriting I had little time, so interview ended. That was my fault, I guess.
Imagine a random distribution of water droplets spread across the whiteboard, design an algorithm to create the maximal enclosed area by connecting the water droplets with lines.
Write 4 locker functions: acquire_read_lock, acquire_write_lock, release_read_lock, release_write_lock. Use Windows specific helper functions. 1 more brain teasing puzzle.
Viewing 101 - 110 interview questions