They asked: "What are your strengths and weaknesses?"
Application Consultant Interview Questions
25,285 application consultant interview questions shared by candidates
Tell me about yourself first.
You need to validate an already filled sudoku, whether the numbers are filled are correct or not, given a condition that, every cell can be accessed only once.
Backtracking problem to solve sudoku
Q3: You are provided with 8 identical balls and a measuring instrument. 7 of the eight balls are equal in weight and one of the eight given balls is defective and weighs less. The task is to find the defective ball in exactly two measurements.
Tell me about your experiences
They asked me about my experience with application support processes and how I handle troubleshooting incidents.
Asked to implement functions to recognize gestures. The difference between a circular motion and a swipe.
Where would I be willing to move.
Output of var text = 'outside'; function logIt(){ console.log(text); var text = 'inside'; }; logIt();
Viewing 2151 - 2160 interview questions