Which tool is used to define relationships between fields in an import set table and a target table?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
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?
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?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
What data types of Flow Variables are supported to store record data?
Choose 3 answers
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
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?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Which source control operation is available from BOTH Studio and the Git Repository?
When designing and creating a form, what do you create to organize fields on a form?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes
B) To extend service delivery and management to all enterprise departments
C) To allow users full access to all ServiceNow tables, records and fields
D) To extend the value of ServiceNow
Which of the following is NOT a way to install an application on a ServiceNow instance?
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?
When crafting a scoped application that contains flow actions, what is the application called?
Which of the following is true for the Application Picker and Application Scope?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which of the following statements is true for the Form Designer?
a)To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b)To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
While showing a customer their Incident form, they ask to change the Priority field title to display their internal terminology Value. How would you do that?
Choose 2 answers
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
The Report Designer contains different sections for configuring your report. Which section is used to specify the name of the report, and the table or data source for the report.
Which of the following objects does a Before Business Rule have access to in a script?
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?
Which of the following are configured in an Email Notification?
a)Who will receive the notification.
b)What content will be in the notification.
c)When to send the notification.
d)How to send the notification.
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?