To see what scripts, reports, and other application artifacts will be in a published application:
What do you install when you want to add applications or functionality within your development instance?
Which database operations can be controlled with Access Control?
Choose 2 answers
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
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?
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
Which table in ServiceNow stores the details of customizations included in an update set?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
What does the “Read-only” protection policy for Script Includes allow in a custom application?
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
(Which file type does ServiceNow Studio support for customizing system behavior through database actions?)
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
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
Your customer would like to create a new template to notify users who are affected by network outages at their site. Which module would you use to create a new notification?
The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:
• Number
• Task Type
• Parent
• Short Description
• Assignment Group
• Assignee
• Updated
After navigating to the list, where would you click, to meet this requirement?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
Which database operations can be controlled with Application Access? (Choose 2 answers)
An app developer enables the " Allow access to this table via web services " option in Application Access. What is the result of this configuration?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
In an Email Notification, which one of the following is NOT true for the Weight field?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
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.
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
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.
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 fields in an Import Set table to fields in an existing ServiceNow table?
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?
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
(What are valid reasons to develop an application on the ServiceNow platform? Choose 2 options.)
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
Which client-side scoped API class can be used as a replacement for GlideRecord?
(Where can a developer find business logic for recurring checks to identify unassigned task records? Choose 2 options.)
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
(Which default method prints a message with a blue background at the top of the current form?)
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user ' );
Application developers configure ServiceNow using industry standard JavaScript to…
This script fragment is executed in an application: g_user.hasRole( ' x_my_app_user ' );
What is the logical evaluation of this script fragment?
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)