https://leetcode.com/problems/unique-paths-ii/. You can refer to this question. This was the exact question asked to me in the interview
Intern Software Engineer Interview Questions
9,352 intern software engineer interview questions shared by candidates
Map related question. Had to calculate the frequency and tell the time complexity.
Data Structures like arrays, dictionaries etc.
The interview started with 25 minutes of behavioral questions, primarily focusing on past experiences where I did such and such. Then, the interview continued to the technical portion, where I was asked to solve a Leetcode Medium-Hard.
Q: Tell me about a time you made a decision without much data.
Tell us about a time you faced a difficulty at work.
Ques 1)based on unordered_map Ques 2)based on tree
Tree question was asked which was related to peripheral tree. (LC medium)
Print left side of binary tree
Write an algorithm to check if a string has balanced parentheses. What about if brackets [] or braces {} could be used as well and those also had to be balanced?
Viewing 7361 - 7370 interview questions