The Interviewer asked me to tell something about myself.
Applications Engineer Internship Interview Questions
16 applications engineer internship interview questions shared by candidates
tell me about your self
Leetcode #165, modified (to be slightly harder), in Chinese
Look at some code and talk through what is happening.
Round-2: I was asked to explain my project in detail and the interviewer was also asking questions about my project. Then he asked me a few basic programs like palindrome, merge sort and quick sort algorithms. These were easy questions and we were expected to answer them immediately. Then I was asked to find the longest substring with repeating characters. I was able to explain the brute force approach but couldn't get the optimized approach
What is JVM? What is the hash table, hash tree?
Given a list of ranges, find whether the target range is in the union of the given intervals. e.g: Input: a list of intervals, e.g. [-10, 10], [50, 100], [0, 20] & a target range Output: true if target can be covered by the union of all intervals e.g. return true if target is [-5, 15] return false if target is [30,60] counter-example: target is [0,100], intervals are [50,60],[20,30],[60,80],[0,20],[80,100],[30,50]
One medium leetcode coding question and a bunch of questions about OS.
What is the difference between UNION and UNION ALL in MySQL?
The group presentation
Viewing 1 - 10 interview questions