An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
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 platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
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
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
Which set of steps is used to import spreadsheet data into a ServiceNow table?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
What field type would you select if you want to query records from another table on a form?
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
Application developers configure ServiceNow using industry standard JavaScript to…
When designing and creating a form, what do you create to organize fields on a form?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
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 server-side object provides methods for working with dates when writing a script in a privately scoped application?
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.
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 objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
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 one of the following is the baseline behavior of a table in a privately-scoped application?
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?
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?
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
To see what scripts, reports, and other application artifacts will be in a published application:
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
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?
Which is the base table of the configuration management database hierarchy?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
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?
Which server-side API debug log method is available for scoped applications?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which of the following is a good practice for adding instructions to a form?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
An application called My App has a table, MyAppTable, with the following Application Access configuration:
Accessible from: All application scopes
Can read: Selected
Can delete: Not selected
Allow configuration: Selected
Which of the following is true based on this configuration?
When crafting a scoped application that contains flow actions, what is the application called?
Here is the Business Rule script template:

This type of JavaScript function is known as:
For your implementation the following tables are extended from each other:
• Incident table is extended from Task table
• Super Incident table is extended from Incident table
In this situation, which table(s) are Parent. Child and Base tables?
Choose 5 answers
Which database operations can be controlled with Application Access? (Choose 2 answers)
What data types of Flow Variables are supported to store record data?
Choose 3 answers
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
How does the Application Picker interact with Application Scope in ServiceNow?
Which options are strategies for debugging client-side scripts?
Choose 2 answers
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers