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 for Freshers

Updated 11 Feb 2025

Top ServiceNow Interview Questions and Answers for Freshers

View all 7 questions

ServiceNow Interview Experiences for Freshers

Popular Designations

16 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java op question
  • Q2. 2 problem solving questions somewhat like three sum
Round 2 - Technical 

(2 Questions)

  • Q1. 3-4 coding questions easy to medium level
  • Q2. 2 Automation related questions using selenium.

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding questions related to trees and graphs

Round 2 - Technical 

(2 Questions)

  • Q1. Anagrams related
  • Q2. Sorting related

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Phonographic interview 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. What technology & tools u know ? And basic questions regarding that topics ?
Round 2 - Photographic interview 

(2 Questions)

  • Q1. Job culture and job responsibilities ?
  • Q2. Some questions on an analytical tools like power BI ?

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 18 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We got a mail from the HR directly to write the round one- coding round. This round was for almost 2 hours where we were asked questions from DSA. The difficulty of the problems were medium to hard.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about My Resume
  • Q2. Asked 2 Puzzle and DSA questions. Medium level but a bit tricky ones.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic of the problem nicely.

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)

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
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic Hackerrank online test with two medium-hard leetcode level question in 90 mints

Round 2 - One-on-one 

(1 Question)

  • Q1. 30 minutes interview call started with basic introduction followed by resume questions then DSA easy-medium level question. After that oops , cn questions were asked . To end the interview he asked me one...
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round 2 . duration - 45minutes to 1 hr basic introduction resume deep dive leetcode medium - hard question A lot of conceptual questions of database,operating system ,oops and computer networking
Round 4 - HR 

(1 Question)

  • Q1. Hiring manager round 30 mints duration basic hr questions and discussion was done

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineering Intern interview:
  • DSA
  • Computer Networking
  • OOPS
  • Database
  • Operating Systems
Interview preparation tips for other job seekers - Understand the question full and never stop talking the right think , tell everything you know about the topic.
DONT FAKE YOUR RESUME

Associate Software Engineering Intern Interview Questions asked at other Companies

Q1. to code program which tells if 2 words are anagrams and also program to print a sentence with reverse order of words
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 in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ - 40 questions - 40 mins
4 section each 10 questions
Section 1 : SQL based
Section 2 : Javascript
Section 3 : Linux/Unix fundamentals
Section 4 : Servicenow Platform

Round 2 - Technical 

(3 Questions)

  • Q1. SQL - DDL,DML, and most of the questions were related to Unix commands. To explain the commands.
  • Q2. Then a few questions related to ServiceNow were also asked. Like what do you know about service now, and what are some advantages of using the servicenow platform. I was asked for a detailed description of...
  • Q3. Lastly, a scenario based question was asked where I have to deal with a troubled client. And how I would react in such a scenario. And what I would do then.
Round 3 - Technical 

(2 Questions)

  • Q1. Basic to intermediate level questions - Based on networking,javascript, operating systems and also asked about the company and the services they provide. Basic oops and coding question was given to write t...
  • Q2. Scenario and condition based questions - 1. Situations based for eg: If a customer comes with an issue which has never been diagonized previously and there are no vlogs regarding that. What will you do?

Jobs at ServiceNow

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What was your most impactful project?
  • Q2. What was an obstacle you faced?
Round 2 - Coding Test 

Behavioral, then DSA

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)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Implement hashmap. Basic question around oop concepts

Round 2 - Case Study 

System design - online book store

Round 3 - Aptitude Test 

Past project experience. Soft skills

Round 4 - Technical 

(1 Question)

  • Q1. Architecture patterns
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)

Secretary Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2024

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

(2 Questions)

  • Q1. Qualification i have right now
  • Ans. 

    I have a Bachelor's degree in Business Administration and 5 years of experience in administrative roles.

    • Bachelor's degree in Business Administration

    • 5 years of experience in administrative roles

  • Answered by AI
  • Q2. Current employer
  • Ans. 

    I am currently employed at XYZ Company as an Administrative Assistant.

    • I have been working at XYZ Company for the past 3 years.

    • I handle various administrative tasks such as scheduling appointments, managing emails, and organizing files.

    • I have received positive feedback from my supervisors for my efficiency and attention to detail.

  • Answered by AI
Round 2 - Aptitude Test 

1 hour apti test it was difficult

Secretary Interview Questions asked at other Companies

Q1. Whya is the main use of polymorphism in current coding practices
View answer (1)

ServiceNow Interview FAQs

How many rounds are there in ServiceNow interview for freshers?
ServiceNow interview process for freshers usually has 2-3 rounds. The most common rounds in the ServiceNow interview process for freshers are Technical, Coding Test and One-on-one Round.
How to prepare for ServiceNow interview for freshers?
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 Application Software, Continuous Improvement, Corporate, Product Design and Product Management.
What are the top questions asked in ServiceNow interview for freshers?

Some of the top questions asked at the ServiceNow interview for freshers -

  1. Minimum number of platforms required for a railway stati...read more
  2. Set of numbers from an array that can form nearest sum to the given num...read more
  3. Least cost to travel from source to destination(DP probl...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.

Tell us how to improve this page.

ServiceNow Interview Process for Freshers

based on 14 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 383 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 383 Reviews and Ratings
Software Engineer

Hyderabad / Secunderabad,

Ahmedabad

8-13 Yrs

Not Disclosed

Sr Revenue Accountant

Hyderabad / Secunderabad,

Ahmedabad

3-7 Yrs

₹ 24-15 LPA

Sr. Financial Accountant

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

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