Skip to main content

CAD Real Exam Questions

Certified Application Developer

151 questions available · Page 1 of 16

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:

Which field or fields can a user with the itil role read?

  1. A

    All fields except field3

  2. B

    field1, field2, and field3

  3. C

    field1 and field3

  4. D

    field3 only

Show answer and explanation

Correct answer: D

Question 2 Single choice

Server-side scripts manage what?

  1. A

    Database and backend

  2. B

    Playbook access

  3. C

    User access

  4. D

    Forms and Fields

Show answer and explanation

Correct answer: A

Question 3 Single choice

Which of the following is true about deleting fields from a table?

  1. A

    Table records are deleted when a field is deleted

  2. B

    User-defined non-inherited fields can be deleted

  3. C

    Any field on a table can be deleted

  4. D

    Inherited fields can be deleted

Show answer and explanation

Correct answer: B

Question 4 Single choice

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:

  1. A

    Table A is active and extends the Task table

  2. B

    Table A's records are added to the application record using the Create Application Files context menu item

  3. C

    Table A has an automatic number counter for new records

  4. D

    Table A is not included in the System Clone > Exclude Tables list

Show answer and explanation

Correct answer: A

Question 5 Single choice

What is the Endpoint when configuring a REST Message?

  1. A

    The URI of the WebServer

  2. B

    The command to the REST script to stop execution

  3. C

    Tne URI of the data to be accessed, queried, or modified

  4. D

    The provider response indicates there is no data to send back

Show answer and explanation

Correct answer: C

Question 6 Single choice

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

  1. A

    Schema map

  2. B

    Dependency view

  3. C

    Graphical User Interface

  4. D

    Map source report

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html

Question 7 Single choice

Which of the following is NOT a way to install an application on a ServiceNow instance?

  1. A

    Install an application from the Application Repository

  2. B

    Select the Copy button on the application record

  3. C

    Download and install an application from the ServiceNow Share web site

  4. D

    Download and install a third-party application from the ServiceNow Store

Show answer and explanation

Correct answer: B

Question 8 Single choice

What are Application Files in a ServiceNow application?

  1. A

    An XML export of an application's table records

  2. B

    CSV files containing data imported into an application

  3. C

    ServiceNow artifacts comprising an application

  4. D

    XML exports of an application's Update Set

Show answer and explanation

Correct answer: D

Explanation

References:
https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/concept/c_ApplicationFiles.html

Question 9 Multiple choice

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose three.)

  1. A

    The user has one of the roles specified in the Required roles related list.

  2. B

    Scripts configured in the Access Control must evaluate to true.

  3. C

    Other matching Access Controls for the records evaluate to true.

  4. D

    Conditions configured in the Access Control must evaluate to true.

  5. E

    The user must be granted access through a business rule.

Show answer and explanation

Correct answers: A, B, D

Question 10 Single choice

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

  1. A

    GlideRecord and current

  2. B

    GlideUser and GlideRecord

  3. C

    GlideSystem and GlideRecord

  4. D

    GlideSystem and current

Show answer and explanation

Correct answer: C