Describe a time you were faced with a difficult problem and what you did to solve it.
Software Developer Intern Interview Questions
2,880 software developer intern interview questions shared by candidates
(I was not interviewed at the end....)
Data Structures and Algorithms
Behavioral questions were about your past experiences, coding question was jump game I and II from leetcode.
I have a list of integers representing the stock prices in each day. Write a function that returns what days to buy the stock and what days to sell the stock to maximize profit. Initially you can only buy, you can choose to not buy any at all. You can only sell after having bought, and can only buy again after having sold. Try to get as close to O(n) time complexity as possible.
Reverse a linked list in O(N), the most optimized solution was expected
Remove duplicate entry for a given x from the array in-place and return the length of newly formed such array.
Find the middle of a linked list, I only had to explain the approach for this one hence no coding.
Descripe one time you faced a challenge. Descripe one time you recieved bad feedback.
A DP hard question with a few tweaks, which might've made it a medium question at best
Viewing 761 - 770 interview questions