Find the maximum path for leaf to leaf in a Binary Tree.
Backend Software Engineer Interview Questions
2,345 backend software engineer interview questions shared by candidates
The first question is a coding question to finish a program that can group the same anagrams together. The second one is a follow-up behind the first, it's said that now the input file is 10GB in the disk and the limitation is memory only has 2 GB. Give a solution that could group anagrams together by using the memory and output result into a file in disk.
Onsite: Generic design question (ie design sudoku, battleship, tictactoe, etc)
Onsite: Variation of Tower/Goal/Robot grid question
Given the inputs text=banana and query=ana, write a function to tag all instances of the query. For part 1, return result=b<b>ana</b>na. For part 2, return result=b<b>anana</b>.
Match names given the rules
Networking, Multithreading, Databases, C++, Operating systems
Leetcode Easy to Medium Questions Graph Question asking me to find smallest amount of currency conversions.
Leetcode - next larger node in the linedlist
Got asked merge intervals similar to the one on leetcode. What is difference between heap and stack. What is CAP theorem.
Viewing 2221 - 2230 interview questions