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

Page: 1 / 14
Total 252 questions
Question 1

When creating an application through the Guided Application Creator, which of the following is a user experience option?



Question 2

What is the REST API Explorer used to do?



Answer : D

One of the uses of the ServiceNow REST API Explorer is to create sample code for sending REST requests to ServiceNow. The REST API Explorer is a tool that allows you to discover and test the ServiceNow REST APIs. You can select an API endpoint, set the HTTP method, parameters, headers, and body, and then execute the request. The REST API Explorer will show you the response status, headers, and body, as well as generate sample code for various languages and frameworks, such as cURL, Java, JavaScript, Node.js, Python, Ruby, and more. Reference: [Use the REST API Explorer - Product Documentation: Tokyo - ServiceNow], [Introduction to Scripted REST APIs - ServiceNow Developers]


Question 3

Which testing framework is used to test ServiceNow Applications?



Answer : A


Question 4

Client-side scripts manage what?



Question 5

Which path would you take to access the table configuration page from a form?



Answer : C


Question 6

When evaluating Access Controls, ServiceNow searches and evaluates:



Answer : C

When evaluating Access Controls, ServiceNow searches and evaluates:

From the most specific match to the most generic match. This is the correct answer because ServiceNow follows a top-down approach when evaluating Access Control (ACL) rules, which are used to restrict the access to the data and functionality of the ServiceNow platform based on the user's roles and conditions. ServiceNow starts with the most specific match, which is the field-level ACL rule, then moves to the table-level ACL rule, and finally to the global or * ACL rule. ServiceNow grants access if any of the ACL rules evaluates to true, and denies access if all of the ACL rules evaluate to false.

The following are not correct descriptions of how ServiceNow searches and evaluates Access Controls:

Only for matches on the current table. This is not correct because ServiceNow does not only look for matches on the current table, but also on the parent tables and the global or * table. For example, if there is no ACL rule for the incident table, ServiceNow will look for an ACL rule for the task table, which is the parent table of the incident table, and then for the global or * table, which is the parent table of all tables.

Only for matches on the current field. This is not correct because ServiceNow does not only look for matches on the current field, but also on the table that contains the field and the global or * table. For example, if there is no ACL rule for the short_description field on the incident table, ServiceNow will look for an ACL rule for the incident table, and then for the global or * table.

From the most generic match to the most specific match. This is not correct because ServiceNow does not follow a bottom-up approach when evaluating Access Controls, but a top-down approach, as explained above.Reference:Access Control Rules, ACL Evaluation Order

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


Question 7

When creating an application through the Guided Application Creator, what are the options for creating a table? Choose 3 answers

A. Extend a table B. Create a table from scratch C. Link to external tables D. Run import jobs E. Create a table from a template F. Use API calls G. Upload a spreadsheet



Answer : A, B, G

The Guided Application Creator in ServiceNow offers several methods for creating tables within a new application:


Page:    1 / 14   
Total 252 questions