Searching the best new exam braindumps which can guarantee you 100% pass rate, you don't need to run about busily by, our latest pass guide materials will be here waiting for you. With our new exam braindumps, you will pass exam surely.

CAD Exam PDF [2024] Tests Free Updated Today with Correct 120 Questions [Q29-Q44]

Share

CAD Exam PDF [2024] Tests Free Updated Today with Correct 120 Questions

ServiceNow CAD Exam Preparation Guide and PDF Download

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

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

Answer: C

Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af


NEW QUESTION # 30
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. Allow configuration
  • C. Can create, Can update, and Can delete
  • D. Can read does not affect the availability of other Application Access fields

Answer: A


NEW QUESTION # 31
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:

  • A. Uses forms extensively to interact with data
  • B. Requires "as-is" use of low-level programming libraries
  • C. Needs workflow to manage processes
  • D. Requires reporting capabilities

Answer: B


NEW QUESTION # 32
A graphical view of relationships among tables is a <blank>.

  • A. Map source report
  • B. Dependency view
  • C. Graphical User Interface
  • D. Schema map

Answer: D

Explanation:
"Schema map: Provides a graphical representation of the relationships between tables."
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html


NEW QUESTION # 33
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 # 34
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

  • A. table.field will grant access to a specific field in a record
  • B. table.id will grant access to a specific record on the table
  • C. table.None will grant access to every record on the table
  • D. table.*will grant access to every field in a record

Answer: B


NEW QUESTION # 35
Which class is NOT part of the Client side scoped APIs?

  • A. GuideForm
  • B. GuideAjex
  • C. GuideDialogWindow
  • D. GuideRecord

Answer: D

Explanation:
This class allows you to create and manipulate dialog windows on the user interface. You can use this class to display messages, forms, or custom HTML content in a modal window.
GuideAjex: This class allows you to make asynchronous calls to the server and process the response. You can use this class to retrieve data, execute scripts, or perform actions on the server without reloading the page.
GuideForm: This class allows you to access and manipulate the fields and values on a form. You can use this class to get or set field values, show or hide fields, add or remove options, or validate field inputs.
The class GuideRecord is not part of the Client side scoped APIs. GuideRecord is part of the Server side scoped APIs, which are a set of classes and methods that allow you to interact with the database and perform server-side logic on the ServiceNow platform. GuideRecord is a class that represents a record in a table and allows you to query, insert, update, or delete records on the server.
References:
[Client side scoped APIs]
[Server side scoped APIs]


NEW QUESTION # 36
Which of the following are configured in an Email Notification?
a) Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.

  • A. b, c and d
  • B. a, b, and d
  • C. a, b and c
  • D. a, c and d

Answer: C

Explanation:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0712569


NEW QUESTION # 37
Which of the following is NOT supported by Flow Designer?

  • A. Test a flow with rollback
  • B. Run a flow from a MetricBase Trigger
  • C. Call a subflow from a flow
  • D. Use Delegated Developer

Answer: A

Explanation:
Flow Designer is a graphical tool that allows users to automate processes in ServiceNow without coding. The following are supported by Flow Designer:
Call a subflow from a flow. This is a feature that allows users to invoke a subflow, which is a reusable unit of logic, from a flow. This can help simplify complex flows and avoid duplication of logic.
Use Delegated Developer. This is a feature that allows administrators to delegate the development and maintenance of flows and actions to users who are not administrators. This can help distribute the workload and empower non-admin users to create automations.
Run a flow from a MetricBase Trigger. This is a feature that allows users to trigger a flow based on a MetricBase query, which is a way of analyzing time-series data in ServiceNow. This can help automate actions based on data trends and patterns.
The following is not supported by Flow Designer:
Test a flow with rollback. This is not a feature of Flow Designer, but of Automated Test Framework (ATF), which is a tool that allows users to create and run automated tests on ServiceNow applications and features. ATF supports testing flows with rollback, which means reverting any changes made by the flow during the test execution. References: Flow Designer, Automated Test Framework


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

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

Answer: D

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


NEW QUESTION # 39
Which of the following statements does NOT apply when extending an existing table?

  • A. The new table inherits the functionality built into the parent table
  • B. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
  • C. You must script and configure all required behaviors
  • D. The new table inherits all of the fields from the parent table

Answer: A

Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/learn/learning-plans/orlando/new_to_servicenow/ app_store_learnv2_buildneedit_orlando_tables


NEW QUESTION # 40
Which one of the following is NOT a UI Action type?

  • A. List banner button
  • B. List choice
  • C. Form button
  • D. Form choice

Answer: D

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/list- administration/task/t_EditingAUIAction.html


NEW QUESTION # 41
When designing and creating a form, what do you create to organize fields on a form?

  • A. Buttons
  • B. Sections
  • C. Related lists
  • D. Tabs

Answer: B


NEW QUESTION # 42
Which Report Type(s) can be created by right-clicking on a column header in a table's list?

  • A. Bar Chart
  • B. Bar Chart, Pie Chart, Histogram, and Line
  • C. Bar Chart, Pie Chart, and Histogram
  • D. Bar Chart and Pie Chart

Answer: A


NEW QUESTION # 43
Which one of the following is NOT a purpose of application scoping?

  • A. Provide controls for how scripts from another scope can alter tables in a scoped application
  • B. Provide a namespace (prefix and scope name) to prevent cross application name collisions
  • C. Provide a way of tracking the user who developed an application
  • D. Provide a relationship between application artifacts

Answer: C


NEW QUESTION # 44
......

Verified & Correct CAD Practice Test Reliable Source Jan 09, 2024 Updated: https://pdftorrent.dumpexams.com/CAD-vce-torrent.html