ServiceNow CAD Exam Part 3 Quiz

Questions (52)

Number Questions Options
1 When crafting a scoped application that contains flow actions, what is the application called?
  • Row
  • Bundle
  • Spoke
  • Action
2

Which tables are available by default in a ServiceNow instance? (Choose three)

  • Issue
  • User
  • Incident
  • Project
  • Task
  • Item
3

What is the Event Registry?

  • A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated
  • A Workflow which is launched every time an Event is generated; used to debug Events
  • The method used in server side scripts to generate Events and pass parameters
  • The Event Log which lists all Events that have been generated
4

Which tool is used to define relationships between fields in an import set table and a target table?

  • Dictionary Map
  • Transform Map
  • Transform Schema
  • Schema Map
  • Field Transformer
  • Import Designer
5

What are the features of Flow Designer? (Choose Three)

  • Call a flow from another flow or subflow
  • Add stages to a flow
  • Run a flow from a Catalog item
  • Perform form field data validation at client side
  • Support Java Scripting code to test conditions that trigger the flow.
  • Test a flow using the 'Run as' feature
6

Which of the following is NOT a Flow Designer feature?

  • Add stages to a flow
  • Run a flow from a Catalog item
  • Test a flow using the “Run as” feature
  • Call a flow from another flow or subflow
7

Is it possible to change an application’s scope?

  • Yes, but only from global scope to private scope
  • Yes, but only from private scope to global scope
  • No, it’s not possible
  • Yes, it’s possible
8

What data types of Flow Designer variables are supported to store record data and complex data? (Choose three)

  • Choice
  • Integer
  • Array.Reference
  • String
  • Label data type
9

Flow Designer supports variable data types to store record data and complex data. Which of the following are supported variable data types? (Choose three)

  • Array.Boolean data type
  • Label data type
  • Choice data type
  • Array.Reference data type
  • Integer data type
  • Freedom data type
10

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

  • Application Super User
  • Application Fulfiller
  • Application Manager
  • Application Admin
11

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?

 
  • field 1 andfield3
  • field3 only
  • field1, field2. andfield3
  • All fields except field3
12

Tables that extend a table do what?

  • Automatically update the application scope
  • Inherit the parent's fields
  • Do not inherit the parent's fields
  • Sometimes inherit the parent's fields
13

Why create Applications in ServiceNow? (Choose Three)

  • To extend the value of ServiceNow
  • To allow users full access to all ServiceNow tables, records, and fields
  • To extend service delivery and management to all enterprise departments
  • To replace outdated, inadequate, custom business applications and processes
14

Which of the following statements is true about Guided Application Creator?

  • The global scope option is turned on by default
  • A scope application user role is automatically created
  • The welcome screen appears every time a new application is created
  • Default access controls are automatically created
15

Client-side scripts manage what?

  • Forms and Forms Fields
  • User access
  • Database and backend
  • Playbook access
16

Server-side scripts manage what?

  • User access
  • Forms and Fields
  • Playbook access
  • Database and backend
17

Which of the following are configured in an Email Notification? (Choose Three)

  • What content will be in the notification
  • Who will receive the notification
  • How to send the notification.
  • When to send the notification
18

To see what scripts, reports, and other application artifacts will be in a published application:

  • Enter the name of the Application in the Global search field
  • Open the list of Update Sets for the instance
  • Examine the Application Files Related List in the application to be published
  • Open the artifact records individually to verify the value in the Application field
19

What are three ServiceNow table creation methods?

  • Extend a table
  • Using legacy Workflows
  • Create a custom table
  • Upload and turn a spreadsheet into a custom table
  • Using Flow Designer
  • Use the Now Experience Table Creator
20

Identify the ways an application can respond to an Event generated by the gs.eventQueue() method: (Choose two)

  • Client Script
  • Email Notification
  • Scheduled Script Execution (Scheduled Job)
  • Script Action
  • UI Policy
21

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose three)

  • Publish to a local USB device
  • Publish to a spreadsheet
  • Publish to an Update Set
  • Publish to the ServiceNow Store
  • Publish to a local drive
  • Publish to an application repository
22

Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?

  • Form field values
  • UI pages
  • UI controls
  • Buttons
23

When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

  • Use the Date data type to enter the date and time of day
  • Use the Choice data type to limit options in a field
  • Use the Phone Number data type to automate phone number data validation
  • Use the String data type tor a free-form text field
24

What are the ways to designate data tables when using Guided Application Creator (GAC)? (Choose three)

  • Upload an existing spreadsheet
  • Upload an existing word processing document
  • Use an existing table on the platform
  • Use a freeform database
  • Create a new table on the platform
  • Upload an existing PDF
25

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

  • Cross-scope access records
  • Restricted caller access records
  • Caller tracking records
  • Access control level records
26

What is the purpose of the coalesce field when importing data?

  • If a match is not found, the existing record is updated
  • To identify and merge duplicate records
  • When a match is found, a new record is inserted
  • To determine if a record matches an existing record or is a new record
27

If you create a SOAP Message what syntax indicates a variable to pass when the function is called?

  • ${variable_name}
  • < variable_name >
  • < variable_name >.do?WSDL
  • current.variable_name
28

What are the benefits of storing the majority of an Application’s server-side script logic in a Script Include?

a. This makes execution faster.

b. Only run when called from a script.

c. The script logic can be hidden when the Application is installed from the ServiceNow Store.

d. For some changes to application logic there is only one place to make edits.

  • a, b, and d
  • a, b, c, and d
  • b, c, and d
  • a, b, and c
29

Which of the following is true about g_scratchpad? (Choose two)

  • Has constructors and methods
  • Used to push information from the server to the client
  • Does not exist on the mobile platform
  • Has default properties passed by client-side scripts
30

What is required to link a ServiceNow application to a Git repository? (Choose three)

  • User name
  • URI
  • ACL
  • Application name
  • Password
  • URL
31

What intuitive development interface guides users through the initial application development process?

  • Guided Tour Designer
  • Flow Designer
  • ServiceNow Studio
  • Guided Application Creator
32

What plugin enables the Guided Application Creator?

  • com.glide.sn-guided-app-creator
  • com.snc.apps_creator_template
  • com.glide.snc.apps_creator
  • com.glide.service_creator
33

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?

  • Conditions, Roles, Script
  • Script, Conditions, Roles
  • Roles, Conditions, Script
  • Conditions, Script, Roles
34

Which one of the following is true for the Application Picker and Application Scope?

  • Global is a reserved application which does not appear in the Application Picker
  • Selecting an application from the Application Picker does not set the Application Scope
  • Selecting an application from the Application Picker sets the Application Scope
  • Selecting Global in the Application Picker sets the Application Scope to Incident
35

Which of the following is an available feature in Studio? (Choose two)

  • Push to external source control
  • Search code
  • Merge branches
  • Push to update set
36

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

  • Upload spreadsheet
  • Create table from template
  • Create table from scratch
  • Extend a table
37

What are some benefits of developing private, scoped applications? (Choose two)

  • To replicate ServiceNow functions a private scope
  • To avoid using a code repository like GitHub or GitLab
  • To reduce risk at code collisions
  • To enable installation and uninstallation of an application
38

Which of the following statements is NOT true for the Form Designer?

  • To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
  • To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
  • To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
  • 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.
39

Which ATF Test step allows you to create a user with speeded roles and groups for the test?

  • Create a group
  • Create a role
  • Create a user
  • Impersonation
40

Which of the following can be an external data source for a ServiceNow application?

  • All of the above
  • CSV file
  • Data provided by a public web service using SOAP or REST
  • Microsoft Excel File
41

The Task table is an example of which of the following? (Choose two)

  • Parent class
  • Legacy class
  • Child class
  • Base class
42

Which of the following is true about deleting fields from a table?

  • Inherited fields can be deleted
  • Table records are deleted when a field is deleted
  • User-defined non-inherited fields can be deleted
  • Any field on a table can be deleted
43

Why would you build a custom app? (Choose two)

  • To replace ServiceNow base tables
  • To create a custom integration for a 3rd party system
  • To fulfill a specific use case on internal processes
  • To avoid using a code repository like GitHub or GitLab
44

Which class is NOT part of the Client side scoped APIs?

  • GlideDialogWindow
  • GlideAjax
  • GlideRecord
  • GlideForm
45

When designing and creating a form what do you create to organize fields on a form?

  • Buttons
  • Sections
  • Related lists
  • Tabs
46

What is the GlideForm Client-side scripting object?

  • g_form
  • sn.form
  • gs.form
  • gs_form
47

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

  • g_form.getUserSysID()
  • gs.getUserID()
  • gs.getUserSysID()
  • g_form.getUserID()
48

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.field3 read Access Control for users with the admin role

Which field or fields can a user with the itil role read?

  • field3 only
  • filed1 and field3
  • All fields
  • All fields except field3
49

When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?

  • System Logs > Events
  • System Logs > Emails
  • System Logs > Push Notifications
  • System Logs > ICE Logs
50

Which of the following GlideRecord methods run a query against a database table? (Choose three)

  • get()
  • _get()
  • runQuery()
  • query()
  • _query()
51

What Module Link type is used to access an Application Properties page?

  • Single Record
  • Script (from Arguments)
  • URL (from Arguments)
  • HTML (from Arguments)
52

Which of the following is NOT a way to install an application on a ServiceNow instance?

  • Install an application from the Application Repository
  • Select the Copy button on the application record
  • Download and install an application from the ServiceNow Share web site
  • Download and install a third-party application from the ServiceNow Store