ServiceNow CAD Übungsprüfungen
Zuletzt aktualisiert am 27.04.2025- Prüfungscode: CAD
- Prüfungsname: ServiceNow Certified Application Developer
- Zertifizierungsanbieter: ServiceNow
- Zuletzt aktualisiert am: 27.04.2025
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan.
What are some of the considerations to document as part of the business process?
- A . Business problem, data input/output, users/stakeholders, and process steps
- B . Business problem, data input/output, project schedule, and process steps
- C . Business problem, data input/output, users/stakeholders, and database capacity
- D . Business problem, users/stakeholders, available licenses, and database capacity
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
- A . Needs workflow to manage processes
- B . Requires “as-is” use of low-level programming libraries
- C . Requires reporting capabilities
- D . Uses forms extensively to interact with data
When configuring a REST Message, the Endpoint is:
- A . The commands to the REST script to stop execution
- B . The URI of the data to be accessed, queried, or modified
- C . Information about the format of the returned data
- D . The response from the provider indicating there is no data to send back
Tables that extend a table do what?
- A . Sometimes inherit the parent’s fields
- B . Automatically update the application scope
- C . Do not inherit the parent’s fields
- D . Inherit the parent’s fields
What field type would you select if you want to query records from another table on a form?
- A . Use the Phone Number field type.
- B . Use the Reference field type.
- C . Use the Date field type.
- D . Use the String field type.
Which of the following is NOT a way to install an application on a ServiceNow instance?
- A . Install an application from the Application Repository
- B . Select the Copy button on the application record
- C . Download and install an application from the ServiceNow Share web site
- D . Download and install a third-party application from the ServiceNow Store
a. To replace outdated, inadequate, custom business applications and processes
b. To extend service delivery and management to all enterprise departments
c. To allow users full access to all ServiceNow tables, records, and fields
d. To extend the value of ServiceNow
- A . a, b, and c
- B . a, b, c, and d
- C . b, c, and d
- D . a, b, and d
When debugging Email Notifications, what must you check on a user record? Choose 2 answers
- A . The user must not be locked out.
- B . Delegation must be enabled.
- C . Active must be true.
- D . The First name and Last name fields must have values.
- E . The Email field must have a valid value.
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
- A . Access List
- B . Can Access
- C . Accessible to
- D . Can Read
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A’s records to be installed as part of the application.
Table A’s records will be installed when:
- A . Table A is active and extends the Task table
- B . Table A’s records are added to the application record using the Create Application Files context menu item
- C . Table A has an automatic number counter for new records
- D . Table A is not included in the System Clone > Exclude Tables list