Applications Support Engineer Interviews

Applications Support Engineer Interview Questions

2K

Applications Support Engineer interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
MathWorks
Applications Support Engineer was asked...12 March 2016

2nd Round (1 hour) Programming related question on java and c/c++ Each section has 8 questions (2 programming and 6 multiple choice) 3rd Round - Phone Interview

7 Answers

How was the phone interview? you didn't have on-site interview?

Phone interview was good. They asked the questions which are there on the blackboard and there a set of mathwork interview questions on scribd.com. You can also refer that Less

can we choose any two language out of 5.?

Show more responses
MathWorks

Why are you a good fit for this role? How do you work in a team? Give an example How do you handle multiple deadlines? What is your GPA and when are you graduating? What is your Visa status and would you need sponsorship at anytime? When would you be able to start the job?

5 Answers

Hi, How long did it take for them to get back with results of the first round?

Hi, How long did it take for them to get back with results of the first round?

Oh... it still says interview process for me... i gave the video round last week, I guess I'll have to wait some more time... thanks for the reply Less

Show more responses
MathWorks

Basic HR questions in the Video Interview. 1. Why does this position interest you? 2. What about you experience makes you fit for this position? 3. Give an example how you tackled multiple responsibilities? 4. GPA 5 . Visa status

4 Answers

I have the same question. It would be really helpful if you can provide us with the info. Less

It took 4 business days for me.

I got rejected after the video round. No reason. totally let down!

Show more responses
MathWorks

From your submitted references, list one and notify what he/she thinks about you.

4 Answers

Hi can you please post the coding challenge questions here..

I am sorry. Only thing I could say is that the challenge was standard and had questions from Cracking the Coding book. Many questions were language based and some were proper algorithm questions. Less

Hey, what did you mention about your salary expectation that put them off. I have one coming up and was wondering. Less

Show more responses
MathWorks

What is mutex, semaphore? What is best sorting algorithm, its time complexity? Fibonacci which skips one digit eg: 5!=5x3x1 Exceptional handling Function overriding Inheritance concepts Race condition, life stages of thread A lot of code snippets asking to predict output Birthday Paradox problem How to check if a number can be expressed in powers of 2? Using bitwise op OO model for a college including professor students etc

4 Answers

Shouldn't it be as mention below ? if(skip){ return facto(n-1,false); } else{ return n*facto(n-1,true); } Less

#include #include class Solution { public: static long long SkipFact(long long n){ if (n > n; long long output = Solution::SkipFact(n); cout << "Factorial is :" << output << endl; return 0; } Less

class Solution { public: static long long SkipFact(long long n){ if (n > n; long long output = Solution::SkipFact(n); cout << "Factorial is :" << output << endl; return 0; } Less

Show more responses
MathWorks

GPA, Situation with multiple deadlines, project

3 Answers

What questions were asked in math?

Did you have an on-site interview? Please elaborate a bit on phone interview.

Can you please tell me the topics being asked in the technical phone interview

MathWorks

What is function handle?

3 Answers

A function handle is a data type that stores an association to a function. For example, you can use a function handle to construct anonymous functions or specify call back functions. Also, you can use a function handle to pass a function to another function, or call local functions from outside the main function. Less

A function handle is a MATLAB value that provides a means of calling a function indirectly. http://www.mathworks.com/help/techdoc/matlab_prog/f2-38133.html Less

I don't know.

MathWorks

Unexpected: How do you see the contents of a .mat file without loading it into the workspace?

3 Answers

whos -file x.mat

x='filename.mat'; whos(x)

m = maftile('filename'); m.

MathWorks

Why are man-holes round?

3 Answers

So the lid wont drop down into the hole! With rectangular man holes, there is always a way to do so Less

Because they can be easily rolled over. BTW, have you completed you technical interview. Please share the questions. Thanks. Less

because the lids for man-holes are round...

ION Trading

I didn't find them hard: write a search string routine to search an entry within a sorted list. implement your own strcmp subroutine which ignores trailing white spaces.

3 Answers

use binary search for the first one; the other one just did a simple character by character equality check. Less

public boolean compareString(String arr[], String s){ boolean doesMatch = false; for(int i=0; i Less

For the string comparison you will also need to strip the trailing spaces from each string Less

Viewing 1 - 10 of 2,020 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 2,020 interview questions and reports from Applications support engineer interviews. Prepare for your interview. Get hired. Love your job.