I applied through an employee referral. The process took 2 weeks. I interviewed at ServiceNow (San Diego, CA) in Sept 2011
Interview
It was an interview with 4 people, managers and general manager.
Very friendly and encouraging.
Interview questions [2]
Question 1
"You have a string of numbers, and you would like to return every even number within the set" A: to iterate thru the string, and modulus each number by 2, if it returns 0, the number is even and thus should be added to a list/array and output at the end"
I applied through an employee referral. The process took 1 week. I interviewed at ServiceNow (San Diego, CA) in Sept 2014
Interview
There was a panel interview with team leads and managers from each support sub-team. Questions were based on general IT/web knowledge and not service now specific knowledge.
Interview questions [1]
Question 1
What is the difference between display:none and visibility:hidden.