Glassdoor users rated their interview experience at ServiceNow as 100% positive with a difficulty rating score of 2 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for ServiceNow Technical Consultant and rated their interviews as the hardest, whereas interviews for ServiceNow Technical Consultant and roles were rated as the easiest.
I applied online. I interviewed at ServiceNow (Amsterdam) in Mar 2014
Interview
Interview was on site and seemed normal and relaxed first, but after second interviewer arrived it became a bit blunt. Non-related questions were asked and all in all the process was unprofessional. Never heard back from them, not even feedback from the recruiter. Bad sign for any company if you're applying for a job in their HR department and for them HR actually works like this.
Interview questions [1]
Question 1
How would you describe your current role and how does that fit into the role you're interviewing for?
I applied through an employee referral. I interviewed at ServiceNow
Interview
Process took two weeks. First round is a phone interview with one coding question. I was asked to optimize it after writing the code. Later, asked me to write test cases for that problem. Next there was a one hour technical interview. Discussed on a project that I have on my resume.
Interview questions [1]
Question 1
Discussed most of the time about a project on my resume.
I applied through a staffing agency. The process took 3 days. I interviewed at ServiceNow (Hyderābād) in Mar 2016
Interview
It was three round interview process and went very well with casual discussions. First round of technical with multiple general problems to solve. Not so difficult, but it makes you to think. Second round is full of java script related questions. Need a bit more depth of javascript knowledge.
And third round of manager discussion with only one question but it was very long ( almost 3 hr ) discussion. Explaining about the technologies they use, work culture, understanding the current work and it's more of setting the expectations.
Interview questions [1]
Question 1
1.1 ) Concat the number 9, 90,900, 110,11,45 in a way that you will get the highest number out of it. ( 9909004511110
1.2) Design DB,Classes for a set of actions which can be represented in a tree to show the dependencies and display the overall status in the parent node.
2.1) Javascript inheritance
2.2) JavaScript hoisting
2.3) Javascript classes
3.1) Purpose of linked list Write a java program for linked list. push method to add a node at end and get method to retrieve ( with delete and without delete ). We have use both loop and recursion.