What do you install when you want to add applications or functionality within your development instance?
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 that request access to an application?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
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 set of steps is used to import spreadsheet data into a ServiceNow table?
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
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 a custom table is created, which access control rules are automatically created?
Choose 4 answers
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Which path would you take to access the table configuration page from a form?
Here is the Business Rule script template:
This type of JavaScript function is known as:
Which of the following are true for reports in ServiceNow? (Choose three.)
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
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?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
What intuitive development interface guides users through the initial application development process?
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 must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
Which one of the following is the fastest way to create and configure a Record Producer?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
Which statement correctly describes the differences between a Client Script and a Business Rule?
ServiceNow contains a resource which provides the following:
• A standard and shared set of service related definitions across ServiceNow products and platform that will enable and support true service level reporting.
• A CMDB framework across our products and platform that will enable and support multiple configuration strategies.
What resource do these statements describe?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
Which one of the following is true for a table with the “Allow configuration†Application Access option selected?
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.
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
Which of the following objects does a Display Business Rule NOT have access to?
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 are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
Which of the following is NOT a way to install an application on a ServiceNow instance?
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 ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
Which database operations can be controlled with Access Control?
Choose 2 answers
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.
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
You have heard about a new application released by ServiceNow. You want to try it out, to see if it might be useful for your company's ServiceNow implementation. What would be the best way to get hands-on experience with the new application?
How does the Application Picker interact with Application Scope in ServiceNow?