desenhe uma solução de um aplicativo de celular para auto-complete de palavras
Development Engineer Interview Questions
37,159 development engineer interview questions shared by candidates
There multiple variations of Binary Tree traversal including normal methods like in-order, post-order, then more complex methods like skipping alternate nodes and levels. Final question was to display the binary tree in a zig-zag pattern.
When you import a library, it's dependencies get imported and compiled recursively. Print order in which the imported libraries and dependencies were compiled
What are your strengths?
Explaining about my projects
Design a system using only standard PCs for load balancing. No load-balancers allowed. Want speed, scalability, reliability, standardized configuration for all nodes.
Reverse a linked list
2) Design a file system to with simultaneous read access and single write access
How to save a dictionary. Easy one, just use a trie. During the process, you will be asked questions about big O stuffs. Just remember your data structure
Describe a project you are working, tell me how would you scale the application to handle large data.
Viewing 2971 - 2980 interview questions