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

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 Infosys
Q5. Write code to auto-close parent incident when all child incidents ... 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
-
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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. What is the stages of HRSD cases
  • Ans. 

    The stages of HRSD cases include New, In Progress, On Hold, Resolved, Closed

    • New - when a new case is created

    • In Progress - when the case is being actively worked on

    • On Hold - when the case is temporarily paused

    • Resolved - when the issue is resolved but awaiting confirmation

    • Closed - when the case is officially closed

  • Answered by AI
  • Q2. What is case suspension
  • Ans. 

    Case suspension is the temporary halt of a case in a workflow process.

    • Case suspension allows for pausing a case in a workflow without closing it.

    • It can be used to wait for additional information or approvals before proceeding.

    • Once the suspension is lifted, the case can continue its workflow.

    • Commonly used in service management platforms like Servicenow.

  • Answered by AI
  • Q3. Signification of cascade variable in order guide
  • Ans. 

    Cascade variables in order guide allow for dynamic population of subsequent variables based on previous selections.

    • Cascade variables are used to create a dependency between variables in an order guide.

    • When a user selects a value for a cascade variable, it triggers the population of subsequent variables based on that selection.

    • This helps streamline the ordering process by only showing relevant options based on previous

  • Answered by AI
  • Q4. What is data police and ui police
  • Ans. 

    Data police and UI police are terms used in ServiceNow to refer to the enforcement of data and UI standards.

    • Data police refers to the enforcement of data standards and best practices within ServiceNow instances.

    • UI police refers to the enforcement of UI standards and best practices within ServiceNow instances.

    • Data police ensures data integrity, accuracy, and security.

    • UI police ensures consistent and user-friendly interf...

  • Answered by AI
  • Q5. Difference between subject to and opened for ?
  • Ans. 

    Subject to refers to the person or entity affected by an incident, while opened for refers to the person or entity responsible for resolving the incident.

    • Subject to is the entity that is impacted by an incident, such as a user or a department.

    • Opened for is the entity responsible for resolving the incident, such as a support team or an individual.

    • For example, a ticket may be subject to a specific department but opened f

  • Answered by AI
  • Q6. Which is better Rest or soap integration ?
  • Ans. 

    It depends on the specific requirements of the integration. REST is generally preferred for its simplicity and flexibility, while SOAP is more rigid but offers more security features.

    • REST is lightweight and easier to use for simple integrations

    • SOAP has built-in security features like WS-Security

    • Consider the complexity of the data being exchanged and the level of security required when choosing between REST and SOAP

  • Answered by AI
  • Q7. What is ACL and types
  • Ans. 

    ACL stands for Access Control List, which defines the permissions and restrictions for users on records in ServiceNow.

    • ACL stands for Access Control List

    • It defines the permissions and restrictions for users on records in ServiceNow

    • Types of ACLs include Read, Write, Create, Delete, and Execute

    • ACLs can be applied at the table, field, or record level

    • Example: An ACL can restrict certain users from deleting records in a spec

  • Answered by AI
  • Q8. What will happen if we give none . * in ACL ?
  • Ans. 

    Using none.* in ACL will allow access to all fields in the table for all users.

    • Using none.* in ACL grants access to all fields in the table for all users.

    • This can be a security risk as sensitive data may be exposed to unauthorized users.

    • It is recommended to specify individual fields or use more restrictive ACL conditions.

  • Answered by AI
  • Q9. How does ACL wok General to specific or vice versa
  • Ans. 

    ACL works from general to specific

    • ACL evaluates rules from general to specific based on order of precedence

    • If a user has multiple roles, the most specific role takes precedence

    • Explicit rules take precedence over inherited rules

    • ACL rules can be defined at table, field, and record levels

  • Answered by AI
  • Q10. Explain cell edit and on change client script
  • Ans. 

    Cell edit allows users to edit fields directly in a list without opening a form. OnChange client script triggers when a field value changes.

    • Cell edit enables inline editing in list views for quick updates

    • OnChange client script is used to perform actions when a field value changes

    • Cell edit can improve user experience by reducing the need to open individual records for editing

  • Answered by AI
  • Q11. Different triggers in SLA other than Incident
  • Ans. 

    Triggers in SLA other than Incident

    • Change Requests

    • Problem Tickets

    • Service Requests

    • Major Incidents

  • Answered by AI

Skills evaluated in this interview

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.

DXC Technology Servicenow Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
DXC Technology Servicenow Developer Salary
based on 133 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 12 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.7

Salary

3.9

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

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

₹2 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.8 L/yr

Associate Professional
1.4k salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Professional 1
1.1k salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview