They asked a leetcode easy and medium
Intern Software Engineer Interview Questions
9,356 intern software engineer interview questions shared by candidates
1.Code Question 1 Amazon Shopping provides a product search feature that makes browsing products easier. Instead of showing exact matches only, it also displays transformable results for better browsing. A word a is said to be transformable to a word b if a is a subsequence of b. Given searchWord and resultWord, find the minimum number of characters that must be appended at the end og the searchWord, such that resultWord is a subsequence of the modified searchWord. Note: A subsequence of a string is a string that results from deleting 0 or more characters from the string without changing the order of the remaining characters. For example, Amazon is a subsequence of abcmmdaqzxopn while abc is not a subsequence of cdhbqaab.
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?
On the HackerRank platform (like most OAs) with a leet-code style medium/easy problem
Classic Leetcode easy and medium questions
How can you optimize your solution?
Maximum distance between any 2 nodes in a given tree.
Coding question that required binary search
What was a sacrifice that you had to make?
Viewing 7081 - 7090 interview questions