How does ServiceNow match inbound email to existing records?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationReferences: https://developer.servicenow.com/dev.do#!/learn/courses/quebec/app_store_learnv2_flowdesigner_quebec_flow_designer/app_store_learnv2_flowdesigner_quebec_notifications_in_flow_designer/app_store_learnv2_flowdesigner_quebec_inbound_email_and_flows
Which one of the following is true?
-
A
A UI Policy's Actions execute before the UI Policy's Scripts
-
B
The execution order for a UI Policy's Scripts and Actions is determined at runtime
-
C
A UI Policy's Scripts execute before the UI Policy's Actions
-
D
A UI Policy's Actions and Scripts execute at the same time
Reveal answer details
Close answer details
Correct answerC
ExplanationReferences: https://community.servicenow.com/community?id=community_question&sys_id=5cf5d3f7db72f784f7fca851ca96199b
Here is the Business Rule script template:  This type of JavaScript function is known as:
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
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
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Which one of the following is true for GlideUser (g_user) methods?
-
A
Can be used in Client Scripts and UI Policies only
-
B
Can be used in Business Rules only
-
C
Can be used in Client Scripts, UI Policies, and UI Actions
-
D
Can be used in Business Rules, and Scripts Includes
Reveal answer details
Close answer details
Correct answerC
ExplanationReferences: https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI
Which class is NOT part of the Client side scoped APIs?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent m response to an event?
-
A
-
B
-
C
System Logs > Push Notifications
-
D
Reveal answer details
Close answer details
Which of the following is NOT a way to install an application on a ServiceNow instance?
-
A
Install an application from the Application Repository
-
B
Select the Copy button on the application record
-
C
Download and install an application from the ServiceNow Share web site
-
D
Download and install a third-party application from the ServiceNow Store
Reveal answer details
Close answer details
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
-
A
Create table from template
-
B
Create table from scratch
-
C
-
D
Reveal answer details
Close answer details
Question 10
Multiple choice
Which of the following GlideRecord methods run a query against a database table? (Choose three.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 11
Single choice
What is the purpose of the Application Picker?
-
A
Select an application to run
-
B
Select an application as a favorite in the Application Navigator
-
C
Choose an application to edit and set the Application Scope
-
D
Choose an application to download and install
Reveal answer details
Close answer details
Question 12
Multiple choice
Which of the following are true for reports in ServiceNow? (Choose three.)
-
A
Any user can see any report shared with them.
-
B
Can be a graphical representation of data.
-
C
All users can generate reports on any table.
-
D
Can be run on demand by authorized users.
-
E
Can be scheduled to be run and distributed by email.
Reveal answer details
Close answer details
Correct answersA, B, D
ExplanationReferences: https://docs.servicenow.com/bundle/orlando-performance-analytics-and-reporting/page/use/reporting/task/t_ShareASetting.html
Question 13
Single choice
What are Application Files in a ServiceNow application?
-
A
An XML export of an application's table records
-
B
CSV files containing data imported into an application
-
C
ServiceNow artifacts comprising an application
-
D
XML exports of an application's Update Set
Reveal answer details
Close answer details
Correct answerD
ExplanationReferences: https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/concept/c_ApplicationFiles.html
Question 14
Single choice
When crafting a scoped application that contains flow actions, what is the application called?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 15
Single choice
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
-
A
-
B
-
C
-
D
Create a prototype object from the new class
Reveal answer details
Close answer details
Question 16
Multiple choice
Why would you build a custom app? (Choose two.)
-
A
To avoid using a code repository like GitHub or GitLab
-
B
To replace ServiceNow base tables
-
C
To fulfill a specific use case on internal processes
-
D
To create a custom integration for a 3rd party system
Reveal answer details
Close answer details
Question 17
Single choice
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.
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 18
Single choice
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
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 19
Single choice
Which of the following can be an external data source for a ServiceNow application?
-
A
-
B
Data provided by a public web service using SOAP or REST
-
C
-
D
Reveal answer details
Close answer details
Question 20
Single choice
What is the Endpoint when configuring a REST Message?
-
A
-
B
The command to the REST script to stop execution
-
C
Tne URI of the data to be accessed, queried, or modified
-
D
The provider response indicates there is no data to send back
Reveal answer details
Close answer details
Question 21
Single choice
Which one of the following is NOT true for Modules?
-
A
Modules open content pages
-
B
Access to Modules is controlled with roles
-
C
Every Module must be part of an Application Menu
-
D
Every Module must be associated with a table
Reveal answer details
Close answer details
Correct answerD
ExplanationReferences: https://community.servicenow.com/community?id=community_question&sys_id=bf40c435db7abf80414eeeb5ca9619b3
Question 22
Single choice
When designing and creating a form what do you create to organize fields on a form?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 23
Single choice
If the Create module field is selected when creating a table, what is the new module's default behavior?
-
A
Open an empty form so new records can be created
-
B
Open a link to a wiki article with instructions on how to customize the behavior of the new module
-
C
Display an empty homepage for the application
-
D
Display a list of all records from the table
Reveal answer details
Close answer details
|