Applications engineer intern Interview Questions
108
Applications Engineer Intern interview questions shared by candidates

Given an situation write a sql query for the same
1 Answers↳
The situation demended a Update query which i knew

What is your GPA?
2 Answers↳
It's essential to demonstrate that you can really go deep... there are plenty of followup questions and (sometimes tangential) angles to explore. There's a lot of Applications Support Engineer Intern experts who've worked at MathWorks, who provide this sort of practice through mock interviews. There's a whole list of them curated on Prepfully. prepfully.com/practice-interviews Less
↳
I had not anticipated this question thinking it was in my resume already. So I was confused as to whether I was being asked my undergraduate or graduate GPA. I answered both after fumbling for a bit. Less

How do you create an interface? What are the 4 defining principles of OO programming? Define what an abstract class is. What libraries does .NET use?
1 Answers↳
The interface question was extremely vague. Throughout all of my Computer Science courses, I've been taught to create program interfaces from the code, itself. So, I described how to do it in the main() function. However, looking back on it, I think they were looking for a specific answer relating to creating an interface using the .NET menu. Less

What was your hardest challenge?
1 Answers↳
Not a hard question, but it was the hardest question I was faced with.

The word problem posed by the interviewer was exceedingly simple; list all prime numbers between two positive integers, m and n. This was the easiest question I have been asked by a recruiter/interviewer so far.
1 Answers↳
Sieve of Eratosthenes works well, as does simply using the modulus-operand approach on every number (inclusive) between m and n. Less

What kind of bugs can a telecom company like Blackberry face?
1 Answers↳
Bugs associated to apps in the phone, etc.


None too difficult - but need to be strong in concepts
1 Answers↳
The key in these questions is to cover the fundamentals, and be ready for the back-and-forth with the interviewer. Might be worth doing a mock interview with one of the MathWorks or ex-MathWorks Applications Support Engineer Intern experts on Prepfully? They give real-world practice and guidance, which is pretty helpful. prepfully.com/practice-interviews Less
