Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Servicenow Developer Interview Questions and Answers

Updated 30 Nov 2024

13 Interview questions

A Servicenow Developer was asked 6mo ago
Q. Is JavaScript a 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...

A Servicenow Developer was asked 6mo ago
Q. How do you retrieve the logged-in user details in a 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();

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?
A Servicenow Developer was asked 6mo ago
Q. 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 Servic...

A Servicenow Developer was asked 6mo ago
Q. What is the difference between a catalog item and a 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 use...

What people are saying about Accenture

View All
a junior software engineer
2w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Accenture?
Ask anonymously on communities.
🔥 Asked by recruiter 2 times
A Servicenow Developer was asked 6mo ago
Q. What projects have you worked on?
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

A Servicenow Developer was asked 9mo ago
Q. What is a Business Rule (BR), and what are its types?
Ans. 

BR stands for Business Rule. It is a server-side script that runs when a record is displayed, inserted, updated, deleted, or when a table is queried.

  • BRs are used to automate business processes and enforce business rules

  • There are two types of BRs: Before Business Rule and After Business Rule

  • Before Business Rule runs before the database action has occurred, while After Business Rule runs after the database action ha...

A Servicenow Developer was asked 9mo ago
Q. How do you use the getReference method?
Ans. 

The getReference method is used to retrieve a reference to a record in ServiceNow.

  • Use getReference method with the field name to retrieve a reference to a record.

  • The getReference method returns a GlideRecord object representing the referenced record.

  • You can then use the GlideRecord object to access and manipulate the referenced record.

Are these interview questions helpful?
A Servicenow Developer was asked
Q. How would you gather requirements for a musical equipment company that engages in studio time sessions and musical instrument rentals?
Ans. 

Gathering requirements for a musical equipment company involves understanding their services, target audience, and operational needs.

  • Conduct stakeholder interviews to understand their business model and services offered, such as studio sessions and rentals.

  • Create user personas to identify different customer segments, like amateur musicians, professional studios, and event organizers.

  • Analyze current workflows to id...

A Servicenow Developer was asked
Q. Explain client-side scripts with an example.
Ans. 

Client side scripts are scripts that run on the user's browser, enhancing the user interface and experience.

  • Client side scripts are written in JavaScript and are executed on the user's browser.

  • They can be used to validate form inputs, manipulate DOM elements, and make asynchronous requests to the server.

  • Example: Using client side script to show a confirmation message before submitting a form.

A Servicenow Developer was asked
Q. Explain server-side scripting with examples.
Ans. 

Server side scripts are scripts that run on the server side of an application, typically used for automating tasks or processing data.

  • Server side scripts are written in languages like JavaScript, Python, or Java.

  • They are used to perform tasks such as data validation, calculations, and database operations.

  • Examples of server side scripts include business rules, script includes, and server-side UI actions.

Accenture Servicenow Developer Interview Experiences

6 interviews found

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is BR and its type
  • Ans. 

    BR stands for Business Rule. It is a server-side script that runs when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • BRs are used to automate business processes and enforce business rules

    • There are two types of BRs: Before Business Rule and After Business Rule

    • Before Business Rule runs before the database action has occurred, while After Business Rule runs after the database action has occ...

  • Answered by AI
  • Q2. How to use getreference method
  • Ans. 

    The getReference method is used to retrieve a reference to a record in ServiceNow.

    • Use getReference method with the field name to retrieve a reference to a record.

    • The getReference method returns a GlideRecord object representing the referenced record.

    • You can then use the GlideRecord object to access and manipulate the referenced record.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. ServiceNow ITSM Process
  • Q2. Server side script with examples
  • Ans. 

    Server side scripts are scripts that run on the server side of an application, typically used for automating tasks or processing data.

    • Server side scripts are written in languages like JavaScript, Python, or Java.

    • They are used to perform tasks such as data validation, calculations, and database operations.

    • Examples of server side scripts include business rules, script includes, and server-side UI actions.

  • Answered by AI
  • Q3. Clinet side scripts with example
  • Ans. 

    Client side scripts are scripts that run on the user's browser, enhancing the user interface and experience.

    • Client side scripts are written in JavaScript and are executed on the user's browser.

    • They can be used to validate form inputs, manipulate DOM elements, and make asynchronous requests to the server.

    • Example: Using client side script to show a confirmation message before submitting a form.

  • Answered by AI
  • Q4. Service Catalogs
  • Q5. ITOM Discovery process
  • Q6. Mid Server installation
Round 2 - HR 

(2 Questions)

  • Q1. Current CTC req
  • Q2. Asked PF accout details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in technical

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. 1. Client scripts, BR rules and types
  • Q2. Scenario based questions
  • Q3. Integrations post rest
  • Ans. 

    Integrating ServiceNow with external systems using REST APIs for data exchange and automation.

    • REST APIs allow ServiceNow to communicate with external applications, enabling data retrieval and updates.

    • Example: Using a REST API to pull incident data from a third-party ticketing system into ServiceNow.

    • ServiceNow can act as a client or server in REST integrations, supporting both inbound and outbound requests.

    • Example: Send...

  • Answered by AI
  • Q4. Catalog, flows, variables
Round 2 - HR 

(1 Question)

  • Q1. Basic questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How would you gather requirement for a musical equipment comany that engeges in studio time session and musical instrument rental.
  • Ans. 

    Gathering requirements for a musical equipment company involves understanding their services, target audience, and operational needs.

    • Conduct stakeholder interviews to understand their business model and services offered, such as studio sessions and rentals.

    • Create user personas to identify different customer segments, like amateur musicians, professional studios, and event organizers.

    • Analyze current workflows to identif...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They mostly ask scenario questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jan 2023.

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. What is record producer? How many ways we can call server script in client side? Few servicenow best practices we should follow. Workflow activities.
  • Ans. 

    Record producer is a feature in ServiceNow that allows users to create records in a guided manner.

    • Record producer provides a user-friendly interface for creating records with predefined templates and fields.

    • Server scripts can be called in client side using GlideAjax, g_form.getReference, and g_scratchpad.

    • Some ServiceNow best practices include using naming conventions, documenting changes, and testing in sub-production ...

  • Answered by AI
  • Q2. Types of business rule and client script with example. Variables and variable set. Ways to import update set. Service catalog management.
  • Ans. 

    Types of business rules, client scripts, variables, variable sets, ways to import update sets, and service catalog management in ServiceNow development.

    • Types of business rules include onBefore, onAfter, async, etc. Example: onBefore business rule to validate form data before submission.

    • Client scripts are used for client-side scripting. Example: Client script to show a pop-up message on a form field change.

    • Variables are...

  • Answered by AI
  • Q3. Basic scenario based questions and what experience do I have in each topic. Hands on experience with examples.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest with your experience. If you dont know anything, just deny.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. How to use multiple dispatch in redux?
  • Ans. 

    Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.

    • Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.

    • Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.

    • For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.

    • M...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?
  • Ans. 

    Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.

    • Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.

    • Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.

    • Debugging...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I have visited interview location on morning 7am DLF block Hyderabad. Buy my interview was taken in evening 6:45pm. That was not an interview test it was a patience test.

Accenture Interview FAQs

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

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

  1. What is record producer? How many ways we can call server script in client side...read more
  2. How would you gather requirement for a musical equipment comany that engeges in...read more
  3. Types of business rule and client script with example. Variables and variable s...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 7 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Accenture Servicenow Developer Salary
based on 1.1k salaries
₹4.5 L/yr - ₹10.3 L/yr
At par with the average Servicenow Developer Salary in India
View more details

Accenture Servicenow Developer Reviews and Ratings

based on 49 reviews

4.3/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.7

Salary

4.2

Job security

4.6

Company culture

3.2

Promotions

4.3

Work satisfaction

Explore 49 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16 L/yr

Team Lead
26.5k salaries
unlock blur

₹12.6 L/yr - ₹22.4 L/yr

Senior Analyst
19.5k salaries
unlock blur

₹9 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview