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

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

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Low level Design of hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for quick retrieval of values based on keys.

    • Hashmap is typically implemented using an array of linked lists or a balanced binary search tree.

    • Each key is hashed to determine its index in the array, where the corresponding value is stored.

    • Collision handling is important in hashmap design to address cases where multiple keys hash to the same index.

    • Hashing ...

  • Answered by AI
  • Q2. Write topological sort in directed acyclic graph
  • Ans. 

    Topological sort is a linear ordering of vertices in a directed acyclic graph where for every directed edge uv, vertex u comes before vertex v.

    • Create a list to store the topological ordering of vertices.

    • Find a vertex with no incoming edges and add it to the list.

    • Remove the vertex and its outgoing edges from the graph.

    • Repeat the process until all vertices are added to the list.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ServiceNow Software Engineer interview:
  • System Design

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 (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Standard question from sql and python in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Question based on joins and subquery
Round 3 - HR 

(2 Questions)

  • Q1. More question about project
  • Q2. What do you know about genAI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be honest

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
ServiceNow Interview Questions and Answers for Freshers
illustration image

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. 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 - One-on-one 

(3 Questions)

  • Q1. Background about your current Organization
  • Q2. Your skill set and how it matches with the current Organization Skill set
  • Q3. Questions in Excel, Project Management, Process Flow Understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was not really aware of what to do in an interview.

He/She did not know about the job responsibilities well when asked regards the role in depth.

Everything was asked generally picking up from resume and nothing great from a technical standpoint.

Not really sure of why the company was hiring when the interviewer had no idea about a lot of things. In terms of the skill set it was more than what was asked for and the interview extended from the given time frame with back to back questions yet ending up in no offer.

Not very clear about what the position is all going to be about.

I think the HR/Hiring Manager needs to be well aware of whom they have to send for the interview.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you manage a situation when the project you were leading didn't get green signal from leadership.
  • Q2. Core competence questions on FP&A

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful, if you lie and got caught then chances of proceeding are low.

Finance Manager Interview Questions asked at other Companies

Q1. What are the major adjustments need to be done while finalization of Accounts ?
View answer (2)

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Check if the sum of any two elements in the array is present within the same array.

Software Quality Engineer Interview Questions asked at other Companies

Q1. Palindromic Partitioning Problem Statement Given a string ‘str’, calculate the minimum number of partitions required to ensure every resulting substring is a palindrome. Input: The first line contains an integer ‘T’, the number of test case... read more
View answer (1)

Get interview-ready with Top ServiceNow Interview Questions

QA/QC Manager Interview Questions & Answers

user image Alekya Gaddam

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self which is not mentioned on resume
  • Q2. How do you handle seniors

QA/QC Manager Interview Questions asked at other Companies

Q1. What are the materials you have worked in. Low alloy steel, P91, Monel
View answer (2)

Jobs at ServiceNow

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Triple sums and hackerrank plat form

Round 2 - HR 

(1 Question)

  • Q1. Best time to buy the stock and sell

Senior Associate Software Engineer Interview Questions asked at other Companies

Q1. If you have 2-3 tasks in the plate how do you decide the priority?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. LRU Cache question and couple on array
Round 3 - Technical 

(1 Question)

  • Q1. System Design question related to Lift
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial, project related and SQL

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 (196)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about experience
Round 2 - Technical 

(1 Question)

  • Q1. SQL, Unix and Javascript.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Technical Support Engineer interview:
  • Javascript
  • unix commands
  • SQL

Senior Technical Support Engineer Interview Questions asked at other Companies

Q1. What tool tableau use for optimization of deployments?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays,strings,Linkedlist

Round 2 - One-on-one 

(2 Questions)

  • Q1. Implementation of trees ,stacks .
  • Ans. 

    Trees and stacks are fundamental data structures used in software engineering for organizing and storing data efficiently.

    • Trees are hierarchical data structures with nodes connected by edges. Examples include binary trees, AVL trees, and B-trees.

    • Stacks are linear data structures that follow the Last In First Out (LIFO) principle. Examples include function call stack and undo/redo stack.

  • Answered by AI
  • Q2. Dbms(Acid properties), reverse words in a String.

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
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

DESIGNATION

JOBS

ServiceNow

No Jobs

INTERVIEWS

ServiceNow

No Interviews

SALARIES

ServiceNow

INTERVIEWS

GlobalLogic

No Interviews

INTERVIEWS

CGI Group

No Interviews

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

UST

No Interviews

DESIGNATION

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 382 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 382 Reviews and Ratings
Software Engineer

Hyderabad / Secunderabad,

Ahmedabad

8-13 Yrs

Not Disclosed

Senior AI Implementation Engineer (Servicenow Dev)

Hyderabad / Secunderabad,

Ahmedabad

3-7 Yrs

Not Disclosed

Senior ServiceNow Developer (AI Implementation)

Hyderabad / Secunderabad,

Ahmedabad

3-7 Yrs

₹ 4-20 LPA

Explore more jobs
Software Engineer
414 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
345 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
121 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Data Analyst
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
76 salaries
unlock blur

₹0 L/yr - ₹0 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