Which one of the following objects CANNOT be used in a Script Action script?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
Which of the following is a good practice for adding instructions to a form?
Which is the base table of the configuration management database hierarchy?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
When crafting a scoped application that contains flow actions, what is the application called?
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which tool is used to define relationships between fields in an import set table and a target table?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
Which source control operation is available from BOTH Studio and the Git Repository?
What is the best practice related to using the Default Update Set for moving customizations between instances?
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
As administrator, what must you do to access features of High Security Settings?
Which one of the following is the fastest way to create and configure a Record Producer?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
What do you click when you have made modifications to your report, and you want to see the results without saving?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
What setting allows users to view a Knowledge Base article even if they are not logged in?
Modules must have a Link type. Which one of the following is a list of Link types?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
A customer requests the following data quality measures be added:
1. Incident numbers should be read-only on all lists and forms, for all users.
2. Short Description field should be mandatory, on all records, across all applications, on Insert.
Which type of policy would you use to meet this requirement?
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
To see what scripts, reports, and other application artifacts will be in a published application:
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Here is an example of the criteria set for a knowledge base:
• Companies: ACME North America
• Departments: HR
• Groups: ACME Managers
• Match All: Yes
In this example, what users would have access to this knowledge base?