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 Senior Software Developer Interview Questions and Answers

Updated 22 Sep 2023

ServiceNow Senior Software Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Aug 2023. 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 tips
Round 2 - Coding Test 

Medium data structure problem was given and asked to solve. System design questions was asked.

Round 3 - Coding Test 

Medium data structure problem was asked. Java questions were asked and previous projects were discussed.

Round 4 - System Design 

(3 Questions)

  • Q1. System Design question was asked. Java concepts were asked.
  • Q2. Java Concepts were asked.
  • Q3. Previous projects were discussed.
Round 5 - Behavioral 

(1 Question)

  • Q1. Previous projects were discussed. Roles and responsibilities were discussed.

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Software Developer interview:
  • Data Structures
  • Algorithms
  • System Design
  • Java
Interview preparation tips for other job seekers - Prepare well and it becomes easy to crack.

Interview questions from similar companies

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

(1 Question)

  • Q1. All about react

I applied via Naukri.com and was interviewed in Aug 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core deep concepts of c++ and few basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the concepts of c++ and dsa
Also be precise with your past experience and vocal about the things you've achieved and learnt.
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 before Oct 2022. There were 4 interview rounds.

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. 1 round consist base of development like OOPS, Basic Concept of solid, Design Pattern, Database, AZURE/AWS, Testing Frameworks, ORM etc.
  • Q2. What is Oops in c#?
  • Ans. 

    Object-Oriented Programming concepts in C#

    • Oops stands for Object-Oriented Programming.

    • It includes concepts like classes, objects, inheritance, polymorphism, encapsulation.

    • Example: Creating a class 'Car' with properties like 'make', 'model' and methods like 'drive'.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. More discussion on basic topic along with some advance area like architecture, security, performance,
Round 4 - HR 

(1 Question)

  • Q1. Mostly want to know how you are fit with there culture, more focus on personality.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare from basic things, If you don't know answer please tell them know, don't try to waste your time as well as interviewer

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string without any library function.
  • Ans. 

    Reverse a string without any library function.

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q2. About current project and it's architecture. Challenges you've faced in current project and how did you've solved it. Basic of OOPS
Round 2 - Mangerial 

(1 Question)

  • Q1. Personality check, tell me something about yourself which is not there in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with current project architecture....easy data structure problem solving skills and groom your concepts in programming language you use.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

Round 2 - Technical 

(3 Questions)

  • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
  • Ans. 

    Design a file system to calculate total size and find top k collections in size.

    • Create a file system class with methods to add files and calculate total size.

    • Maintain a data structure to store the collections and their sizes.

    • Implement a method to find the top k collections based on size.

    • Consider using a priority queue or sorting the collections based on size.

    • Handle edge cases like empty collections or invalid input siz

  • Answered by AI
  • Q2. Find total size
  • Ans. 

    Calculate the total size of an array of strings.

    • Iterate through the array and sum the length of each string.

    • Use the `length` property of each string to get its size.

    • Handle edge cases such as empty strings or null values.

  • Answered by AI
  • Q3. Find Top k collections
  • Ans. 

    The question is asking to find the top k collections.

    • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

    • Select the top k collections from the sorted list.

    • Return the selected collections as an array of strings.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to reverse the string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical related to your skill
  • Q2. 2 rounds of technical interview

I applied via Approached by Company and was interviewed in Nov 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. This round will be taken by an architect or manager of the department that you will be going in. You won’t be expected to code but you will be given scenarios and you have to explain the approach that you ...

Interview Preparation Tips

Topics to prepare for UKG Senior Software Engineer interview:
  • Java
  • Forgerock
  • Bash
  • Linux
Interview preparation tips for other job seekers - Questions will be asked from your resume so please double check what you have mentioned in your resume

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1. Linked List Problems which is insert at kth position from the end asked both recursive and iterative approach.
  • Q2. 2. String Comparison Question.
  • Q3. 3. Project internals and its flow.
  • Ans. 

    Project internals and its flow

    • The project's internal flow refers to the sequence of events that occur within the project.

    • It includes the various stages of development, testing, and deployment.

    • The flow can be visualized using diagrams such as flowcharts or UML diagrams.

    • Understanding the project's flow is crucial for effective project management and troubleshooting.

    • Examples of project flow include the Waterfall model, Ag

  • Answered by AI
  • Q4. 4. Medium low level design problem on LinkedIn list
  • Ans. 

    Design a LinkedIn list with medium low level complexity

    • Identify the key features and functionalities of the list

    • Determine the data structure to be used for storing the list items

    • Consider the sorting and filtering options for the list

    • Design the UI/UX for the list display

    • Ensure scalability and performance of the list

  • Answered by AI
  • Q5. 5. C++ core concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - There are three rounds

1. DSA (linked list problems are frequentlya sked but you cannot fully sure so be prepared on all data structures)
2. LLD + DSA problem (Coding Problem is sort of Medium to Easy)
3. Managerial Round mostly about my resume and current and previous projects that i worked on.
4. Hr salary negotiation it was like gernal introduction from both side plus hr explained about my salary and project a bit.

Skills evaluated in this interview

ServiceNow Interview FAQs

How many rounds are there in ServiceNow Senior Software Developer interview?
ServiceNow interview process usually has 5 rounds. The most common rounds in the ServiceNow interview process are Coding Test, Resume Shortlist and Behavioral.
How to prepare for ServiceNow Senior Software Developer 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 Configuration management, Continuous Improvement, Devops, Kubernetes and Linux.
What are the top questions asked in ServiceNow Senior Software Developer interview?

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

  1. System Design question was asked. Java concepts were ask...read more
  2. Java Concepts were ask...read more

Tell us how to improve this page.

ServiceNow Senior Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join ServiceNow The world works with ServiceNow.
ServiceNow Senior Software Developer Salary
based on 20 salaries
₹25 L/yr - ₹45 L/yr
155% more than the average Senior Software Developer Salary in India
View more details

ServiceNow Senior Software Developer Reviews and Ratings

based on 2 reviews

1.9/5

Rating in categories

1.5

Skill development

2.0

Work-life balance

2.4

Salary

1.9

Job security

1.9

Company culture

1.5

Promotions

1.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
414 salaries
unlock blur

₹12.9 L/yr - ₹48 L/yr

Senior Software Engineer
344 salaries
unlock blur

₹16 L/yr - ₹65 L/yr

Technical Support Engineer
121 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Content Data Analyst
89 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Staff Software Engineer
76 salaries
unlock blur

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