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
4.2

based on 362 Reviews

Filter interviews by

ServiceNow Senior Software Engineer Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top ServiceNow Senior Software Engineer Interview Questions and Answers

  • Q1. Explain event loop, what are different types of queues in event loop
  • Q2. Minimum number of platforms required for a railway station.
  • Q3. Find if a given regex (containing ., * and lower case english chars) matches a given string.
View all 15 questions

ServiceNow Senior Software Engineer Interview Experiences

8 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Find longest palindromic substring in a given string.
  • Ans. 

    Use dynamic programming to find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes.

    • Store the length of the longest palindrome found so far.

    • Return the substring based on the start and end indices of the longest palindrome.

  • Answered by AI
  • Q2. How to serialize and deserialise a tree
  • Ans. 

    To serialize and deserialize a tree, use a recursive approach to traverse the tree and store the data in a suitable format.

    • Use pre-order traversal to serialize the tree by storing the node values in a list or string.

    • For deserialization, reconstruct the tree by recursively building nodes from the serialized data.

    • Consider using JSON or XML format for serialization to easily store and retrieve tree structure.

  • Answered by AI
  • Q3. Find if a given regex (containing ., * and lower case english chars) matches a given string.
  • Ans. 

    Use regex library to match given regex with string.

    • Use a regex library like re in Python to match the given regex with the string.

    • Check if the regex matches the string using the library functions.

    • Handle cases where the regex contains special characters like . and * appropriately.

  • Answered by AI
  • Q4. Explain about throttling and implement throttle function.
  • Ans. 

    Throttling is a technique used to control the rate of requests sent to a server.

    • Throttling helps prevent server overload by limiting the number of requests processed at a time.

    • Implementing a throttle function involves setting a maximum request rate and delaying excess requests.

    • Example: Implementing a throttle function in a web application to limit the number of API calls made to a third-party service.

    • Example: Throttlin...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Find squares of elements in a sorted array and return the sorted response.
  • Ans. 

    Sort the squares of elements in a sorted array and return the sorted response.

    • Iterate through the array and square each element.

    • Store the squared values in a new array.

    • Sort the new array and return it.

  • Answered by AI
  • Q2. Write a short promise example and implement your own promise
  • Ans. 

    A promise is a commitment to do something in the future, typically used for asynchronous operations in JavaScript.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They represent a value that may be available now, in the future, or never.

    • Promises have three states: pending, fulfilled, or rejected.

    • Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });

  • Answered by AI
  • Q3. Explain event loop, what are different types of queues in event loop
  • Ans. 

    Event loop is a mechanism that allows for asynchronous execution of code by managing the order of events in a single thread.

    • Event loop continuously checks the call stack for any functions that need to be executed, and processes them in a non-blocking manner.

    • Different types of queues in event loop include microtask queue (Promise callbacks), macrotask queue (setTimeout, setInterval callbacks), and animation frame queue

  • Answered by AI
  • Q4. What is virtual DOM and why its faster
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, used to improve performance by minimizing direct manipulation of the real DOM.

    • Virtual DOM is a concept used in frameworks like React to optimize rendering performance.

    • Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.

    • This approach reduces the number of actual DOM manipulations, resulting in faster...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Software Engineer interview:
  • React.Js
  • Javascript
  • DSA

Skills evaluated in this interview

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

I was interviewed in Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Presented me with an existing code containing the unit tests and actual code in python and asked me to debug and fix all the issues in code so that all unit test cases will pass
Round 2 - Technical 

(1 Question)

  • Q1. Its an architecuture/desing round, interviewed asked me about the architecture of one of service i have created in my previous company then he cross questioned on the architecture. Then he asked me if I w...
Round 3 - Technical 

(1 Question)

  • Q1. Its managerial round, the manager asked about my mentor skills like tell me cases where you have confilct with your mentees or lead or manager.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding js coding

ServiceNow interview questions for designations

 Software Engineer

 (13)

 Senior Software Developer

 (1)

 Software Engineer Intern

 (3)

 Software Quality Engineer

 (2)

 Associate Software Engineer

 (1)

 Software Engineer II

 (1)

 Staff Software Engineer

 (1)

 Senior Frontend Software Engineer

 (1)

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 - Case Study 

They called me for javascript development when i was a java developer. But they took 2 rouds which went well.

Round 3 - Technical 

(2 Questions)

  • Q1. They asked some dsa questions
  • Q2. I don't remember anything

Get interview-ready with Top ServiceNow Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed 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

Senior Software Engineer Jobs at ServiceNow

View all

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum number of platforms required for a railway station.
  • Ans. 

    Minimum 2 platforms required for a railway station.

    • At least 2 platforms are required for trains to arrive and depart simultaneously.

    • Additional platforms may be required based on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

    • Platforms should also have appropriate facilities for passengers, such as seating, shelter, and signage.

  • Answered by AI
  • Q2. Set of numbers from an array that can form nearest sum to the given number
  • Ans. 

    Find set of numbers from an array that can form nearest sum to the given number.

    • Sort the array in ascending order

    • Use two pointers approach to find the nearest sum

    • Return the set of numbers

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Trapping Rain water problem
  • Ans. 

    Trapping Rain Water Problem

    • The problem involves calculating the amount of water trapped between bars in a histogram

    • The solution involves finding the maximum height of bars on both sides of each bar and subtracting the height of the bar itself

    • This can be done using two arrays to store the maximum height of bars on the left and right side of each bar

  • Answered by AI
  • Q2. Least cost to travel from source to destination(DP problem)
  • Ans. 

    The problem is to find the least cost to travel from source to destination using dynamic programming.

    • Use dynamic programming to solve the problem

    • Create a 2D array to store the minimum cost to reach each cell

    • Fill the array using the recurrence relation: minCost[i][j] = cost[i][j] + min(minCost[i-1][j], minCost[i][j-1], minCost[i-1][j-1])

    • The final answer will be stored in minCost[m][n], where m and n are the coordinates ...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Interfaces, diamond problem, abstraction, OOPs concepts, inheritance, abstract classes, Race condition, Normalization
  • Q2. Arrays coding question and a DP problem in mid to high level of difficulty.
  • Q3. System design question
Round 4 - Technical 

(1 Question)

  • Q1. DP problems (mid - high difficulty)
Round 5 - Technical 

(1 Question)

  • Q1. Level order traversal of Binary tree
  • Ans. 

    Level order traversal of Binary tree

    • Use a queue to traverse the tree level by level

    • Enqueue the root node and then dequeue it and enqueue its children

    • Repeat until the queue is empty

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with you DS and Algo. Have knowledge of your projects and should be able to LLD and HLD. Get your basics straight on OOPs, OS, DBMS.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Reverse the linked list.
Round 2 - Technical 

(1 Question)

  • Q1. Internel working of Hashmap
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

DSA round leetcode style question

Round 2 - Technical 

(1 Question)

  • Q1. Design + Coding round for rate limiter

Interview Preparation Tips

Interview preparation tips for other job seekers - Final round - System Design

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Senior Software Engineer interview?
ServiceNow interview process usually has 2-3 rounds. The most common rounds in the ServiceNow interview process are Technical, Resume Shortlist and Case Study.
How to prepare for ServiceNow Senior Software Engineer 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 Javascript, Unit Testing, Licensing, Data Structures and Automation Testing.
What are the top questions asked in ServiceNow Senior Software Engineer interview?

Some of the top questions asked at the ServiceNow Senior Software Engineer interview -

  1. Explain event loop, what are different types of queues in event l...read more
  2. Minimum number of platforms required for a railway stati...read more
  3. Find if a given regex (containing ., * and lower case english chars) matches a ...read more

Tell us how to improve this page.

ServiceNow Senior Software Engineer Interview Process

based on 4 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 3 ServiceNow interviews
Referral
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join ServiceNow The world works with ServiceNow.
ServiceNow Senior Software Engineer Salary
based on 310 salaries
₹16 L/yr - ₹59 L/yr
154% more than the average Senior Software Engineer Salary in India
View more details

ServiceNow Senior Software Engineer Reviews and Ratings

based on 24 reviews

3.9/5

Rating in categories

3.1

Skill development

4.2

Work-Life balance

3.8

Salary & Benefits

4.7

Job Security

4.6

Company culture

3.6

Promotions/Appraisal

3.9

Work Satisfaction

Explore 24 Reviews and Ratings
Sr Software Engineer_UI

Hyderabad / Secunderabad,

Ahmedabad

4-8 Yrs

₹ 20-57.8 LPA

Sr Software Engineer_UI

Hyderabad / Secunderabad,

Ahmedabad

5-8 Yrs

Not Disclosed

Sr Software Engineer

Hyderabad / Secunderabad,

Ahmedabad

4-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
395 salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Senior Software Engineer
310 salaries
unlock blur

₹16 L/yr - ₹59 L/yr

Technical Support Engineer
114 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Content Data Analyst
89 salaries
unlock blur

₹2.8 L/yr - ₹4.3 L/yr

Staff Software Engineer
65 salaries
unlock blur

₹28 L/yr - ₹90 L/yr

Explore more salaries
Compare ServiceNow with

Salesforce

4.1
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview