PDF Download
FREE AND STUDY GAMES ABOUT SERVICE NOW CAD
EXAM Actual Qs and Ans Expert-Verified Explanation
This Exam contains:
-Guarantee passing score -74 Questions and Answers -format set of multiple-choice -Expert-Verified Explanation Question 1: Which of the following are true for reports in ServiceNow? (Choose three.)
Answer:
Can be a graphical representation of data. Can be run on demand by authorized users. Can be scheduled to be run and distributed by email.Question 2: In an Email Notification, which one of the following is NOT true for the Weight field?
Answer:
A Weight value of zero means that no email should be sent Question 3: Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
Answer:
source_control & admin Question 4: Which record is generated to indicate something has occurred in service now?
Answer:
Event Record
Question 5: When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Answer:
table.id will grant access to a specific record on the table Question 6: Which Report Type(s) can be created by right-clicking on a column header in a table's list?
Answer:
Bar Chart and Pie Chart Question 7: There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Answer:
Identify the table
Question 8: A UI policy has access to a scripts prior value? True or False?
Answer:
False Question 9: Application developers configure ServiceNow using industry standard JavaScript to...
Answer:
Extend and add functionality Question 10: Which one of the following is NOT a debugging strategy for client-side scripts?
Answer:
gs.log() Question 11: Which platform feature can be used to determine the relationships between field in an Import Set table to fields in an existing ServiceNow table?
Answer:
. Transform Map
Question 12: What import utility do you use when the field names on the import set match the name of the fields on the Target table?
Answer:
Transform Map Question 13: Any code changes done in a checked out workflow version will apply to all service now users triggering the workflow? True or False?
Answer:
False, when a workflow is checked out, changes apply only to the user who has the workflow checked out.Question 14: Identify the incorrect statement about Delegated Development in ServiceNow.
Answer:
Administrators can grant non-admin users the ability to develop global applications.Question 15: Which of the following methods prints a message on a blue background to the top of the current form by default?
Answer:
g_form.addInfoMessage()
Question 16: Which of the following are configured in an Email Notification?
Answer:
Who will receive the notification, What content will be in the notification, When to send the notification.Question 17: Is it mandatory to register an event in the event registry for it to be functional?
Answer:
Yes Question 18: From the list below, identify one reason an application might NOT be a good fit
with ServiceNow. The application:
Answer:
Requires "as-is" use of low-level programming libraries
Question 19: Which one of the following is true regarding Application Scope?
Answer:
.Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts Question 20: Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
Answer:
gs.log()
Question 21: Access to modules is controlled by
Answer:
Roles Question 22: Which one of the following is NOT required to link a ServiceNow application to a Git repository?
- Password
B. URL
- User name
- Application name
Answer:
Application name Question 23: A sequence of activities for automating processes and applications is achieved by
Answer:
Workflows Question 24: Client Scripts and UI Policies can execute based on view? True or False?
Answer:
True