popular LC question: life game
Development Engineer Interview Questions
37,113 development engineer interview questions shared by candidates
Design a system to download/stream resources from the web, Invert the nodes of a binary tree, Design a filesystem, how would you search for files using this file system you designed in your language. Write a method to find words from a dictionary with wild cards, Determine if a binary tree is a binary search tree, How would you design a system to accept documents, etc to be approved by peers and then a manager.
Binary tree , left node has smallest value . Print 5 10 20 25 and then “count of nodes=4”…
Write an inorder search of a binary tree. He gave me no arguments so I could make this recursive. Make sure you ask if you can send the tree in as an argument.
Implement a stack using just queues
Programming question - Add spaces to a sentence given a sentence and dictionary. "iloveamazon" should return "i love amazon" for example.
String easy questions
Q: alien dictionary
Write a function to recursively reverse a string.
Find intersection of two unsorted arrays?
Viewing 621 - 630 interview questions