It was a Skype interview scheduled at 10.30 AM. HR called at 10.33 AM that it would be delayed by 10 minutes. Got a ping from Sumit at 10.50 AM who started the interview without acknowledging the fact that I am waiting since 20 minutes (zero professionalism).
The interview went for about 45 minutes, the questions asked were very vague. Write algorithm, pseudo code, etc etc.
PFor circular linkedlist, ATM transactions he wanted me to write plain English algorithm on screen share. Did not even know how to structure questions in an interview. Most irritating part was if you are not able to answer any of those senseless questions, you will here a giggle or sometimes laugh. Total waste of time.
During 45 minutes of interview there were just 2-3 questions I found to be relevant.
Atlast got rid off him saying I am getting late for office.
Questions:
Write algorithm and pseudo code for a circular linked list.
Write word representation of a digit. 123->one two three
Given 2arrays. Merge them and sort them without using apis.
How does spring MVC works?
What is difference between @Controller and @RestController
What exception in java. (He actually wanted exception hierarchy)
What will happen if you pass null/empty password in a webpage.
Write an algorithm for hard coded values of the ATM transaction below: (Don't know what he meant)
ATM Machine
total amount: 6000
2000 x 2
500 x 3
200 x 2
100 x1