Many system design questions and how one would approach it. Code challenge question was given a list of words and an input string, find the word that can be made. No reusing of the characters.
Senior Backend Engineer Interview Questions
2,797 senior backend engineer interview questions shared by candidates
Different kinds of vulnerabilities and how to mitigate? XSS & CSRF etc
The DSA question was balancing brackets and the DB question nth highest result.
1. Given an input String with [] and prefixed with a number, repeat the string with [] that many number of times and give the output. For eg. input : a2[bc]d4[e] output: abcbcdeeee input : p2[q3r3[st]u] output: pq3rstststuq3rstststu
Asked simple system design questions.
Behavioural, system design whiteboard exercise.
What is the difference between abstract class and interface?
How would you deploy the project you just built ?
Describe the architecture of a faxing SaaS using UML. Be precise about technologies and protocols you would use
Given this python pull request content, review the code and suggest solutions
Viewing 1241 - 1250 interview questions