Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Deloitte Team. If you also belong to the team, you can get access from here

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Deloitte Servicenow Developer Interview Questions and Answers

Updated 7 Aug 2024

Deloitte Servicenow Developer Interview Experiences

3 interviews found

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

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Case Management Questions
  • Q2. Scripting Questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Difference between CI and asset? 2. How to call script include from client side? 3. Diff. between record producer and Service Catalog? 4. Write script to create new records in User table?
  • Ans. 

    Answers to interview questions for ServiceNow Developer position.

    • CI (Configuration Item) represents a single, manageable component of an IT infrastructure.

    • Asset is a tangible or intangible item that is owned by an organization.

    • To call a script include from the client side, use the 'g_form' object and the 'getScript' method.

    • Record producer is used to create new records in a specific table, while Service Catalog is a col...

  • Answered by AI

Skills evaluated in this interview

Servicenow Developer Interview Questions Asked at Other Companies

asked in Wipro
Q1. How do you calculate the time an incident is assigned to multiple ... read more
asked in Wipro
Q2. What is the difference between a service catalog, an order guide, ... read more
asked in Wipro
Q3. How can you populate the manager field using server-side code?
asked in Infosys
Q4. Write code to auto-close a parent incident when all child inciden ... read more
asked in Infosys
Q5. Can we hide the hamburger (Context menu chooser) for a user?

Interview Questionnaire 

1 Question

  • Q1. Workflow activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Please practice scripting instead of learning

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. SQL Queries
  • Q2. OOPS Concepts
  • Q3. Program to calculate factorial
  • Ans. 

    Program to calculate factorial

    • Use a loop to multiply the numbers from 1 to n

    • Handle edge cases like 0 and negative numbers

    • Use recursion for a more elegant solution

  • Answered by AI
  • Q4. Projects- Major , Minor , Internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, should have good communication skills.

Skills evaluated in this interview

What people are saying about Deloitte

View All
a data engineer
6d
Salary discusssion suggestion
Hi everyone, I have an offer from Deloitte as a data engineer for 15 CTC (all fix) + 10% variable I still have some time left on my notice period. Should I try for more offers and ask Deloitte to match? Yoe 3 CCTC : 6
Got a question about Deloitte?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding

Round 2 - Technical 

(2 Questions)

  • Q1. Confidential sorry can't reveal them
  • Q2. Confidential sorry can't reveal them

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Stay strong with all concepts which are on JD
Don't get tensed
Presence of mind

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This test consists of two coding questions and some MCQ regarding computer fundamentals.

  • Q1. 

    Kevin and His Cards Problem Statement

    Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...

  • Ans. 

    Find total distinct card types and common card types between two packs of cards.

    • Create a set to store distinct card types when combining both packs.

    • Iterate through each pack and add card types to the set.

    • Find the intersection of card types between the two packs to get common card types.

  • Answered by AI
  • Q2. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through all possible allocations of books to students.

    • Calculate the maximum number of pages assigned to a student for each allocation.

    • Return the minimum of these maximums as the result.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

It was a technical round that is based on DSA and computer fundamentals.

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.

    • Update the head of the reversed linked list as the last node encountered during the reversal process.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria10- above 60% 12- ABove 60 percentZS Associates interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, OOPS, Operating System , System DesignTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.

Application resume tips for other job seekers

Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain your backgroun
  • Ans. 

    I have a strong background in software development, focusing on full-stack technologies and agile methodologies.

    • Bachelor's degree in Computer Science from XYZ University.

    • 3 years of experience in web development using JavaScript, React, and Node.js.

    • Worked on a team project that improved application performance by 30%.

    • Experience with Agile methodologies, participating in daily stand-ups and sprint planning.

    • Contributed to...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on Java , C++ , OOPs, cloud computing, one coding question, regarding previous projects, some behavioural questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - hirevue 

(2 Questions)

  • Q1. On demand video assessment that include questions to answer.
  • Q2. Games designed to test different ability.

Software Developer Interview Questions & Answers

ZS user image Rahul Yamsani 010

posted on 22 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Challenging questions in mathematics.

Round 2 - Group Discussion 

A constructive discussion about the significance of various topics and additional aspects.

Deloitte Interview FAQs

How many rounds are there in Deloitte Servicenow Developer interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are Technical.
How to prepare for Deloitte Servicenow 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are ITSM, Marathi, Servicenow, Business Process Transformation and CMDB.
What are the top questions asked in Deloitte Servicenow Developer interview?

Some of the top questions asked at the Deloitte Servicenow Developer interview -

  1. 1. Difference between CI and asset? 2. How to call script include from client s...read more
  2. Workflow activi...read more
  3. Case Management Questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.5
 • 842 Interviews
ZS Interview Questions
3.3
 • 472 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 110 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
Mercer Interview Questions
3.7
 • 89 Interviews
View all
Deloitte Servicenow Developer Salary
based on 229 salaries
₹4 L/yr - ₹16.5 L/yr
41% more than the average Servicenow Developer Salary in India
View more details

Deloitte Servicenow Developer Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.7

Salary

3.5

Job security

3.5

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
Consultant
39.2k salaries
unlock blur

₹6.5 L/yr - ₹28 L/yr

Senior Consultant
24.2k salaries
unlock blur

₹11.2 L/yr - ₹42 L/yr

Analyst
16.2k salaries
unlock blur

₹3.9 L/yr - ₹13 L/yr

Assistant Manager
11k salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Manager
7.8k salaries
unlock blur

₹16 L/yr - ₹55 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
write
Share an Interview