Filter interviews by
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...
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();
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...
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
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
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...
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.
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...
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.
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.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
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
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...
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.
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();
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...
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...
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.
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
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.
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.
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
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...
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...
I appeared for an interview in Jan 2023.
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 ...
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...
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...
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
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...
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
Some of the top questions asked at the Accenture Servicenow Developer interview -
based on 7 interview experiences
Difficulty level
Duration
based on 49 reviews
Rating in categories
Application Development Analyst
39.3k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| ₹8.2 L/yr - ₹16 L/yr |
Team Lead
26.5k
salaries
| ₹12.6 L/yr - ₹22.4 L/yr |
Senior Analyst
19.5k
salaries
| ₹9 L/yr - ₹15.7 L/yr |
Senior Software Engineer
18.5k
salaries
| ₹10.4 L/yr - ₹18 L/yr |
TCS
Cognizant
Capgemini
Infosys