ServiceNow CAD Certified Application Developer - ServiceNow Training and Certification Exam Practice Test

Page: 1 / 14
Total 264 questions
Question 1
Question 2

Which tables are available by default in a ServiceNow instance?

Choose 3 answers



Answer : A, C, D


Question 3

What are the benefits of storing the majority of an Application's server-side script logic in a Script Include?

a) This makes execution faster.

b) Only run when called from a script.

c) The script logic can be hidden when the Application is installed from the ServiceNow Store. d. For some changes to application logic there is only one place to make edits.



Question 4

Your customer would like to create a new template to notify users who are affected by network outages at their site. Which module would you use to create a new notification?



Answer : C


Question 5
Question 6

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



Answer : C

'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


Question 7

From the list below, identify one reason an application might NOT be a good fit with ServiceNow.

The application:



Answer : B

From the list below, the following is a reason an application might not be a good fit with ServiceNow:

Requires ''as-is'' use of low-level programming libraries. This is the correct answer because ServiceNow is a high-level platform that abstracts away the low-level details of the underlying infrastructure and technology stack. ServiceNow provides a rich set of APIs, tools, and features that allow users to develop applications without coding or with minimal coding. However, ServiceNow does not support the direct


Page:    1 / 14   
Total 264 questions