Premium Employer

i

This company page is being actively managed by ServiceNow Team. If you also belong to the team, you can get access from here

ServiceNow Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ServiceNow Interview Questions, Process, and Tips

Updated 22 Mar 2025

Top ServiceNow Interview Questions and Answers

View all 98 questions

ServiceNow Interview Experiences

Popular Designations

121 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Daily based senarios

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions regarding DSA and java
  • Q2. Find if Linked list is circular
  • Ans. 

    Check if a linked list is circular by using two pointers moving at different speeds.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move slow pointer by one node and fast pointer by two nodes in each iteration.

    • If the fast pointer reaches the end of the list or meets the slow pointer, the list is circular.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. One more round on DSA on stack queues and trees

Skills evaluated in this interview

Top ServiceNow Senior Software Engineer Interview Questions and Answers

Q1. Explain event loop, what are different types of queues in event loop
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about Manual and core java concepts

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About project what are optimization you have done

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

ServiceNow interview questions for popular designations

 Software Engineer

 (13)

 Senior Software Engineer

 (9)

 Technical Support Engineer

 (8)

 Product Manager

 (4)

 Software Developer

 (4)

 Software Engineer Intern

 (3)

 Software Quality Engineer

 (3)

 Senior Technical Support Engineer

 (3)

SDE Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online coding test with 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. What is storage differnece for files in ram
  • Ans. 

    Files in RAM are stored temporarily for quick access by the CPU.

    • RAM (Random Access Memory) is volatile memory used for temporary storage of data and instructions.

    • Files stored in RAM are accessed much faster than files stored on a hard drive.

    • RAM is cleared when the computer is turned off, so files stored in RAM are not persistent.

    • Examples of files stored in RAM include open applications, running processes, and cached da

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Get interview-ready with Top ServiceNow Interview Questions

Developer Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked medium level DSA question

Interview Preparation Tips

Topics to prepare for ServiceNow Developer interview:
  • DSA
  • system Design
Interview preparation tips for other job seekers - Study DSA

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Jobs at ServiceNow

View all

Sales Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about industry experience.
  • Q2. Questions about customer base.

Interview Preparation Tips

Topics to prepare for ServiceNow Sales interview:
  • review the annual report
  • ITIL

Sales Interview Questions asked at other Companies

Q1. Shall anyone should go for BDA Or Sales for Learning / Monetary benefit?
View answer (7)

Director Interview Questions & Answers

user image Anonymous

posted on 13 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Case Study 

ITSM use case to reduce ticket count in a org. Gen AI use cases

Round 2 - Technical 

(1 Question)

  • Q1. Basic scripting Qs

Interview Preparation Tips

Interview preparation tips for other job seekers - Have knowledge on Snow

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Regression Testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing features still work correctly

    • Helps in identifying and fixing any defects introduced by new code changes

    • Automated tools like Selenium can be used for regression testing

    • Examples: Testing a login feature after adding a

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write an algo for tower on hanoi in 7 steps
  • Ans. 

    The Tower of Hanoi is a classic problem that involves moving disks from one peg to another, following specific rules.

    • Start by moving the top n-1 disks from the source peg to the auxiliary peg.

    • Move the largest disk from the source peg to the target peg.

    • Move the n-1 disks from the auxiliary peg to the target peg.

    • Repeat the process recursively for the n-1 disks on the auxiliary peg.

    • Continue until all disks are moved to th

  • Answered by AI

Skills evaluated in this interview

Top ServiceNow Software Engineer Interview Questions and Answers

Q1. Set Matrix Zeros Problem Statement Given an N x M integer matrix, if an element is 0, set its entire row and column to 0's, and return the matrix. Specifically, if a cell has a value 0 (i.e., matrix[i][j] == 0), change all cells in the ith ... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

ServiceNow Interview FAQs

How many rounds are there in ServiceNow interview?
ServiceNow interview process usually has 2-3 rounds. The most common rounds in the ServiceNow interview process are Technical, One-on-one Round and Coding Test.
How to prepare for ServiceNow interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ServiceNow. The most common topics and skills that interviewers at ServiceNow expect are Licensing, Javascript, microsoft, Python and Unit Testing.
What are the top questions asked in ServiceNow interview?

Some of the top questions asked at the ServiceNow interview -

  1. Given a container and 3 shapes of balls small , medium , large using each type ...read more
  2. If a variable is protected in parent class and another variable with same name ...read more
  3. There are 9 balls one ball is lighter out of them and we have a balance how wou...read more
How long is the ServiceNow interview process?

The duration of ServiceNow interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ServiceNow Interview Process

based on 118 interviews

Interview experience

4
  
Good
View more
Join ServiceNow The world works with ServiceNow.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 860 Interviews
Amdocs Interview Questions
3.7
 • 515 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 226 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
AVASOFT Interview Questions
2.9
 • 162 Interviews
Freshworks Interview Questions
3.5
 • 161 Interviews
View all

ServiceNow Reviews and Ratings

based on 413 reviews

4.1/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

4.1

Salary

4.0

Job security

4.1

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 413 Reviews and Ratings
Staff ServiceNow Platform Administrator

Hyderabad / Secunderabad,

Ahmedabad

6-10 Yrs

Not Disclosed

Staff Software Engineer

Hyderabad / Secunderabad,

Ahmedabad

8-13 Yrs

₹ 75-63 LPA

Staff Software Engineer - Java Developer

Hyderabad / Secunderabad,

Ahmedabad

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
422 salaries
unlock blur

₹12 L/yr - ₹48 L/yr

Senior Software Engineer
394 salaries
unlock blur

₹16 L/yr - ₹60 L/yr

Technical Support Engineer
127 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Content Data Analyst
90 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Software Developer
87 salaries
unlock blur

₹10.3 L/yr - ₹36.5 L/yr

Explore more salaries
Compare ServiceNow with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview