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
What kind of work culture do you prefer?
Arrays, Trie, Queue, Map, System design
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.
Duck in the pond. Start: Duck located in the center of circle (pond). Fox is on the beach and cannot swim. Duck cannot fly (by some reason), but once duck is on the beach, she will fly away. Duck speed - x Fox speed - 4x Can duck escape? Why?
Viewing 101 - 110 interview questions