Certified Application Developer - ServiceNow Certification

 ServiceNow Certified Application Developer Exam

CAD Exam Questions 2023 

ServiceNow CAD Exam Preparation Dump Q&A (Part -4): These are the sample questions from which people can practice after their learning. Please don't depend on these questions as the questions may not come in exam. 

3. To see what scripts, reports, and other application artifacts will be in a published application:

A. Enter the name of the Application in the Global search field. 

 B. Open the list of Update Sets for the instance. 

 C. Examine the Application Files Related List in the application to be published. 

 D. Open the artifact records individually to verify the value in the Application field. 

Correct Answer: B

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

 A. All access to this table via web services 

 B. Can create, Can update, and Can delete 

 C. Can read does not affect the availability of other Application Access fields 

 D. Allow configuration 

 Answer: A 

Question #15 Which one of the following is true for a table with the `Allow configuration` Application Access option selected? 

 A. Only the in scope application's scripts can create Business Rules for the table 

 B. Any user with the application's user role can modify the application's scripts 

 C. Out of scope applications can create Business Rules for the table 

 D. Out of scope applications can add new tables to the scoped application 

 Answer: C 

Question #18 Here is the Business Rule script template: This type of JavaScript function is known as: 

A. Constructor 

 B. Scoped 

 C. Anonymous 

 D. Self-invoking 

 Answer: D

Question #20 There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong. 

 A. Identify the table 

 B. Script the function(s) 

 C. Create a class 

 D. Create a prototype object from the new class 

 Answer: A 

Question #29 In a Business Rule, which one of the following returns true if the currently logged in user has the admin role? 

 A. g_form.hasRoleExactly('admin') 

 B. gs.hasRole('admin') 

 C. g_form.hasRole('admin') 

 D. gs.hasRoleExactly('admin') 

 Answer: B 

Question #33 Which one of the following is true regarding Application Scope? 

 A. All applications are automatically part of the Global scope 

 B. Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts rd.

 C. Any developer can edit any application 

 D. Developers can choose the prefix for a scope's namespace 

 Answer: B 

Question #40 Which one of the following is part of the client-side scripting API? 

 A. workflow.scratchpad 

 B. GlideUser object (g_user) 

 C. current and previous objects 

 D. GlideSystem object (gs) 

 Answer: B 

Question #52 If the Create module field is selected when creating a table, what is the new module's default behavior? 

 A. Open an empty form so new records can be created 

 B. Open a link to a wiki article with instructions on how to customize the behavior of the new module 

 C. Display an empty homepage for the application 

 D. Display a list of all records from the table 

 Answer: D 

Question #53 How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables? 

 A. You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access 

 B. Set the Accessible from field value to All application scopes and de-select the Can create option 

 C. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option 

 D. Set the Accessible from field value to This application scope only 

 Answer: D 

Question #63 What are Application Files in a ServiceNow application? 

 A. An XML export of an application's table records 

 B. CSV files containing data imported into an application 

 C. ServiceNow artifacts comprising an application 

 D. XML exports of an application's Update Set 

 Answer: D 

Previous Post Next Post