Upload Button Icon Add office photos
Engaged Employer

i

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

DXC Technology Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 9.7k Reviews

Filter interviews by

DXC Technology Servicenow Developer Interview Questions, Process, and Tips

Updated 11 Jun 2024

Top DXC Technology Servicenow Developer Interview Questions and Answers

DXC Technology Servicenow Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the different between =, ==, ===?
  • Ans. 

    The different between =, ==, === is related to assignment, equality, and strict equality in programming.

    • = is used for assignment in programming languages.

    • == is used for equality comparison, it checks if two values are equal.

    • === is used for strict equality comparison, it checks if two values are equal in both value and data type.

  • Answered by AI
  • Q2. Writ a quay that should retrieve all the the columns but show only 10 records and ordered by name
  • Ans. 

    Use SQL query to retrieve all columns, show only 10 records, and order by name

    • Use SELECT * to retrieve all columns

    • Use LIMIT 10 to show only 10 records

    • Use ORDER BY name to order the results by name

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Whatever mentioned in the resume be perfect on same.
Round 3 - Technical 

(1 Question)

  • Q1. Client Interview on technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with the resume.

Servicenow Developer Interview Questions Asked at Other Companies

asked in Wipro
Q1. How to calculate timing of Incident which assigned to multiple gr ... read more
asked in Wipro
Q2. What is difference between service catalog and order guide and re ... read more
asked in Wipro
Q3. How to populate manager using Server side code
asked in Techstitch
Q4. Write a program to either make a pattern using star or program of ... read more
asked in Accenture
Q5. What is record producer? How many ways we can call server script ... read more

I was interviewed in Oct 2020.

Interview Questionnaire 

4 Questions

  • Q1. Types of business rules
  • Ans. 

    There are three types of business rules: client, server, and database.

    • Client-side business rules run on the client-side (browser) and are used to validate data before it is submitted to the server.

    • Server-side business rules run on the server-side and are used to enforce business logic and data validation.

    • Database business rules run on the database and are used to enforce data integrity and consistency.

    • Examples of busin...

  • Answered by AI
  • Q2. Recent implementation of a project and the technical steps in detail
  • Q3. Servicenow Discovery error troubleshooting
  • Q4. Difference between an asset and CI
  • Ans. 

    An asset is a physical or virtual item that has financial value, while a CI is any item that needs to be managed for IT purposes.

    • Assets are typically tangible items, such as hardware or software licenses, that have a monetary value.

    • CIs are any items that need to be managed for IT purposes, such as servers, applications, or network devices.

    • Assets are often tracked in financial systems, while CIs are tracked in IT servic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - ServiceNow is a vast platform and there are many areas in which a Developer can work. During the description of your experience, rather than projecting oneself as having exposure on many modules focus on areas that you have expertise on. This would help pace the interview well and will help the recruiter to understand your true potential. Even if there is a mismatch in the area in which the role is for, demonstrating your expertise on areas that you have worked on will help the interviewer understand your potential to learn new topics.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Proejcts you have done
  • Ans. 

    Developed a service portal for IT ticketing system

    • Created custom widgets for user-friendly interface

    • Integrated with ServiceNow API for ticket management

    • Implemented role-based access control for different user types

  • Answered by AI
  • Q2. Difference bw catalog item and record producer
  • Ans. 

    Catalog item is a predefined item in the service catalog, while record producer allows users to create custom records.

    • Catalog item is predefined and created by admins, while record producer allows users to create custom records

    • Catalog items are used to request services or products, record producers are used to create records in tables

    • Catalog items have predefined variables and workflows, record producers allow users to

  • Answered by AI
  • Q3. What are macros
  • Ans. 

    Macros are automated scripts that can be used to perform repetitive tasks in Servicenow.

    • Macros in Servicenow are used to automate tasks and reduce manual effort.

    • They can be used to update multiple records at once, send notifications, or perform calculations.

    • Macros can be triggered manually or automatically based on certain conditions.

    • Example: Creating a macro to automatically close all resolved incidents in Servicenow.

  • Answered by AI
  • Q4. How to get logged in user details in form
  • Ans. 

    Use GlideUser class to get logged in user details in a form

    • Use GlideUser class to get the current user's details

    • Access user details like name, email, roles, etc. using GlideUser methods

    • Example: var user = gs.getUser(); var userName = user.getName();

  • Answered by AI
  • Q5. Is javascript synchronous language?
  • Ans. 

    Yes, JavaScript is a synchronous language.

    • JavaScript is single-threaded, meaning it can only execute one piece of code at a time.

    • It follows a top-down execution flow, where each line of code is executed in order.

    • Asynchronous behavior can be achieved using callbacks, promises, and async/await.

    • Example: setTimeout function in JavaScript delays the execution of a function.

    • Example: Fetch API in JavaScript allows making asyn

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. About your work experience
  • Q2. Basic Knowledge on your module
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself and your day to day activities in Servicenow?
  • Q2. Business rule and their types?
  • Ans. 

    Business rules are server-side scripts that run when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • Business rules are used to automate processes and enforce data consistency.

    • There are three types of business rules: before, after, and asynchronous.

    • Before business rules run before the database action is executed.

    • After business rules run after the database action is executed.

    • Asynchronous bu...

  • Answered by AI
  • Q3. Scenario based questions.
Round 2 - HR 

(1 Question)

  • Q1. Basic questions asked by hr
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Technical 

(3 Questions)

  • Q1. They have asked all about my project experience and the projects I have worked and the gave a scenario to used flow designer to build the flow.
  • Q2. What all project You have worked on?
  • Q3. What have you been working from in your 4 years experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and explain the experience in your project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. BR and types, CR and types, SJ
  • Q2. Service Catalog

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well your concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Most complex thing you have implemented
  • Ans. 

    Implemented a complex workflow automation system for a multinational corporation

    • Designed and implemented custom workflows to automate complex business processes

    • Integrated multiple systems and APIs to streamline data flow and communication

    • Utilized advanced scripting and logic to handle various edge cases and exceptions

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Business rules scanario
  • Q2. Field need to automate which rule apply

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Servicenow Developer interview?
DXC Technology interview process usually has 2 rounds. The most common rounds in the DXC Technology interview process are Technical and Resume Shortlist.
How to prepare for DXC Technology 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 DXC Technology. The most common topics and skills that interviewers at DXC Technology expect are ITSM, Servicenow, ITIL, Javascript and Ajax.
What are the top questions asked in DXC Technology Servicenow Developer interview?

Some of the top questions asked at the DXC Technology Servicenow Developer interview -

  1. writ a quay that should retrieve all the the columns but show only 10 records a...read more
  2. Difference between an asset and...read more
  3. what is the different between =, ==, =...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 DXC Technology interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
DXC Technology Servicenow Developer Salary
based on 131 salaries
₹3.1 L/yr - ₹10 L/yr
At par with the average Servicenow Developer Salary in India
View more details

DXC Technology Servicenow Developer Reviews and Ratings

based on 11 reviews

4.2/5

Rating in categories

4.2

Skill development

4.1

Work-Life balance

3.8

Salary & Benefits

4.1

Job Security

4.2

Company culture

3.9

Promotions/Appraisal

4.1

Work Satisfaction

Explore 11 Reviews and Ratings
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.7 L/yr

Associate Professional
1.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
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