Applications Engineer Internship Interview Questions

16 applications engineer internship interview questions shared by candidates

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
avatar

Applications Developer Internship

Interviewed at Oracle Financial Group

3.4
Sep 26, 2021

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

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]
avatar

Applications Engineer Internship

Interviewed at Meta

3.6
Feb 21, 2014

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]

Viewing 1 - 10 interview questions

Glassdoor has 16 interview questions and reports from Applications engineer internship interviews. Prepare for your interview. Get hired. Love your job.