ServiceNow is a ticketing tool and a cloud-based software platform useful for ITSM (IT Service Management) to automate business management. It also helps to process and catalog various customer service requests related to incidents, issues, and changes. ServiceNow also helps business enterprises to become highly scalable and faster by using Machine Learning tools. This is useful to leverage data and other workflows with great flexibility. Further, ServiceNow is an integrated cloud solution that offers different types of services including IT, Security, Customer Service, Business Applications, and HR Services.
If you have an upcoming interview for a ServiceNow job, then you must go with the following Top ServiceNow interview questions compiled for you. Get job-ready by reading them.
Ans: Task table is the parent table for the incidents, change and problem.
Ans: A record producer is a type of a catalog item that allows users to create task-based records from the service catalog. For example, you can create a change record or problem record using a record producer. Record producers provide an alternative way to create records through a service catalog.
Ans: Dictionary Overrides provides the capability to override several properties of a field in the extended table.For example, change table is extended from task table.There is a field named status in task table and set as read-only.When we use this field in change form it will show be read-only.We can set this to non-read only by using the dictionary override. Similarly, there are other properties that can be set for the fields in an extended table.
Ans: UI policies are alternative to client scripts.It can be used to set a field as mandatory, read-only and visible on a form. You can also use UI policy for dynamically changing a field on a form.
Become a Servicenow Admin Certified professional by learning this HKR Servicenow Training !
Ans: Data policy checks the mandatory and read-only of a field whenever a record is inserted or updated through a web-service or import set. For example: If a mandatory field in the incoming record (from import set or web-service) is empty then the data policy will not allow inserting that record into the table.
Ans: Client script sits on the client side(the browser) and run there only.types of client script are OnLoad() OnSubmit() OnChange() OncellEdit()
Ans:In the onSubmit function return false. function onSubmit() { return false; }
Ans: The business rule is server-side scripting that executes whenever a record is inserted, updated, deleted, displayed or queried.The key thing to keep in mind while creating a business rule is that when and on what action it has to execute. You can run the business rule ‘on display’, ‘on before’ or ‘on after’ of an action (insert, delete, update) is performed.
Ans: Yes you can call a business rule through a client script by using glideajax
Ans: Gliderecord is a java class that is used for database operations instead of writing SQL queries.
If you have any doubts on servicenow, then get them clarified from servicenow Industry experts on our Servicenow Training In Hyderabad !
Ans: Import Sets is a tool used to import data from various data sources and, then using transform map, the map that data into ServiceNow tables. The Import Sets table acts as a staging table for records imported.
Ans: The ServiceNow® Change Management application provides a systematic approach to control the life cycle of all changes, facilitating beneficial changes to be made with minimum disruption to IT services.
ServiceNow Change Management integrates with the Vulnerability response plugin to introduce extra functionality within Change Management.
Ans: It is a cloud-based IT Service Management tool. ServiceNow gives a solitary plan of record for IT administrations, activities, and business administration via computerizing IT benefit applications and procedures. All parts of IT Services can possibly live in the ServiceNow biological system of modules, and in this manner, it gives us a total perspective of administrations and assets. This takes into account wide control of how to best designate assets and plan the procedure stream of those administrations.
Ans: A transform map transforms the record imported into ServiceNow import set table to the objective table. It additionally decides the connections between fields showing in an Import Set table and fields in the target table.
Ans: A foreign record insert occurs when an import makes a change to a table that is not the target table for that import. This happens when updating a reference field on a table.
Ans: Zing is the text indexing and search engine that performs all text searches in ServiceNow.
Ans: The Client Transaction Timings plugin enhances the system logs by providing more information on the duration of transactions between the client and the server. By providing information on how time was spent during the transaction, performance issues can be tracked down to the source by seeing where the time is being consumed.
Ans: An inactivity monitor triggers an event for a task record if the task has been inactive for a certain period of time. If the task remains inactive, the monitor repeats at regular intervals.
Ans: Domain separation is a way to separate data into (and optionally to separate administration by) logically-defined domains.
For example, A client XYZ have two business and they are using ServiceNow single instance for both businesses.They do not want that user’s from one business can see data of other business.Here we can configure domain separation to isolate the records from both businesses.
Ans: You can set the property – “glide.ui.forgetme” to true to remove the Remember me checkbox from the login page.
Ans: The HTML sanitizer automatically cleans up HTML markup in HTML fields to remove unwanted code and protect against security concerns such as cross-site scripting attacks. The HTML sanitizer is active for all instances starting with the Eureka release.
Ans: A gauge can be based on a report and can be put on a homepage or a content page.
Ans: Metrics tracks and monitors the workflow of individual records. With metrics, consumers may arm their mechanism by having tangible statistics to calculate, for example, how long it takes before a ticket is reassigned or the state changes.
If you have any doubts on Servicenow, then get them clarified from Servicenow Industry experts on our Servicenow Community!
Ans:To find information in ServiceNow, use any of the following searches:
Ans: Each update set is stored in the Update Set [sys_update_set] table, and the customizations that are associated with the update set, are stored in [sys_update_xml] table.
Ans: In any case, the default update set is marked as complete when the device generates an alternative update called Default1 and uses it to update the set.
Ans: Homepages and content pages are not added to change settings by default. You need to manually connect pages to the latest update collection by unloading them.
Ans: Reference Qualifiers are used to limit the data that can be chosen for the reference area.
Ans:Performance Analytics is an additional technology in Operation Now that enables customers to take a snapshot of the data at regular intervals and to create time series for every main performance indicator (KPI) in the enterprise.
Ans: Coalesce is a field property that we use to map the map field to transform. When we set the coalesce to be valid for field mapping, it means that this field will function as a unique key. If a match field is identified with the coalesce field,the current record will be updated with the imported information in the target table,otherwise a new record will be added to the target table.
Ans: An ACL is Access Control List that defines what data a user can access and how they can access it in service now.
Ans: CMDB baselines help to understand and control the changes that have been made to a Configuration Item (CI) after its Baseline has been created. The baseline is the snapshot of a CI.
Ans: Navigate to “Application Menus” module under system definition application. Open the respective application that requires enabling or disabling. Set active as true to enable it or set active to false to disable it.
Ans: View characterizes the game plan of fields on a frame or a rundown. For one single shape, we can characterize different perspectives as indicated by the client inclinations or prerequisite.
Ans:
Ans: The application is a group of modules which provides its related information. For example,change application provides the information related to change process. It consists of modules like create change ticket, view change tickets etc.
Ans: Impersonating a user means that you can log in to the system as that user and can have felt how the servicenow UI is set for that user. This is very useful while testing. For example, if you are required to test that a user can access change form or not. You can impersonate that user and can test instead of logging out from your session and logging again with that user credentials.
Ans: Task table
Ans: In the onSubmit function return false.
function onSubmit()
{return false;}
ServiceNow is an ITSM tool and a cloud-based platform that helps in business management, IT services, and operations. It also helps in processing various customer requests relating to incidents, changes, and other services.
The client script rests on the browser or client-side and runs on the client-side only There are four different types of client scripts. Such as- OnLoad(), OnSubmit(), OncellEdit(), and OnChange().
The features like record matching and data lookup help to set a field value instead of writing a script. This field value is based on some conditions.
The feature of impersonating a user mainly helps in testing. Here, an administrator accesses what the user can access using his credentials by impersonating him/her. It helps in testing without logging out and logging in again into the same session using user credentials.
The HTML Sanitizer is useful in cleaning up HTML markup within HTML fields automatically and it safeguards against various security concerns like CSS attacks. It also removes the unwanted code from the fields. Moreover, the HTML Sanitizer is actively useful for all instances starting from the Eureka release.
A BSM map is meant for a Business Service Management map that graphically displays configuration items (CI) and specifies the status of these items and supports a business service.
In the ServiceNow ITSM tool, performance analytics (PA) is an added application that allows customers to build time series for any KPI within an enterprise. Also, it helps customers to take a snapshot of data frequently or at regular intervals.
A record producer in ServiceNow allows users to develop task-based records from the Service Catalog and also provides a different way for building records through it.
In ServiceNow, Zing is the search engine or a searching technique that is useful in all text searches.
A reference qualifier is useful to control the data that can be selected for a reference field.
A next() method in ServiceNow moves the record to the next record in GlideRecord. Further, the _next() method also has the same functionality as the next() method. But the _next() is used in cases when a user queries about a table having the column name “next”.
In ServiceNow, a business rule is server-side scripting that is performed when a record is updated, inserted, displayed, queried, or deleted. Moreover, the business rule can be performed for the different states of an action such as Before, Display, or After.
In ServiceNow, the security_admin develops or updates the ACL.
A Domain Separation or Partition is a way to split data into logically defined domains where it separates the records of one business from the other business.
ServiceNow metrics are useful to measure and record the workflow of an individual or a single record. Further, using these metrics, customers can arm their processes by providing tangible features to measure.
An application in ServiceNow is a group of modules that gives related information about those modules.
The method follows by “adding the system property glide.pop3.process_locked_out and setting it to true”.
A user can use the method to get the active records addActiveQuery() and for the inactive records addInactiveQuery().
In ServiceNow, the “set workflow (e)” disables or enables running business rules that are generally activated by future actions. Here, an insert or update function will not be inspected if the ‘e’ parameter is set to “false”. Hence, business rules are enabled only when the ‘e’ parameter is set to “true”.
Here, you need to go to the “Application Menus” module within the system definition application. Now, open the respective application which you want to enable or disable. Then you can set active as “True” to enable the application or set it to “False” to disable it.
Dictionary override functionality provides the ability to override or cancel various field properties in the extended table. We can set the status of these fields to read-only or non-read only.
To determine whether the field value has been changed or not, we can use the changes() method.
If you want to Explore more about ServiceNow? then read our updated article - ServiceNow Tutorial
We can call a business rule using a “client script” by the use of “glideajax”.
Gauges are based on a report which is visible on a HomePage in ServiceNow that holds the latest status of records within the table. Also, it can be put on a content page or a homepage in ServiceNow.
By default, content pages, and homepages are not included in the update sets. Here, you can add the pages only manually to the current update sets by unloading them.
CMDB stands for “Configuration Management Database” which is a repository. The CMDB acts as a data warehouse for IT installations that consists of data related to a group of IT assets and also descriptive relations among those assets.
UI policies in ServiceNow are alternatives for client scripts that dynamically modify data on a form. These policies are used to set the fields as read-only, visible on a form, or as necessary fields.
An inactivity monitor triggers an event for a task record where a task remains inactive for a specific time. The monitor will repeat the same at regular intervals if the task remains to be inactive.
A Gliderecord is a Java class used for DB operations rather than writing an SQL query.
Ans . In ServiceNow, the “view” defines the order of fields on a list or a form. We can also indicate multiple views for one single form as per the user's need or preference.
A data policy verifies a field's read-only feature at the time a record is updated or inserted using an import set or web services.
An import set is a tool useful for importing data from different data sources, and this data is mapped into “ServiceNow tables” using a transform map.
The client transaction timings plugin in ServiceNow is used to increase the system logs. Here it gives more information on the transaction duration between the server and the client. And also it allows for tracking down issues.
The Cascade Variable Check Box (CVC Box) is used to choose the variables used that pass their value to the ordered items. If the same is cleared, then the variable data entered in the guide is not passed on to ordered items.
In order to reference the existing active form, the “g_from” object is used in the client script.
To enable automatic user creation, the “glide.pop3readerjob.create_caller” property requires it to be set to “true” within the system properties.
The following are a few of the practices:-
We can build a report by going to the “Reports” and then clicking on the “Create New” option.
Here, you can add “Add no_attachment” to the attributes field in the dictionary of the specific table that you want to disable an attachment.
The following are the different search options-
The sequence follows through - Draft -> Review -> Publish
Navigate to the “Tables and Columns” section. Then choose the “delete” option and type the word “delete” to remove the table.
ACL stands for Access Control List which is a rule that matches the object and permissions necessary to access the object within ServiceNow.
An “update set” is a collection of several customizations that can be moved from one instance to another.
The following are the various Workflow Activities - conditions, timers, approvals, tasks, utilities, and notifications.
In case, when a request is rejected, then a notifica5tion is sent, and the status is set to cancel. Here, the service catalog workflow in ServiceNow can be attached either manually, automatically based on conditions, or if there are no other workflows attached.
In ServiceNow, sys_id is a unique GUID having 32-character which is utilized to identify each record built within each Servicenow table.
At first, you need to set the property “glide.ui.chart.pie.tables” to true and false, respectively to enable or disable a label.
This record insert occurs when an import makes some modifications to a table that is not the actual target table for that import.
The ServiceNow dashboard is a collection of paralytics, performance trends, and reports presented as a visual indicator summary tab and KPI scoreboards useful for making informed decisions and easy customization.
Ans. LDAP stands for Lightweight Directory Access Protocol useful as a central place for authentication.
The transform map changes the record that is imported into the ServiceNow import set table and is also useful to find out the relation between the fields within the import set table and the target table in ServiceNow.
Ans. List, Bar, Pie, Pivot, and Calendar reports.
Ans. A scorecard is an indicator to measure the employee’s performance or a business process through a graphical representation.
Ans. Coalesce is a field property useful to transform map field mapping where this property allows a user to use that field as a unique key.
Ans. CMDB Baseline stands for Configuration Management Database Baseline which helps us to understand and control the changes made to the CI (Configuration Item).
Ans. To limit the number of records in ServiceNow, a set limit(n) function is applied.
Ans. LDAP or Lightweight Directory Access Protocol is useful for user authentication & user data population. ServiceNow integration with this directory streamlines the user log-in process. It also automates the process of user creation and helps by assigning them roles.
Ans. A Schema map is a visual display of tables and their relations that allows admins to view and access the various sections of the database schema.
Ans. The function setForceUpdate() helps to update the records even when there are no modifications on the record.
Ans. Go to - User Administration-> click on “Role”-> then click “New”.
Batch starts on 3rd Jun 2023, Weekend batch
Batch starts on 7th Jun 2023, Weekday batch
Batch starts on 11th Jun 2023, Weekend batch