Service Now Developer and Administrator
Service Now Developer and Administrator Interview Questions and Answers
Q1. There are multiple record in table how will you pick a single record in a table
To pick a single record from a table with multiple records, we can use a query with specific criteria.
Use a query with filters to narrow down the search criteria
Specify the desired attributes or fields to retrieve from the record
Sort the results if needed and limit the query to return only one record
Q2. What is inbound actions, what type of request ServiceNow will receive?
Inbound actions in ServiceNow are requests made to the platform from external sources.
Inbound actions are requests sent to ServiceNow from external systems or users.
These requests can include creating, updating, or deleting records in ServiceNow.
Examples of inbound actions include API calls, email submissions, and form submissions.
Q3. Get all the active incident with priority-1?
To get all active incidents with priority-1, use a filter on the incident table.
Use a filter condition 'active=true^priority=1' on the incident table
You can also use GlideRecord to query the incident table in ServiceNow
Make sure to handle any errors or exceptions that may occur
Q4. Explain glideajax, glide record, transform maps
GlideAjax, GlideRecord, Transform Maps are important concepts in ServiceNow development.
GlideAjax is used for asynchronous server-side calls in ServiceNow.
GlideRecord is used to query, insert, update, and delete records in ServiceNow tables.
Transform Maps are used to map data from external sources into ServiceNow tables.
GlideAjax example: Making a server-side call to retrieve data without refreshing the page.
GlideRecord example: Querying the 'incident' table to retrieve all o...read more
Q5. what are script actions?
Script actions are customizable actions that can be triggered by scripts in ServiceNow.
Script actions are used to automate tasks and processes in ServiceNow.
They can be triggered by scripts, such as business rules, client scripts, or UI policies.
Script actions can perform a variety of actions, such as updating records, sending notifications, or running scripts.
They are highly customizable and can be tailored to specific business needs.
Examples of script actions include sendin...read more
Q6. what is Async business rule?
Async business rule is a server-side script that runs asynchronously after a record is inserted, updated, deleted, or when a table is queried.
Async business rules are used to perform actions that do not require immediate user interaction.
They are executed after the database transaction is complete, allowing for better performance.
Examples include sending notifications, updating related records, or triggering workflows.
Share interview questions and help millions of jobseekers 🌟
Q7. what you implemented recently?
Implemented a new incident management system using Service Now platform
Customized incident forms and workflows
Configured email notifications for incident updates
Integrated with third-party monitoring tools for automatic incident creation
Q8. Explain transform scripts
Transform scripts are used in ServiceNow to manipulate data during import or export operations.
Transform scripts are written in JavaScript and are used to modify data before it is inserted into or retrieved from a table.
They can be used to transform data formats, perform calculations, or apply business rules.
Transform scripts are commonly used in data imports, exports, and data transformations within ServiceNow.
Example: A transform script can be used to convert a date format ...read more
Interview experiences of popular companies
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
Reviews
Interviews
Salaries
Users/Month