Some programming leet-code style questions
Backend Developer Interview Questions
9,192 backend developer interview questions shared by candidates
Technical questions: how would you handle this problem? What are the steps you could take to prevent this from happening? ...
Create a Database Schema for whatsapp groups
Find the maximum path for leaf to leaf in a Binary Tree.
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
Sort algorithm and javascript test
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
Viewing 8731 - 8740 interview questions