What does the function 'stem' do in MATLAB?
Applications Support Engineer Interview Questions
1,952 applications support engineer interview questions shared by candidates
1.what is String Buffer? what is public static void main(String[] args), explain it?..etc
During the recorded interview they asked very general questions about my interest in the position.
First round of the interview is a 15 minute discussion with the HR. I was asked about my current visa status and about one situation when I multi-tasked.Second Round was a 1 hr hacker rack coding challenge.The challenge was based on any two programming languages that we are comfortable with , I chose Java and Javascript. There were a few multiple choice questions and 2 coding questions in each section. One java coding question was to reverse a string using hashmaps. Javascript had question related to web development , the multiple choice questions were select one or more type questions. The third round was a phone interview for around 45 mins , Where there was screen sharing and the interviewer posted a few code snippets and asked questions based on specific statements in the code , in C ++ there were questions regarding copy constructors and whether a particular statement based on "=" operator would compile or not and in java there were questions based on a base class reference pointing to a derived class object , garbage collection and enum. The next round would be an onsite interview.Unfortunately I did not get through the third round .
Describe about anyone of your projects.
C/C++: Lots of program on classes to determine output, whether it will compile? Focus: Operator overloading, Virtual functions, Constructors: A sample is given below:(determine whether it will compile) class xyz { \\somethings here }; int main() { xyz s1=new xyz(100); xyz s2=s1; s2.function(); delete s1; } Very easy for comp. sci. ppl
basic concepts of OOPS and operating systems
C++ and Java questions were based on classes and inheritance
What interests you in this position? What about your experience makes you fit for this position? Give us an example where you had to multitask. How did you handle it? Are you authorized to work in US? What is your Visa status? If on F1 when does your OPT start? What is you CGPA?
Create a derived class from two classes already defined. Initialize the private members of the base class, create a constructor and add a function whose syntax was given.
Viewing 541 - 550 interview questions