Ultimate Guide to Prepare Free ServiceNow CAD Exam Questions & Answer [Q36-Q60]

Share

Ultimate Guide to Prepare Free ServiceNow CAD Exam Questions & Answer

Pass ServiceNow CAD Tests Engine pdf - All Free Dumps

NEW QUESTION 36
Which one of the following is true for GlideUser (g_user) methods?

  • A. Can be used in Client Scripts and UI Policies only
  • B. Can be used in Business Rules, and Scripts Includes
  • C. Can be used in Client Scripts, UI Policies, and UI Actions
  • D. Can be used in Business Rules only

Answer: C

 

NEW QUESTION 37
Which one of the following is true regarding Application Scope?

  • A. All applications are automatically part of the Global scope
  • B. Developers can choose the prefix for a scope's namespace
  • C. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
  • D. Any developer can edit any application

Answer: B

Explanation:
Explanation
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers

 

NEW QUESTION 38
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

  • A. Flow
  • B. Action
  • C. Spoke
  • D. Bundle

Answer: C

Explanation:
Explanation
A spoke is a scoped application containing Flow Designer content dedicated to a particular application or record type. Flow Designer provides a set of core actions to automate Now Platform processes. You can add application-specific core actions by activating the associated spoke.

 

NEW QUESTION 39
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

  • A. Create a prototype object from the new class
  • B. Create a class
  • C. Identify the table
  • D. Script the function(s)

Answer: C

 

NEW QUESTION 40
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?

  • A. ${event.<property name>}
  • B. ${property name>.getDisplayValue()}
  • C. ${current.<property name>}
  • D. ${gs.<property name>}

Answer: B

 

NEW QUESTION 41
Which of the following CANNOT be debugged using the Field Watcher?

  • A. Access Controls
  • B. Client Scripts
  • C. Script Includes
  • D. Business Rules

Answer: C

 

NEW QUESTION 42
Which one of the following is the fastest way to create and configure a Record Producer?

  • A. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
  • B. Create a Catalog Category, open the category, and select the Add New Record Producer button
  • C. Open the table in the Table records and select the Add to Service Catalog Related Link
  • D. Use the Record Producer module then add and configure all variables manually

Answer: B

Explanation:
Explanation/Reference:

 

NEW QUESTION 43
Which one of the following is NOT a debugging strategy for client-side scripts?

  • A. gs.log()
  • B. jslog()
  • C. Field Watcher
  • D. g_form.addInfoMessage()

Answer: A

 

NEW QUESTION 44
What is a Module?

  • A. A web-based way of providing software to end-users
  • B. A group of menus, or pages, providing related information and functionality to end-users
  • C. A way of helping users quickly access information and services by filtering the items in the Application Navigator
  • D. The functionality within an application menu such as opening a page in the content frame or a separate tab or window

Answer: C

 

NEW QUESTION 45
What is a Module?

  • A. A web-based way of providing software to end-users
  • B. A group of menus, or pages, providing related information and functionality to end-users
  • C. A way of helping users quickly access information and services by filtering the items in the Application Navigator
  • D. The functionality within an application menu such as opening a page in the content frame or a separate tab or window

Answer: C

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation- and-ui/task/t_CreateAModule.html

 

NEW QUESTION 46
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

  • A. all tables
  • B. child table
  • C. parent table
  • D. base table

Answer: B

 

NEW QUESTION 47
Here is the Business Rule script template:

This type of JavaScript function is known as:

  • A. Anonymous
  • B. Self-invoking
  • C. Constructor
  • D. Scoped

Answer: D

Explanation:
Explanation

 

NEW QUESTION 48
Which of the following methods are useful in Access Control scripts?

  • A. gs.hasRole() and current.isNew()
  • B. g_user.hasRole() and current.isNewRecord()
  • C. g_user.hasRole() and current.isNew()
  • D. gs.hasRole() and current.isNewRecord()

Answer: D

 

NEW QUESTION 49
Which one of the following client-side scripts apply to Record Producers?

  • A. Client Scripts and UI Policies
  • B. Catalog Client Scripts and Catalog UI Policies
  • C. UI Scripts and Record Producer Scripts
  • D. UI Scripts and UI Actions

Answer: B

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html

 

NEW QUESTION 50
Which one of the following is part of the client-side scripting API?

  • A. current and previous objects
  • B. workflow.scratchpad
  • C. GlideSystem object (gs)
  • D. GlideUser object (g_user)

Answer: A

 

NEW QUESTION 51
Which of the following methods prints a message on a blue background to the top of the current form by default?

  • A. g_form.showFieldMsg()
  • B. g_form.showFieldMessage()
  • C. g_form.addInfoMessage()
  • D. g_form.addInfoMsg()

Answer: A

 

NEW QUESTION 52
The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.

  • A. Tag
  • B. Branch
  • C. Update set
  • D. Stash

Answer: D

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ t_StashLocalChanges.html

 

NEW QUESTION 53
Which one of the following is part of the client-side scripting API?

  • A. current and previous objects
  • B. workflow.scratchpad
  • C. GlideSystem object (gs)
  • D. GlideUser object (g_user)

Answer: A

Explanation:
Explanation

 

NEW QUESTION 54
When configuring a REST Message, the Endpoint is:

  • A. The URI of the data to be accessed, queried, or modified
  • B. The commands to the REST script to stop execution
  • C. Information about the format of the returned data
  • D. The response from the provider indicating there is no data to send back

Answer: A

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/integrate/outbound- rest/reference/r_RESTMessageElements.html

 

NEW QUESTION 55
Which of the following objects does a Display Business Rule NOT have access to?

  • A. current
  • B. g_scratchpad
  • C. previous
  • D. GlideSystem

Answer: C

 

NEW QUESTION 56
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

  • A. Cl Relationship Builder
  • B. Data Sources
  • C. Business Service Management Map
  • D. Transform Map

Answer: D

Explanation:
Explanation
A transform map determines the relationships between fields displaying in an Import Set table and fields in an existing ServiceNow table, such as the Incidents or Users table.

 

NEW QUESTION 57
Which one of the following is true for a table with the "Allow configuration" Application Access option selected?

  • A. Out of scope applications can create Business Rules for the table
  • B. Out of scope applications can add new tables to the scoped application
  • C. Only the in scope application's scripts can create Business Rules for the table
  • D. Any user with the application's user role can modify the application's scripts

Answer: A

Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=1a721819dbfa23409a64e15b8a9619d2

 

NEW QUESTION 58
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

  • A. Cl Relationship Builder
  • B. Data Sources
  • C. Business Service Management Map
  • D. Transform Map

Answer: D

Explanation:
A transform map determines the relationships between fields displaying in an Import Set table and fields in an existing ServiceNow table, such as the Incidents or Users table.
Reference: https://community.servicenow.com/community?
id=community_question&sys_id=69fc8369db9cdbc01dcaf3231f961935

 

NEW QUESTION 59
Which one of the following is true?

  • A. A UI Policy's Scripts execute before the UI Policy's Actions
  • B. The execution order for a UI Policy's Scripts and Actions is determined at runtime
  • C. A UI Policy's Actions and Scripts execute at the same time
  • D. A UI Policy's Actions execute before the UI Policy's Scripts

Answer: A

 

NEW QUESTION 60
......


For more info visit:

Certified Application Developer - ServiceNow Training and Certification

ServiceNow Web Assessor

Now Learning

ServiceNow Training and Certification

ServiceNow CAD

ServiceNow Certification Program FAQ

 

Certified Application Developer-ServiceNow Practice Tests 2021 | Pass CAD with confidence!: https://drive.google.com/open?id=1WXbQXJYPHE4-lcEhY083RbQTcMkVHnfX

Online Exam Practice Tests with detailed explanations!: https://www.vcetorrent.com/CAD-valid-vce-torrent.html