[Dec 06, 2024] Fully Updated CAD Dumps - 100% Same Q&A In Your Real Exam
Latest CAD Exam Dumps - Valid and Updated Dumps
ServiceNow CAD certification exam consists of 60 multiple-choice questions that must be completed within 90 minutes. CAD exam covers a range of topics, including ServiceNow platform architecture, application development, scripting, user interface customization, and integrations with other systems. To pass the exam, candidates must score at least 75% or higher. Upon passing the exam, candidates will receive a certification that is valid for two years, after which they must recertify to maintain their certification status. The ServiceNow CAD certification is a valuable credential to have for developers looking to advance their careers and demonstrate their expertise in ServiceNow application development.
NEW QUESTION # 77
Which Report Type(s) can be created by right-clicking on a column header in a table's list?
- A. Bar Chart and Pie Chart
- B. Bar Chart, Pie Chart, Histogram, and Line
- C. Bar Chart, Pie Chart, and Histogram
- D. Bar Chart
Answer: A
Explanation:
The Bar Chart and Pie Chart report types can be created by right-clicking on a column header in a table's list.
These report types show how individual pieces of data relate to the whole using proportional bars or slices.
You can also choose different aggregation methods such as count, sum, average, min, max, or percent.
Reference: [Create reports from lists]
NEW QUESTION # 78
Which of the following is an available feature in Studio?
Choose 2 answers
- A. Merge branches
- B. Search branch
- C. Push to external source control
- D. Push to update set
Answer: B,C
Explanation:
Search branch and merge branches are available features in Studio. Search branch allows you to search for a specific branch name or ID in your Git repository. Merge branches allows you to merge changes from one branch to another, resolving any conflicts that may arise. Push to external source control and push to update set are not available features in Studio. Push to external source control is a feature of Source Control Integration, which is a separate application from Studio. Push to update set is a feature of Update Set Previewer, which is also a separate application from Studio. Reference: Studio, Source Control Integration, Update Set Previewer
NEW QUESTION # 79
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
- A. GlideSystem
- B. GlideDate Time
- C. GlideRecord
- D. current
Answer: B
Explanation:
https://developer.servicenow.com/dev.do#!/reference/api/paris/server_legacy/c_GlideSystemAPI#r_GS-nowNoTZ
NEW QUESTION # 80
Which of the following statements is true for the Form Designer?
a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
- A. a, b, c, and d
- B. a, b, and d
- C. a, b, and c
- D. b, c, and d
Answer: C
Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept/c_FormDesign.html The Form Designer is a graphical interface for creating and customizing forms. The following statements are true for the Form Designer:
To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. This will add the field to the form view without changing the table definition.
To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. This will create a new column on the table and add the field to the form view.
To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. This will remove the field from the form view but not from the table definition.
The following statement is false for the Form Designer:
To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form. This is incorrect because sections are not available in the Field Types tab. To add a section, click the Add Section button on the toolbar or right-click on the form and select Add Section. Reference: Introduction to App Engine Studio for Developers, ServiceNow Studio Overview, Form Designer
NEW QUESTION # 81
What is a Module?
- A. A web-based way of providing software to end-users
- B. A way of helping users quickly access information and services by filtering the items in the Application Navigator
- C. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
- D. A group of menus, or pages, providing related information and functionality to end-users
Answer: B
Explanation:
https://docs.servicenow.com/bundle/rome-platform-user-interface/page/administer/navigation-and-ui/task/t_CreateAModule.html A module is the functionality within an application menu such as opening a page in the content frame or a separate tab or window. For example, Open is a module under the Problem application menu that opens a list of problem records. Modules are the second level navigation options for applications. Reference: Modules | ServiceNow Tutorials
NEW QUESTION # 82
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. Transform Map
- C. Data Sources
- D. Business Service Management Map
Answer: B
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:
The following platform feature can be used to determine the relationships between fields in an Import Set table to fields in an existing ServiceNow table:
Transform Map. This is a feature that defines the mapping between the fields of an Import Set table and the fields of a target table, such as incident, problem, or user. A transform map also specifies the logic and rules for transforming the imported data, such as coalescing, scripting, or applying data policies.
The following platform features are not used to determine the relationships between fields in an Import Set table to fields in an existing ServiceNow table:
Business Service Management Map. This is a feature that provides a graphical representation of the configuration items (CIs) and their relationships in the Configuration Management Database (CMDB). A Business Service Management Map can be used to visualize the impact of incidents, changes, or problems on the CIs and the services they support.
Data Sources. This is a feature that defines the connection and authentication information for an external data source, such as a file, a JDBC database, or a web service. A data source is used to import data from the external source into an Import Set table.
CI Relationship Builder. This is a feature that creates relationships between CIs in the CMDB based on predefined or custom rules. A CI Relationship Builder can be used to populate the CMDB with the dependencies and connections between the CIs. References: Transform Maps, Business Service Management Map, Data Sources, CI Relationship Builder
NEW QUESTION # 83
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
- A. ${current.<property name>}
- B. ${property name>.getDisplayValue()}
- C. ${event.<property name>}
- D. ${gs.<property name>}
Answer: B
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
NEW QUESTION # 84
Identify the incorrect statement about Delegated Development in ServiceNow.
- A. Administrators can specify which application file types the developer can access.
- B. Administrators can grant non-admin users the ability to develop global applications.
- C. Administrators can grant the developer access to script fields.
- D. Administrators can grant the developer access to security records.
Answer: B
Explanation:
Administrators can grant non-admin users the ability to develop global applications. Delegated Development is for the scoped applications only
NEW QUESTION # 85
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.
- A. a and b
- B. a, b, c, and d
- C. a, b, and c
- D. b and c
Answer: C
Explanation:
Extending an existing table such as the Task table when creating a new application has several benefits, such as:
* You can repurpose existing fields by simply changing the label. For example, you can change the Short description field to Summary or Title for your new table.
* You can use existing fields with no modifications. For example, you can use the Assigned to, Priority, and State fields for your new table without changing anything.
* Existing logic from the parent table will be automatically applied to the new table. For example, you can inherit the Business Rules, Client Scripts, and UI Policies from the Task table for your new table.
The only option that is not true is d) All of the parent table records are copied to the new table. Extending a table does not copy any records from the parent table to the new table. It only creates a new table that inherits the fields and logic from the parent table.
References:
* [Extend a table]
* [Task table]
NEW QUESTION # 86
Which class is NOT part of the Client side scoped APIs?
- A. GuideAjex
- B. GuideForm
- 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-sidelogic 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 # 87
Here is the Business Rule script template:
This type of JavaScript function is known as:
- A. Anonymous
- B. Scoped
- C. Self-invoking
- D. Constructor
Answer: B
NEW QUESTION # 88
Which of the following features are available to Global applications? (Choose two.)
- A. Flow Designer
- B. Delegated Development
- C. Source Control
- D. Automated Test Framework
Answer: A,D
Explanation:
Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and Delegated Development features are only available to scoped applications . References: [Global vs Scoped Applications], [Delegated Development]
NEW QUESTION # 89
Here is an example of the criteria set for a knowledge base:
* Companies: ACME North America
* Departments: HR
* Groups: ACME Managers
* Match All: Yes
In this example, what users would have access to this knowledge base?
- A. Users which are members of either ACME North America, or HR Department or ACME Managers group
- B. Members of the ACME Managers group, and HR department, regardless of geography
- C. Employees of ACME North America, who are members of HR Department or the ACME Managers group
- D. Members of the ACME Manager group, who are also members of HR Department and part of ACME North America
Answer: D
NEW QUESTION # 90
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?
- A. This option restricts access only to SOAP web services but does not apply to REST
- B. Even when not selected, users with the correct permissions can use web services to access the table's records
- C. The user performing the query via web services must have the correct permissions to access the table's records
- D. This option restricts the ability to delete records via web services but records can always be read
Answer: A
Explanation:
Application Access is a feature that allows you to control the access level of other application scopes to your application's data tables. By selecting the Allow access to this table via web services option, you can enable other application scopes to access your data tables using web services, such as SOAP or REST. However, the user performing the query via web services must have the correct permissions to access the table's records. The user must have the appropriate roles and access controls to perform the operations on the table, such as create, read, write, or delete.
The other statements are not true when this option is selected. This option does not restrict the ability to delete records via web services, nor does it allow records to be always read. The access to the records depends on the user's permissions and the web service method. This option also does not restrict access only to SOAP web services, but applies to both SOAP and REST web services. Finally, this option is not the only way to enable web service access to the table's records. Even when this option is not selected, users with the correct permissions can use web services to access the table's records, as long as they specify the application scope in the web service request.
Reference:
Application Access
Web service access to scoped applications
NEW QUESTION # 91
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
- A. Spoke
- B. Bundle
- C. Flow
- D. Action
Answer: A
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.
Reference: https://community.servicenow.com/community?
id=community_blog&sys_id=7b3af354db93ab80afc902d5ca9619bc
NEW QUESTION # 92
Which method is used to retrieve Application Property values in a script?
- A. g_form.getProperty()
- B. gs.getAppProperty()
- C. g_form.getAppProperty()
- D. gs.getProperty()
Answer: D
Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_automatingapps_tokyo_use_application_properties
NEW QUESTION # 93
Modules must have a Link type. Which one of the following is a list of Link types?
- A. List of Records, Content Page, Order, URL (from arguments:)
- B. Assessment, List of Records, Separator, Timeline Page
- C. List of Records, Separator, Catalog Type, Roles
- D. Assessment, List of Records, Content Page, Roles
Answer: B
Explanation:
Explanation
Explanation/Reference: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/ navigation_and_ui/reference/r_ModuleLinkTypes.html
NEW QUESTION # 94
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
- A. The reference fields for the base table.
- B. The mandatory fields for the base table
- C. The fields that are not in the base table
- D. The fields that are specific to the extended table
Answer: C,D
NEW QUESTION # 95
What syntax is used in a Record Producer script to access values from Record Producer form fields?
- A. producer.variablename
- B. producer.field_name
- C. current.field_name
- D. current.variable_name
Answer: A
Explanation:
The syntax used in a Record Producer script to access values from Record Producer form fields is producer.variable_name. A Record Producer is a type of catalog item that allows users to create records on any table from the service catalog. A Record Producer script is a server-side script that runs when a Record Producer is submitted, and can be used to set values or perform actions on the generated record. The producer object is a global object that represents the Record Producer form and its variables. The variable_name is the name of the variable defined in the Record Producer. References: [ServiceNow Docs - Record producers],
[ServiceNow Docs - Record producer script]
NEW QUESTION # 96
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
NEW QUESTION # 97
What are Application Files in a ServiceNow application?
- A. XML exports of an application's Update Set
- B. ServiceNow artifacts comprising an application
- C. CSV files containing data imported into an application
- D. An XML export of an application's table records
Answer: B
Explanation:
Application Files are ServiceNow artifacts comprising an application. An application is a group of files and data that work together to provide a service or functionality. An application file is a specific type of file that belongs to an application, such as a table, a script, a form, a business rule, a UI action, etc. Application files define the structure, logic, and interface of the application. An XML export of an application's table records, XML exports of an application's Update Set, and CSV files containing data imported into an application are not examples of application files, as they are data formats that can be used to transfer or store information related to an application, but not the application itself. Reference: Application Files
NEW QUESTION # 98
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. Display an empty homepage for the application
- C. Open a link to a wiki article with instructions on how to customize the behavior of the new module
- D. Display a list of all records from the table
Answer: D
Explanation:
When creating a table, the Create module field allows you to automatically create a module for the table in the application menu. The default behavior of the new module is to display a list of all records from the table. This can be changed later by editing the module properties and specifying a different link type, such as form, URL, or script.
Reference:
Create a table
Module properties
NEW QUESTION # 99
How can an application link to a repository behind a firewall?
- A. This option is not supported.
- B. Link an application to source control through a MID Server.
- C. Link an application to source control through an access token.
- D. Link an application to source control with multi-factor authentication.
Answer: B
Explanation:
"Use an existing MID Server to connect to a Source Control repository. Linking or importing an application through a MID Server enables access to repositories behind a firewall."https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_
NEW QUESTION # 100
......
Free Sales Ending Soon - 100% Valid CAD Exam: https://pass4sure.validdumps.top/CAD-exam-torrent.html