Explain why virtual short happen in opamp?
Applications Support Interview Questions
19,838 applications support interview questions shared by candidates
What does HTML stand for?
Given a sorted sequence of 1 million numbers, write a program to find all pairs of numbers that add to 10.
(Programming Language Test) When casting an object of a polymorphic class from a base class, which kind of cast executes only if it's is valid?
Unexpected: How do you see the contents of a .mat file without loading it into the workspace?
What is the superclass of cat and dog?
what are 5 equations that you use on regular basis?
Is there any thing that you'd like to share with me that you couldn't share with the Product Application Specialist Supervisors? All of the questions asked were behavioral questions and a few walk me through your resume questions.
The interview lasted for one hour. There were two interviewer. They first asked me for 30 minutes about what projects I have worked on and what my research is about. For the rest of 30 minutes, two technical questions were asked. 1. Given a number of double type "a" and an integer "b", write a function "pow(a,b)" that returns the value "a" raised to the power of "b". They will ask you to improve the efficiency if your code runs slower than O(b log b). 2. Implement an interface in which the first method "store(int val)" stores "val" in the data structure you chose to use and the other method "twosum(int value)" returns true if and only if two numbers stored in the data structure add up to "value". They will ask you to improve the efficiency if your code runs slower than O(n), where "n" is the number of numbers stored in the data structure.
Why are man-holes round?
Viewing 41 - 50 interview questions