
Latest CAD Exam Real Tests Free Updated Today
CAD Real Exam Question Answers Updated [Dec 14, 2021]
ServiceNow CAD Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
NEW QUESTION 14
How many applications menus can an application have?
- A. 2, one for an application's user modules and one for an application's administrator modules
- B. 1, which is used for all application modules
- C. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules
- D. As many as the application design requires
Answer: D
NEW QUESTION 15
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
- A. GlideSystem and current
- B. GlideUser and GlideRecord
- C. GlideSystem and GlideRecord
- D. GlideRecord and current
Answer: D
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/ concept/c_UsefulSchedulingScripts.html
NEW QUESTION 16
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.
- A. a, b and c
- B. a, c and d
- C. b, c and d
- D. a, b, and d
Answer: A
NEW QUESTION 17
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, and Scripts Includes
- C. Can be used in Client Scripts, UI Policies, and UI Actions
- D. Can be used in Business Rules only
Answer: C
Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI
NEW QUESTION 18
Which one of the following is true regarding Application Scope?
- A. All applications are automatically part of the Global scope
- B. Developers can choose the prefix for a scope's namespace
- C. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
- D. Any developer can edit any application
Answer: B
Explanation:
Explanation/Reference:
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
NEW QUESTION 19
When configuring a module, what does the Override application menu roles configuration option do?
- A. Self-Service users can access the module even though they do not have roles
- B. Users with the module role but without access to the application menu access the module
- C. Users with access to the application menu can see the module even if they don't have the module role
- D. Admin is given access to the module even if Access Controls would ordinarily prevent access
Answer: C
NEW QUESTION 20
Identify the incorrect statement about Delegated Development in ServiceNow.
- A. Administrators can grant the developer access to security records.
- B. Administrators can grant the developer access to script fields.
- C. Administrators can grant non-admin users the ability to develop global applications.
- D. Administrators can specify which application file types the developer can access.
Answer: D
NEW QUESTION 21
In an Email Notification, which one of the following is NOT true for the Weight field?
- A. The Weight value defaults to zero
- B. Only Notifications with the highest weight for the same record and recipients are sent
- C. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
- D. A Weight value of zero means that no email should be sent
Answer: D
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/notification/task/ t_CreateANotification.html
NEW QUESTION 22
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
- A. gs.log()
- B. gs.warn()
- C. gs.error()
- D. gs.debug()
Answer: A
NEW QUESTION 23
To see what scripts, reports, and other application artifacts will be in a published application:
- A. Enter the name of the Application in the Global search field
- B. Examine the Application Files Related List in the application to be published
- C. Open the list of Update Sets for the instance
- D. Open the artifact records individually to verify the value in the Application field
Answer: C
NEW QUESTION 24
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
- A. g_user.hasRole('catalog_admin')
- B. g_user.hasRoleOnly('catalog_admin')
- C. g_user.hasRoleFromList('catalog_admin')
- D. g_user.hasRoleExactly('catalog_admin')
Answer: B
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=dff705e6db7757c0d58ea345ca96196b
NEW QUESTION 25
Which of the following CANNOT be debugged using the Field Watcher?
- A. Access Controls
- B. Client Scripts
- C. Script Includes
- D. Business Rules
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/debugging/ concept/c_FieldWatcher.html
NEW QUESTION 26
Which one of the following is the fastest way to create and configure a Record Producer?
- A. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
- B. Create a Catalog Category, open the category, and select the Add New Record Producer button
- C. Open the table in the Table records and select the Add to Service Catalog Related Link
- D. Use the Record Producer module then add and configure all variables manually
Answer: B
Explanation:
Explanation/Reference:
NEW QUESTION 27
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
- A. gs.log()
- B. gs.warn()
- C. gs.error()
- D. gs.debug()
Answer: A
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=bd71cb29db98dbc01dcaf3231f9619c6
NEW QUESTION 28
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?
- A. You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access
- B. Set the Accessible from field value to All application scopes and de-select the Can create option
- C. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
- D. Set the Accessible from field value to This application scope only
Answer: A
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html
NEW QUESTION 29
Which of the following objects does a Display Business Rule NOT have access to?
- A. current
- B. g_scratchpad
- C. previous
- D. GlideSystem
Answer: C
NEW QUESTION 30
The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.
- A. Tag
- B. Branch
- C. Update set
- D. Stash
Answer: D
NEW QUESTION 31
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
- A. Publisher
- B. Consumer
- C. Provider
- D. Specialist
Answer: B
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/integrate/web-services/ reference/r_AvailableWebServices.html
NEW QUESTION 32
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
- A. The Protection policy option can only be enabled by a user with the admin role
- B. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
- C. The Protection Policy is applied only if the glide.app.apply_protection system property value is true
- D. Any user with the protected_edit role can see and edit the Script Include
Answer: A
NEW QUESTION 33
Which one of the following is NOT a purpose of application scoping?
- A. Provide controls for how scripts from another scope can alter tables in a scoped application
- B. Provide a relationship between application artifacts
- C. Provide a way of tracking the user who developed an application
- D. Provide a namespace (prefix and scope name) to prevent cross application name collisions
Answer: A
NEW QUESTION 34
Which one of the following client-side scripts apply to Record Producers?
- A. Client Scripts and UI Policies
- B. Catalog Client Scripts and Catalog UI Policies
- C. UI Scripts and Record Producer Scripts
- D. UI Scripts and UI Actions
Answer: B
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html
NEW QUESTION 35
......
Latest CAD Study Guides 2021 - With Test Engine PDF: https://www.lead1pass.com/ServiceNow/CAD-practice-exam-dumps.html
Easily To Pass New ServiceNow CAD Dumps with 60 Questions: https://drive.google.com/open?id=14LlvSMOrcIVKbeVOdQw3UMNkspLbqKKm