None. Very dry and not the most creative staff when it comes to interviewing. Basic text book questions like how do you handle stress, how do you handle difficult people.
Development Interview Questions
137,275 development interview questions shared by candidates
You are in a room with no furniture and 4 friends. You have a ping pong ball in a hole in the center of the room with a de-activating chip in it. The hole is the diameter of the ping pong ball plus one cm on each side and is 8 inches deep. You must take the ping pong ball from the hole to outside the room to de-activate a nuclear device outside in 5 minutes. Without making any assumptions, how do you do this?
What I liked about what I do
Are you ready to join the job in between your studies?
why did u select it Bangalore?
What was the last argument that you and your wife had and who won it?
What is your weakest quality
2nd question: 250 points. Smart Assembly Language Given a program compile it and print its output to STDOUT. The given language has 8 types of statements: ECHO 1 => prints the given number to STDOUT. Eg: ECHO 1 prints 1 to STDOUT EXIT => exits the program SET a 0 => assign variable a value 0, i.e. equivalent to a = 0 ADD 1 2 b => add 1(first) and 2(second) and assign its value to b(third), equivalent to b = 1 + 2. Value 3 will be assigned to variable b GOTO and LABEL LABEL 12 <statement> <statement> <statement> GOTO 12 The GOTO statement jumps to corresponding LABEL (defined by argument). The LABEL can occur either before or after GOTO statement. IF and END IF a 10 <statement> <statement> <statement> END If a(first argument) is equal to 10(second argument) then only statements between IF and END will be executed otherwise they will bot be executed. CONTINUE IF a 10 <statement> <statement> CONTINUE <statement> END CONTINUE is used inside IF END block. CONTINUE jumps to the corresponding IF statement of the block. Note: All arguments are whole numbers only. Variables names can only consist alphabetic[a-z] characters. All variables are intially 0. You don't need to SET a variable before using it. Example 1 Input SET a 0 LABEL 100 ADD a 1 a ECHO a IF a 5 EXIT END GOTO 100 Output 1 2 3 4 5 Example 2 Input SET a 1 SET b 2 SET goal 5 SET flag 0 IF flag 0 ADD a b c IF a goal ADD a a a SET flag 1 END ECHO a SET a b SET b c CONTINUE END Output 1 2 3 10
I was asked about my level of comfort with cold calling, closing ratios, and having sales goals.
What is your ideal work environment?
Viewing 691 - 700 interview questions