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 11 Feb 2025

Top ServiceNow Interview Questions and Answers

View all 97 questions

ServiceNow Interview Experiences

Popular Designations

120 interviews found

Product Manager Interview Questions & Answers

user image Nidhi Agarkar

posted on 24 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Typical Product Management questions, which app like, which changes would you suggest
  • Q2. Then second round taken by a person who asks questions based on your CV regarding Product management.
  • Q3. Third Round taken by a very senior person and is a case based interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare typical prod man questions and case based questions.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Js questions related to classes, event loop closure, etc
Round 3 - Technical 

(1 Question)

  • Q1. Problem solving questions related to arrays and strings.
Round 4 - Technical 

(1 Question)

  • Q1. Project related questions and js questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - mostly js questions related to fundamentals like event loop, closures, hoisting etc .problem solving questions related arrays strings .

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 (205)
ServiceNow Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Most of the questions were scripting related
  • Q2. There were few questions regarding ServiceNow Core functionalities
Round 3 - Technical 

(1 Question)

  • Q1. The Questions were asked about scripting and debugging
Round 4 - Technical 

(1 Question)

  • Q1. Questions were asked regarding servicenow scripting and functionalities
Round 5 - One-on-one 

(1 Question)

  • Q1. It was an managerial round where they evaluate your behaviour skills and attitude
Round 6 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding process

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ServiceNow fundamentals and basics , Be excellent in your scripting skills

Top ServiceNow Technical Support Engineer Interview Questions and Answers

Q1. How will you get the data in the table using js? what are the other ways to print the output? what is a block in js?
View answer (1)

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Search and sort alogorithm, remove duplicate item in array and how many times its repeated

Round 2 - Technical 

(1 Question)

  • Q1. Rotate array with how many times the array was rotated. testing questions. team management questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - algorithm focused. leet code would be the best source for preparation

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)

ServiceNow interview questions for popular designations

 Software Engineer

 (13)

 Technical Support Engineer

 (8)

 Senior Software Engineer

 (8)

 Product Manager

 (4)

 Software Developer

 (4)

 Software Engineer Intern

 (3)

 Software Quality Engineer

 (3)

 Senior Technical Support Engineer

 (3)

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

I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. LDAP - SSO - OAUTH EMAIL INBOUND ACTIONS NOTIFICATIONS IN SERVICENOW WEBSERVICES - REST and SOAP response codes majorly and header and query parameters basic linux commands good to have SQL or javascript...
Round 3 - HR 

(1 Question)

  • Q1. Difficult scenario faced , why do you want to change company

Senior Technical Support Engineer Interview Questions asked at other Companies

Q1. What tool tableau use for optimization of deployments?
View answer (1)

Get interview-ready with Top ServiceNow Interview Questions

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

I appeared for an interview in Oct 2022.

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 Resume tips
Round 2 - Coding Test 

2 coding questions on DSA - Trees and Strings

Round 3 - Technical 

(2 Questions)

  • Q1. DSA question on Arrays, Strings, Trees Basic Java Questions
  • Q2. N meetings Find sub Array sum 0
  • Ans. 

    Given an array of N meetings, find a subarray with sum 0.

    • Use a hash table to store the cumulative sum of the array elements.

    • If the same sum is encountered again, it means the subarray between the two indices has a sum of 0.

    • Handle edge cases like when the subarray starts from index 0 or when the subarray ends at the last index.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all Basic DSA questions are asked DSA is the most focused area

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 (205)

Jobs at ServiceNow

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Can you tell me about yourself and your professional experience?
  • Ans. 

    I am a detail-oriented professional with experience in operations management and process improvement.

    • Over 5 years of experience in operations management

    • Skilled in process improvement and efficiency

    • Strong attention to detail and problem-solving abilities

    • Previous roles include Operations Coordinator at Company X and Operations Manager at Company Y

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Scenario-based questions were presented for you to answer

Operations Associate Interview Questions asked at other Companies

Q1. How do you get use to bulk of invoices comes at a time and how do you work on it
View answer (7)

I applied via Approached by Company and was interviewed in May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Interview was for one hour and it was entirely on javascript. Questions were related to various javascript concepts such as hoisting, closures, prototypes, inheritance and web performance. Lot of code snip...
  • Q2. There were couple of coding questions as well
Round 3 - Technical 

(2 Questions)

  • Q1. 2nd round was design round with the interviewer from US. Duration of interview was for 1 hour and he gave a problem statement.
  • Q2. He wanted to design an online card game and implement the basic functionality using pure javascript. He mentioned not to use any framework such as recact or vue/angular.
Round 4 - Technical 

(2 Questions)

  • Q1. Interview was for 1 hour. It was coding round and interviewer asked couple of questions.
  • Q2. Questions were based on shortest path and sorting.
Round 5 - Behavioral 

(2 Questions)

  • Q1. 4th round was with hiring manager based in US. Manager asked couple of basic coding questions involving inbuild array functions and objects.
  • Q2. Also gave a problem and asked to optimise the solution.

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Frontend Software Engineer interview:
  • Javascript
  • Javascript Frameworks
  • Data Structures
Interview preparation tips for other job seekers - Need to have good understanding of various javascript concepts.

Senior Frontend Software Engineer Interview Questions asked at other Companies

Q1. Explain memoization and write fibonacci code using memoization
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Nov 2023.

Round 1 - Coding Test 

Simple coding test - DSA questions. Questions on JS

Round 2 - Technical 

(1 Question)

  • Q1. JS Concepts - Closures, Promise

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)

I appeared for an interview in May 2022.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It starts with a brief introduction and then the interviewer move to coding questions

  • Q1. 

    Pascal's Triangle Problem Statement

    You are provided with an integer N. The objective is to return a 2-dimensional list representing Pascal’s triangle up to row N.

    A Pascal's triangle is a triangular arr...

  • Ans. 

    Return a 2D list representing Pascal's triangle up to row N.

    • Iterate through each row up to N, calculating each value based on the values from the previous row

    • Use a nested loop to generate the triangle efficiently

    • Consider edge cases like N=1 separately to return [[1]]

    • Remember to handle the constraints given in the problem statement

  • Answered by AI
  • Q2. 

    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]...

  • Ans. 

    To solve the Set Matrix Zeros problem, we can use O(1) space by utilizing the first row and column to store information about zeros in the rest of the matrix.

    • Iterate through the matrix and use the first row and column to mark rows and columns that need to be zeroed out.

    • After marking, iterate through the matrix again and zero out the rows and columns based on the marks in the first row and column.

    • Remember to handle the ...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It starts with a brief introduction and then the interviewer move to coding questions. It basically consists of two coding questions
and some general questions like why should we hire you?

  • Q1. 

    K-th Smallest Element in BST

    Your task is to find the ‘K-th’ smallest element in a given Binary Search Tree (BST).

    Explanation:

    A Binary Search Tree is a binary tree in which for each node, all elements...

  • Ans. 

    Find the K-th smallest element in a Binary Search Tree.

    • Implement a function to find the K-th smallest element in a BST

    • Traverse the BST in-order and keep track of the count of nodes visited

    • Return the value of the K-th smallest node

    • Handle cases where the K-th smallest element does not exist by returning -1

  • Answered by AI
  • Q2. 

    Pythagorean Triplets Detection

    Determine if an array contains a Pythagorean triplet by checking whether there are three integers x, y, and z such that x2 + y2 = z2 within the array.

    Input:

    The first lin...
  • Ans. 

    Detect if an array contains a Pythagorean triplet by checking if there are three integers x, y, and z such that x^2 + y^2 = z^2.

    • Iterate through all possible combinations of three integers in the array and check if x^2 + y^2 = z^2.

    • Use a nested loop to generate all possible combinations efficiently.

    • Return 'yes' if a Pythagorean triplet is found, otherwise return 'no'.

  • Answered by AI

Interview Preparation Tips

Eligibility criterianaServiceNow interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

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 (205)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

ServiceNow

No Jobs

REVIEWS

ServiceNow

No Reviews

INTERVIEWS

ServiceNow

No Interviews

JOBS

ServiceNow

No Jobs

SALARIES

ServiceNow

SALARIES

ServiceNow

SALARIES

ServiceNow

COMPANY BENEFITS

ServiceNow

No Benefits

SALARIES

ServiceNow

Tell us how to improve this page.

ServiceNow Interview Process

based on 117 interviews

Interview experience

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

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
View all

ServiceNow Reviews and Ratings

based on 384 reviews

4.1/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 384 Reviews and Ratings
Sr Staff Software Engineer

Hyderabad / Secunderabad,

Ahmedabad

12-17 Yrs

₹ 60-80 LPA

Sr Software Engineer_Java Backend

Hyderabad / Secunderabad,

Ahmedabad

3-6 Yrs

Not Disclosed

Sr Software Engineer_Java & Python

Hyderabad / Secunderabad,

Ahmedabad

4-8 Yrs

₹ 29.7-45.5 LPA

Explore more jobs
Software Engineer
388 salaries
unlock blur

₹12.1 L/yr - ₹48 L/yr

Senior Software Engineer
378 salaries
unlock blur

₹16 L/yr - ₹60 L/yr

Technical Support Engineer
125 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

Staff Software Engineer
75 salaries
unlock blur

₹28 L/yr - ₹90 L/yr

Explore more salaries
Compare ServiceNow with

Salesforce

4.0
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

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