Latest ServiceNow CAD Practice Test Questions, Certified Application Developer-ServiceNow Exam Dumps [Q98-Q114]

Share

Latest ServiceNow CAD Practice Test Questions, Certified Application Developer-ServiceNow Exam Dumps

Oct-2024 Pass ServiceNow CAD Exam in First Attempt Easily

NEW QUESTION # 98
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. Data Sources
  • B. Cl Relationship Builder
  • 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 # 99
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's records are added to the application record using the Create Application Files context menu item
  • B. Table A is not included in the System Clone > Exclude Tables list
  • C. Table A has an automatic number counter for new records
  • D. Table A is active and extends the Task table

Answer: A

Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_IncludeApplicationData.html


NEW QUESTION # 100
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

  • A. Workflow
  • B. Table
  • C. REST messages
  • D. Script Include

Answer: B

Explanation:
"By default, all application scope scripts can read the table's records but cannot perform any other database operations."https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/servicenow_administrator/app


NEW QUESTION # 101
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?

  • A. Roles
  • B. Groups
  • C. User Criteria
  • D. Categories

Answer: C


NEW QUESTION # 102
Which one of the following objects CANNOT be used in a Script Action script?

  • A. event
  • B. current
  • C. previous
  • D. GlideRecord

Answer: C

Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/platform-events/reference/r_


NEW QUESTION # 103
How many applications menus can an application have?

  • A. As many as the application design requires
  • B. 1, which is used for all application modules
  • C. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules
  • D. 2, one for an application's user modules and one for an application's administrator modules

Answer: A

Explanation:
Reference:
An application can have as many application menus as the application design requires. An application menu is a container for application modules, which are links to features or functionalities within an application. Application menus are displayed in the application navigator, which is the left sidebar of the ServiceNow interface. Developers can create and configure application menus using Studio or the Application Menus module. Application menus can have different roles and visibility settings, depending on the intended audience and purpose of the application. References: [ServiceNow Docs - Application menus], [ServiceNow Docs - Create an application menu]


NEW QUESTION # 104
Which role(s) are required to impersonate a user?
Choose 2 answers

  • A. sys_admin
  • B. impersonator
  • C. security_admin
  • D. sys_user
  • E. admin

Answer: B,E


NEW QUESTION # 105
Here is the Business Rule script template:

This type of JavaScript function is known as:

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

Answer: C

Explanation:
Self-invoking. Learn JavaScript!
This type of JavaScript function is known as self-invoking or immediately-invoked function expression (IIFE). It is a function that is defined and executed at the same time, without being assigned to a variable or being called by another function. It is often used to create a local scope for variables and avoid polluting the global namespace. References: [W3Schools - JavaScript Function Definitions], [MDN Web Docs - Immediately-invoked function expressions]


NEW QUESTION # 106
Which of the following is an available feature in Studio?
Choose 2 answers

  • A. Merge branches
  • B. Push to external source control
  • C. Search branch
  • D. Push to update set

Answer: A,C


NEW QUESTION # 107
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?

  • A. Scheduled Reports and Excel
  • B. Performance Analytics
  • C. Key Performance Indicators
  • D. Scheduled Reports, a custom snapshot table, and a Projection report
  • E. Scheduled Reports a custom snapshot table and a Trend report

Answer: B


NEW QUESTION # 108
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?

  • A. g_form.showInfoMessage()
  • B. g_form.addInfoMessage()
  • C. g_form.showFieldMsg()
  • D. g_form.addFieldMsg()

Answer: C

Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/useful-scripts/reference/r_Displa


NEW QUESTION # 109
When crafting a scoped application that contains flow actions, what is the application called?

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

Answer: D

Explanation:
A spoke is a scoped application that contains flow actions that can be used in Flow Designer. Spokes allow developers to create reusable actions that can be shared across applications and instances.
Reference:
Spokes - Product Documentation: San Diego - ServiceNow
Create a spoke - Product Documentation: San Diego - ServiceNow
Flow Designer Spokes - ServiceNow Developers


NEW QUESTION # 110
Which of the following is a good practice for adding instructions to a form?

  • A. Related links to wiki pages
  • B. A population read-only field
  • C. A context Menu UI Action
  • D. Annotations

Answer: D

Explanation:
"Add instructional text and other design elements to your forms by using form annotations in Form Builder."https://docs.servicenow.com/bundle/sandiego-application-development/page/administer/form-builder/ta


NEW QUESTION # 111
What is a Module?

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

Answer: A

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


NEW QUESTION # 112
What plugin enables the Guided Application Creator?

  • A. com.snc.apps_creator_template
  • B. com.glide.sn-guided-app-creator
  • C. com.glide.service_creator
  • D. com.glide.snc.apps_creator

Answer: B

Explanation:
"Guided Application Creator is enabled via the Guided Application Creator (com.glide.sn-guided-app-creator) plugin, which is active by default in the Now Platform." Located under "Activation Information" section at this URL:
https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/build/guided-app-creator/conce


NEW QUESTION # 113
The Report Designer contains different sections for configuring your report. Which section is used to specify the name of the report, and the table or data source for the report.

  • A. Properties
  • B. Sources
  • C. Type
  • D. Data
  • E. Configure

Answer: A


NEW QUESTION # 114
......

Free CAD Exam Files Downloaded Instantly 100% Dumps & Practice Exam: https://www.validtorrent.com/CAD-valid-exam-torrent.html

Updated Verified CAD dumps Q&As - 100% Pass Guaranteed: https://drive.google.com/open?id=1LMxC5Rf9AOLxBCKzuJjFMyi7HFL2jpqG