Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso ServiceNow (San Diego, CA) nel mese di set 2014
Colloquio
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.
Domande di colloquio [1]
Domanda 1
What is the difference between display:none and visibility:hidden.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso ServiceNow (San Diego, CA) nel mese di set 2011
Colloquio
It was an interview with 4 people, managers and general manager.
Very friendly and encouraging.
Domande di colloquio [2]
Domanda 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"