Given a sorted array and an element k, find the longest subsequence of k. Return the index of the start of the subsequence.
Intern Software Engineer Interview Questions
9,450 intern software engineer interview questions shared by candidates
Q: How do you review a pull request and the quality of the code?
Q: What if some of your team did not like your decision?
Do you know what BFS and DFS is? If so, how it worked?
Decomp was designing a database system. Coding questions were Leetcode medium
What is a recent failure
Design a function in your favorite programming language to convert a camelCase string to all lowercase.
Can you explain why you chose this specific approach in your backend implementation?
In my final interview, I was asked to describe a common board game in code. Next, how would I build hints into the game? Would I have to build a solver? What algorithm would I implement? How would I optimize the algorithm? How many bits do I need to store for each state of the board? Can I shrink that number of bits? Ad infinitum until we'd run out of time.
How to find the max number in an array.
Viewing 1011 - 1020 interview questions