J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez ServiceNow (San Diego, CA) en sept. 2014
Entretien
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.
Questions d'entretien [1]
Question 1
What is the difference between display:none and visibility:hidden.
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez ServiceNow (San Diego, CA) en sept. 2011
Entretien
It was an interview with 4 people, managers and general manager.
Very friendly and encouraging.
Questions d'entretien [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"