i
ServiceNow
Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Sep 2022. There were 4 interview rounds.
I applied via Company Website and was interviewed in Jul 2022. There were 6 interview rounds.
I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.
Search and sort alogorithm, remove duplicate item in array and how many times its repeated
ServiceNow interview questions for popular designations
I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.
Get interview-ready with Top ServiceNow Interview Questions
I appeared for an interview in Oct 2022.
2 coding questions on DSA - Trees and Strings
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.
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
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
I applied via Approached by Company and was interviewed in May 2022. There were 5 interview rounds.
I appeared for an interview before Nov 2023.
Simple coding test - DSA questions. Questions on JS
I appeared for an interview in May 2022.
Round duration - 60 Minutes
Round difficulty - Easy
It starts with a brief introduction and then the interviewer move to coding questions
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...
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
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]...
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 ...
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?
Your task is to find the ‘K-th’ smallest element in a given Binary Search Tree (BST).
A Binary Search Tree is a binary tree in which for each node, all elements...
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
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.
The first lin...
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'.
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
Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand
Top trending discussions
Some of the top questions asked at the ServiceNow interview -
The duration of ServiceNow interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 117 interviews
Interview experience
based on 384 reviews
Rating in categories
Software Engineer
388
salaries
| ₹12.1 L/yr - ₹48 L/yr |
Senior Software Engineer
378
salaries
| ₹16 L/yr - ₹60 L/yr |
Technical Support Engineer
125
salaries
| ₹8 L/yr - ₹24.5 L/yr |
Content Data Analyst
90
salaries
| ₹2.8 L/yr - ₹4.1 L/yr |
Staff Software Engineer
75
salaries
| ₹28 L/yr - ₹90 L/yr |
Salesforce
Oracle
SAP
Microsoft Corporation