Free CAD Exam Braindumps (page: 3)

Page 2 of 70

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?

  1. All access to this table via web services
  2. Can create, Can update, and Can delete
  3. Can read does not affect the availability of other Application Access fields
  4. Allow configuration

Answer(s): B

Explanation:

"You must first select read access to grant any other API record operation." https://docs.servicenow.com/bundle/tokyo-application-
development/page/build/applications/reference/r_TableApplicationAccessFields.html The Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:
Can create. This field determines whether users can create records on the application tables. Can update. This field determines whether users can update records on the application tables. Can delete. This field determines whether users can delete records on the application tables. These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.
The following Application Access configuration fields are available regardless of the Can read configuration field:
All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP. Allow configuration. This field determines whether users can configure the application tables, such as adding or modifying fields, views, or indexes.


Reference:

Application Access, Certified Application Developer (CAD) Learning Path



Which of the following is NOT a trigger type in Flow Designer?

  1. Outbound Email
  2. Application
  3. Record
  4. Schedule

Answer(s): A

Explanation:

See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en- US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow- triggers.html

The trigger types in Flow Designer are Application, Record, Schedule, and Topic. Outbound Email is not a trigger type, but an action type that can be used in a flow to send an email message1.


Reference:

Flow Designer Trigger Types



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

  1. REST messages
  2. Table
  3. Script Include
  4. Workflow

Answer(s): B

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



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

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

Answer(s): B

Explanation:

https://docs.servicenow.com/bundle/tokyo-servicenow-
platform/page/administer/notification/task/t_CreateANotification.html https://developer.servicenow.com/dev.do#!/learn/learning- plans/quebec/new_to_servicenow/app_store_learnv2_automatingapps_quebec_when_to_send The Weight field in an Email Notification determines which notification is sent when multiple notifications are triggered for the same record and recipients. Only the notification with the highest weight is sent. A weight value of zero means the notification is always sent when the notification's When to send criteria is met. A weight value of -1 means that no email should be sent3.


Reference:

Email Notification Weight






Post your Comments and Discuss ServiceNow® CAD exam with other Community members:

CAD Discussions & Posts