Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
(How does the weight field value affect sending multiple notifications for the same record and recipients?)
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
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.
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
To see what scripts, reports, and other application artifacts will be in a published application:
(Which permissions can Administrators give to Delegated Developers? Choose 2 options.)
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
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.
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
When crafting a scoped application that contains flow actions, what is the application called?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which database operations can be controlled with Access Control?
Choose 2 answers
Application developers configure ServiceNow using industry standard JavaScript to…
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 ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Which of the following objects does a Display Business Rule NOT have access to?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
(Which file type does ServiceNow Studio support for customizing system behavior through database actions?)
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
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
The source control operation used to store local changes on an instance for later application is called a(n)
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 feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
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.
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.
What is the best practice related to using the Default Update Set for moving customizations between instances?
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?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
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?
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
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 Script Include with a Protection Policy value of Protected?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)
For Application Access, there is a configuration option called "Allow access to this table via web services." Which one of the following statements is true when this option is selected?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Which one of the following is NOT a debugging strategy for client-side scripts?
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
Which ATF Test step allows you to create a user with specified roles and groups for the test?
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?
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
How can an application respond to an Event triggered by the gs.eventQueueO method?
Choose 2 answers