ExamGecko

CAD: ServiceNow Certified Application Developer

ServiceNow Certified Application Developer
Vendor:

ServiceNow

ServiceNow Certified Application Developer Exam Questions: 199
ServiceNow Certified Application Developer   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

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

Explanation:


asked 23/09/2024
Rama Krishna
38 questions

Which one of the following is true?

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

Explanation:

Created UI policy on incident form, action set's cmdb_ci field as mandatory and script as not. result, field was not mandatory.

A UI Policy's Actions execute before the UI Policy's Scripts. Actions are predefined operations that can be applied to fields or sections, such as making them mandatory, read-only, visible, or setting a default value. Scripts are custom JavaScript code that can be used to perform more complex logic or validations. Actions are executed first, and then Scripts are executed if the UI Policy conditions are met. References: [ServiceNow Docs - UI policy actions], [ServiceNow Docs - UI policy scripts]

asked 23/09/2024
disserto management gmbh
44 questions

What data types of Flow Designer variables are supported to store record data and complex data?

Choose 3 answers

A.
Label data type
A.
Label data type
Answers
B.
Integer
B.
Integer
Answers
C.
Array. Reference
C.
Array. Reference
Answers
D.
Choice
D.
Choice
Answers
E.
String
E.
String
Answers
Suggested answer: B, C, E

Explanation:

Flow Designer variables can store record data and complex data using the following data types:

Integer: A whole number that can be used in mathematical operations.

Array: A collection of items that can be accessed by their index or iterated over using a For each action.

String: Any kind of text, such as email addresses or the text contents of a file.

Define and Use Data Types in a Flow (Flow Designer)

Variable data types - Power Automate | Microsoft Learn

Product Documentation | ServiceNow

asked 23/09/2024
Jaques Rautenbach
36 questions

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
A.
base table
Answers
B.
child table
B.
child table
Answers
C.
parent table
C.
parent table
Answers
D.
all tables
D.
all tables
Answers
Suggested answer: B

Explanation:

Configuring the label of a field in a child table changes the label only on that table, not on the base table or the parent table. The base table is the table that contains the common fields for all the extended tables, and the parent table is the table that is directly extended by the child table. The label of a field on the base table or the parent table can be different from the label on the child table. References: [ServiceNow Docs - Table extension], [ServiceNow Community - How to change field label in child table]

asked 23/09/2024
hesham azarkan
44 questions

Which one of the following is NOT true for Modules?

A.
Access to Modules is controlled with roles
A.
Access to Modules is controlled with roles
Answers
B.
Modules open content pages
B.
Modules open content pages
Answers
C.
Every Module must be associated with a table
C.
Every Module must be associated with a table
Answers
D.
Every Module must be part of an Application Menu
D.
Every Module must be part of an Application Menu
Answers
Suggested answer: C

Explanation:

The statement that is not true for Modules is that every Module must be associated with a table. A Module is the functionality within an Application Menu that opens a content page in the content frame or a separate tab or window. A Module can be associated with a table, a list, a form, a report, a script, or any other type of page. For example, the Open Module under the Incident Application Menu opens a list of incident records from the Incident table, while the Overview Module under the Performance Analytics Application Menu opens a dashboard page with various charts and widgets. The other statements are true for Modules. Access to Modules is controlled with roles, as each Module can have one or more roles specified in its definition that determine who can see and access it. Modules open content pages, as they are links to different types of pages that provide information and functionality to users. Every Module must be part of an Application Menu, as they are the second-level navigation options for Applications.

Reference:Modules

asked 23/09/2024
Dantrez Griffin
34 questions

When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

A.
Use the Choice data type to limit options in a field
A.
Use the Choice data type to limit options in a field
Answers
B.
Use the Data data type to enter the date and time of day.
B.
Use the Data data type to enter the date and time of day.
Answers
C.
Use the Phone Number data type to automate phone number data validation.
C.
Use the Phone Number data type to automate phone number data validation.
Answers
D.
Use the string data type for a free-form text field.
D.
Use the string data type for a free-form text field.
Answers
Suggested answer: C

Explanation:

The data type of a field determines the format, validation, and display of the field value on a form. When selecting a data type for a field, you should consider the purpose and function of the field. The statements A, C, and D are correct for selecting a data type for a field. For example:

Use the Choice data type to limit options in a field: The Choice data type allows you to create a field that has a predefined set of options for the user to select from. The options can be displayed as a drop-down list, radio buttons, or checkboxes. For example, you can use the Choice data type for a field that indicates the priority of a task.

Use the Phone Number data type to automate phone number data validation: The Phone Number data type allows you to create a field that accepts and validates phone numbers. The field will automatically format the phone number according to the user's locale and country code. For example, you can use the Phone Number data type for a field that stores the contact number of a user.

Use the string data type for a free-form text field: The string data type allows you to create a field that accepts any text input from the user. The field can have a maximum length of 255 characters. For example, you can use the string data type for a field that captures the short description of an incident.

The statement B is not correct for selecting a data type for a field. There is no Data data type in ServiceNow. To enter the date and time of day, you should use the Date/Time data type. The Date/Time data type allows you to create a field that accepts and displays a date and time value. The field will use a calendar widget and a time picker to help the user enter the value. For example, you can use the Date/Time data type for a field that records the due date of a task.

References:

[Field types]

[Date/Time field type]

asked 23/09/2024
Anupam Roy
45 questions

Client-side scripts manage what?

A.
Forms and Forms Fields
A.
Forms and Forms Fields
Answers
B.
Playbook access
B.
Playbook access
Answers
C.
Database and backend
C.
Database and backend
Answers
D.
User access
D.
User access
Answers
Suggested answer: A

Explanation:


asked 23/09/2024
Mario Perez Hervas
34 questions

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

A.
g_form.addInfoMsg()
A.
g_form.addInfoMsg()
Answers
B.
g_form.addInfoMessage()
B.
g_form.addInfoMessage()
Answers
C.
g_form.showFieldMessage()
C.
g_form.showFieldMessage()
Answers
D.
g_form.showFieldMsg()
D.
g_form.showFieldMsg()
Answers
Suggested answer: B

Explanation:

From: https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_ScriptingAlertInfoAndErrorMsgs.html

g_form.showFieldMsg('field_name', 'Hello World', 'error'); Puts 'Hello World' in an error message **below the specified field**. g_form.addInfoMessage() or g_form.addErrorMessage() place a blue box message at the top of the screen. Pg 126 of the CAD handbook

The method that prints a message on a blue background to the top of the current form by default is g_form.addInfoMessage(). The g_form object is a global object that provides access to form fields and UI elements on a form. The addInfoMessage() method is a method of the g_form object that displays an informational message next to the form header. The message has a blue background color by default, unless it is overridden by a CSS style. The addInfoMessage() method takes one argument, which is the message text to display. References: [ServiceNow Docs - GlideForm (g_form) API], [ServiceNow Docs - g_form.addInfoMessage()]

asked 23/09/2024
Ragul Ponniah
41 questions

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.
Business Service Management Map
A.
Business Service Management Map
Answers
B.
Data Sources
B.
Data Sources
Answers
C.
Transform Map
C.
Transform Map
Answers
D.
Cl Relationship Builder
D.
Cl Relationship Builder
Answers
Suggested answer: C

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.

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

asked 23/09/2024
Aldays Kausiona
43 questions

Which one of the following is NOT part of the Form Designer?

A.
Form layout
A.
Form layout
Answers
B.
Page header
B.
Page header
Answers
C.
Schema map
C.
Schema map
Answers
D.
Field navigator
D.
Field navigator
Answers
Suggested answer: C

Explanation:

https://developer.servicenow.com/dev.do#!/learn/courses/sandiego/app_store_learnv2_learnmore_sandiego_learn_more/app_store_learnv2_learnmore_sandiego_form_and_list_layouts/app_store_learnv2_learnmore_sandiego_what_is_form_designer

The Form Designer is a tool that allows you to create and customize forms on the ServiceNow platform. The Form Designer has four main components:

Form layout: The form layout shows the preview of the form and allows you to drag and drop fields, sections, and related lists onto the form. You can also resize, reorder, and delete the elements on the form layout.

Page header: The page header shows the name of the table and the form that you are editing. You can also access the form properties, save the form, and switch to the form view from the page header.

Field navigator: The field navigator shows the list of available fields for the table and allows you to search, filter, and add fields to the form. You can also create new fields and edit existing fields from the field navigator.

Schema map: The schema map is not part of the Form Designer. The schema map is a separate tool that shows the relationships between tables and fields on the platform. You can access the schema map from the System Definition > Tables module or from the context menu of a table.

References:

[Form Designer]

[Schema map]

asked 23/09/2024
Vicky Mukhy
31 questions