What have you been up to?
Engineer Intern Interview Questions
15,492 engineer intern interview questions shared by candidates
Given a string, I was asked to return all of the unique characters in the order of the original string.
A question about finding the shortest path between two points on a graph. With no information about where the second point was located in relation to the first problem.
Given an array of characters, find the first character that is repeated.
About a situation where I take leadership, also about a problem that I had with somebody and how do I fixed
Given a graph, tell if it is a tree.
Invert a strings with special characters
leetcode question with binary operators
to design a product the manages the user stream accounts, such as disney+, netflix.....
Given a string and a pattern consisting of 'a's and 'b's check whether the string follows the pattern. Example: the string "catcatdogcatcat" follows the pattern "aabaa" bu substiting "a" as "cat" and "b' as "dog". Whereas the string "catdogcatcat" does not follow the pattern "aabaa" regardless of what is substituted for "a" and "b".
Viewing 1081 - 1090 interview questions