I applied through a staffing agency. The process took 1 day. I interviewed at ServiceNow (Bengaluru) in Feb 2017
Interview
I interviewed in Bangalore. Feb 2017. Interview process was a little long. They ask you to fill up a form with personal details and resume. People are called. There were 5 rounds. Interviewers were funny and helpful. HR was nice.
Interview questions [1]
Question 1
Round 1)
Sort hashmap by values.
Print matrix in spiral form.
There are "n" numbers in an array. There is a number "p" given. Find out if sum of subset of numbers in array equals "p".
Round 2)
Projects
Round 3)
Monty Hall Problem.
In an array, find the length of longest increasing sequence. For ex : Array {10,11,12, 1,2,3,4,5}. There are 2 sequences , 10,11,12 and 1,2,3,4,5. So, answer would be 5. Write recursive as well as iterative code.
Javascript theory questions.
Round 4)
There are 2 databases, A and B. A is stage DB and B is production DB which clients are using. You have to transfer 2 billion data from A to B in less than 10 HOURS. How?
Also, there is a refresh planned every 2 weeks. 2 billion records are transferred every 2 weeks. There is no downtime. How would you make sure that clients don't face any interruptions during the refresh.
Java/Javascript theory questions
Round 5)
Director round.
Why ServiceNow. Why Hyderabad. Family backgrounds. Etc, etc.
Compensation discussion.
I applied through a staffing agency. The process took 4 days. I interviewed at ServiceNow (Hyderâbâd) in Aug 2016
Interview
One of the recruitment agency arranged for an interview with servicenow.
I had one round of interview and got to know the position was for mostly javascript work.
The interviewer lasted around 1 hour with some basic questions around Java. I dont think the interviewers were java developers, so they asked some basic questions around java.
Interview questions [1]
Question 1
Some basic questions around collections, polymorphism concepts. Basic programming questions.
I applied through an employee referral. The process took 3 weeks. I interviewed at ServiceNow (Santa Clara, CA) in Jun 2016
Interview
Friend referred me. One round of telephonic interview was scheduled. It went good still didn't here back.Interviewer is not allowing me to think. He is constantly interrupting. They did not even reply.
Interview questions [1]
Question 1
find the first non repeating character from the string.