[Apr 24, 2023] CAD Practice Exam Dumps - 99% Marks In ServiceNow Exam [Q33-Q53]

Share

[Apr 24, 2023] CAD Practice Exam Dumps - 99% Marks In ServiceNow Exam

Updated Verified CAD Q&As - Pass Guarantee or Full Refund

NEW QUESTION 33
Modules must have a Link type. Which one of the following is a list of Link types?

  • A. Assessment, List of Records, Content Page, Roles
  • B. Assessment, List of Records, Separator, Timeline Page
  • C. List of Records, Content Page, Order, URL (from arguments:)
  • D. List of Records, Separator, Catalog Type, Roles

Answer: B

Explanation:
Explanation
Explanation/Reference: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/ navigation_and_ui/reference/r_ModuleLinkTypes.html

 

NEW QUESTION 34
Client-side scripts manage what?

  • A. Database and backend
  • B. Forms and Forms Fields
  • C. Playbook access
  • D. User access

Answer: A

Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html

 

NEW QUESTION 35
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?

  • A. Load Data, Create Transform Map, Run Transform Most Voted
  • B. Select Import Set, Select Transform Map, Run Transform
  • C. Select Data Source, Schedule Transform
  • D. Define Data Source, Select Transform Map, Run Transform

Answer: A

 

NEW QUESTION 36
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

  • A. Script Include
  • B. Workflow
  • C. Table
  • D. REST messages

Answer: C

Explanation:
"By default, all application scope scripts can read the table's records but cannot perform any other database operations." https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/servicenow_administrator/app_store_learnv2_securingapps_tokyo_application_access_database_settings

 

NEW QUESTION 37
In an Email Notification, which one of the following is NOT true for the Weight field?

  • A. Only Notifications with the highest weight for the same record and recipients are sent
  • B. A Weight value of zero means that no email should be sent
  • C. The Weight value defaults to zero
  • D. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met

Answer: B

 

NEW QUESTION 38
When configuring a module, what does the Override application menu roles configuration option do?

  • A. Users with the module role but without access to the application menu access the module
  • B. Users with access to the application menu can see the module even if they don't have the module role
  • C. Self-Service users can access the module even though they do not have roles
  • D. Admin is given access to the module even if Access Controls would ordinarily prevent access

Answer: B

Explanation:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0716421

 

NEW QUESTION 39
In an Email Notification, which one of the following is NOT true for the Weight field?

  • A. Only Notifications with the highest weight for the same record and recipients are sent
  • B. A Weight value of zero means that no email should be sent
  • C. The Weight value defaults to zero
  • D. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met

Answer: B

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/notification/task/ t_CreateANotification.html

 

NEW QUESTION 40
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, c and d
  • B. a, b and c
  • C. b, c and d
  • D. a, b, and d

Answer: B

 

NEW QUESTION 41
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?

  • A. Set the Accessible from field value to This application scope only
  • 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. 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

Answer: D

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html

 

NEW QUESTION 42
When evaluating Access Controls, ServiceNow searches and evaluates:

  • A. From the most generic match to the most specific match
  • B. Only for matches on the current table
  • C. From the most specific match to the most generic match
  • D. Only for matches on the current field

Answer: C

Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/paris/new_to_servicenow/app_store_learnv2_securingapps_paris_access_controls_evaluation_order

 

NEW QUESTION 43
Which of the following CANNOT be debugged using the Field Watcher?

  • A. Client Scripts
  • B. Script Includes
  • C. Business Rules
  • D. Access Controls

Answer: B

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/debugging/ concept/c_FieldWatcher.html

 

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

  • A. Use the string data type for a free-form text field.
  • B. Use the Choice data type to limit options in a field
  • C. Use the Phone Number data type to automate phone number data validation.
  • D. Use the Data data type to enter the date and time of day.

Answer: D

 

NEW QUESTION 45
A graphical view of relationships among tables is a <blank>.

  • A. Schema map
  • B. Map source report
  • C. Graphical User Interface
  • D. Dependency view

Answer: A

Explanation:
"Schema map: Provides a graphical representation of the relationships between tables."
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html

 

NEW QUESTION 46
Which of the following methods prints a message on a blue background to the top of the current form by default?

  • A. g_form.showFieldMsg()
  • B. g_form.showFieldMessage()
  • C. g_form.addInfoMessage()
  • D. g_form.addInfoMsg()

Answer: A

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/ reference/r_DisplayFieldMessages.html

 

NEW QUESTION 47
Which of the following methods are useful in Access Control scripts?

  • A. g_user.hasRole() and current.isNewRecord()
  • B. gs.hasRole() and current.isNew()
  • C. gs.hasRole() and current.isNewRecord()
  • D. g_user.hasRole() and current.isNew()

Answer: C

Explanation:
Explanation/Reference: http://servicenowmypath.blogspot.com/2017/

 

NEW QUESTION 48
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?

  • A. g_form.hasRole('admin')
  • B. gs.hasRole('admin')
  • C. gs.hasRoleExactly('admin')
  • D. g_form.hasRoleExactly('admin')

Answer: B

Explanation:
Business Rule is server-side, so it uses GlideSystem API. gs.hasRoleExactly doesn't exist

 

NEW QUESTION 49
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

  • A. Identify the table
  • B. Create a prototype object from the new class
  • C. Script the function(s)
  • D. Create a class

Answer: A

 

NEW QUESTION 50
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

  • A. Flow
  • B. Bundle
  • C. Spoke
  • D. Action

Answer: C

Explanation:
https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/concept/spokes.html A spoke is a scoped application containing Flow Designer content dedicated to a particular application or record type. Flow Designer provides a set of core actions to automate Now Platform® processes. You can add application-specific core actions by activating the associated spoke.

 

NEW QUESTION 51
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.)

  • A. source_control_admin
  • B. admin
  • C. git_admin
  • D. source_control

Answer: B,D

 

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

  • A. g_form getUserSysy
  • B. gs.getUserID()
  • C. gs.getUserSysID()
  • D. g_form getUserID()

Answer: B

Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/glideSystemScoped/concept/c_GlideSystemScopedAPI.html

 

NEW QUESTION 53
......

CAD Real Valid Brain Dumps With 102 Questions: https://www.dumpstests.com/CAD-latest-test-dumps.html

CAD Certification with Actual Questions: https://drive.google.com/open?id=1w3xxqDMq3rKeN0L5DLHxjP8yE6uri65m