ExamGecko
Home Home / ServiceNow / CAD

ServiceNow CAD Practice Test - Questions Answers, Page 7

Question list
Search
Search

Which of the following is true for the Application Picker and Application Scope?

A.
Selecting application from the Application Picker does not set the Application Scope.
A.
Selecting application from the Application Picker does not set the Application Scope.
Answers
B.
Selecting Global in the Application Picker sets the Application Scope to incident
B.
Selecting Global in the Application Picker sets the Application Scope to incident
Answers
C.
Global is a reserved application which does not appear in the Application Picker
C.
Global is a reserved application which does not appear in the Application Picker
Answers
D.
Selecting an application from the Application Picker sets the Application Scope
D.
Selecting an application from the Application Picker sets the Application Scope
Answers
Suggested answer: D

Explanation:

'Application developers must select an application as their current scope context.' https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_SelectAnAppFromTheAppPicker.html

Which of the following is an available feature in Studio?

Choose 2 answers

A.
Push to external source control
A.
Push to external source control
Answers
B.
Search branch
B.
Search branch
Answers
C.
Merge branches
C.
Merge branches
Answers
D.
Push to update set
D.
Push to update set
Answers
Suggested answer: A, B

Explanation:


The task table is an example of which of the following?

Choose 2 answers

A.
Legacy class
A.
Legacy class
Answers
B.
Child class
B.
Child class
Answers
C.
Base class
C.
Base class
Answers
D.
Parent class
D.
Parent class
Answers
Suggested answer: C, D

Explanation:

'A table that extends another table is called a child class, and the table it extends is the parent class' - this is about halfway down in this link below: https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/table-administration/concept/table-extension-and-classes.html

Which of the following is true about deleting fields from a table?

A.
Any field on a table can be deleted
A.
Any field on a table can be deleted
Answers
B.
User-defined non-inherited fields can be detected
B.
User-defined non-inherited fields can be detected
Answers
C.
Inherited fields can be detected
C.
Inherited fields can be detected
Answers
D.
Table records are deleted when a field is detected
D.
Table records are deleted when a field is detected
Answers
Suggested answer: B

Explanation:

User-defined non-inherited fields can be deleted from a table in ServiceNow. These are fields that are created by users on a specific table and are not inherited from a parent table. Inherited fields cannot be deleted from a table, as they are defined on a parent table and shared by all child tables. Any field on a table cannot be deleted, as some fields are system-defined and essential for the table functionality. Table records are not deleted when a field is deleted, as the field deletion only affects the table structure and not the data.

Reference:Delete fields

Which of the following statements is true about Guided Application Creator?

A.
The global scope option is turned on by default
A.
The global scope option is turned on by default
Answers
B.
A scope application user role is automatically created
B.
A scope application user role is automatically created
Answers
C.
Default access controls are automatically created
C.
Default access controls are automatically created
Answers
D.
The welcome screen appears every time a new application is created
D.
The welcome screen appears every time a new application is created
Answers
Suggested answer: D

Explanation:

The welcome screen appears every time a new application is created through the Guided Application Creator. The welcome screen provides an overview of the steps involved in creating an application, such as defining the app name, scope, and tables, configuring the app user interface, and publishing the app. The other options are not true about the Guided Application Creator. The global scope option is turned off by default, as it is recommended to create applications in their own scope for better security and performance. A scope application user role is not automatically created, as the user can choose to create one or use an existing role for the app access control. Default access controls are not automatically created, as the user can define the read, write, create, and delete permissions for each table in the app.

Reference:Guided App Creator

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

A.
Upload spreadsheet
A.
Upload spreadsheet
Answers
B.
Create table from template
B.
Create table from template
Answers
C.
Extend a table
C.
Extend a table
Answers
D.
Create table from scratch
D.
Create table from scratch
Answers
Suggested answer: B

Explanation:

Create table from template is not an option for creating a table through the Guided Application Creator. The other options are available for creating a table in the app. Upload spreadsheet allows you to import data from an Excel file and create a table based on the spreadsheet columns and rows. Extend a table allows you to create a child table that inherits fields and behaviors from a parent table. Create table from scratch allows you to define your own fields and data types for a new table.

Reference:Create tables

https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/gac-tables.html

Why would you build a custom app?

A.
To fulfill is specific use case on internal processes.
A.
To fulfill is specific use case on internal processes.
Answers
B.
To avoid using a code repository like GiotHub or GitLab
B.
To avoid using a code repository like GiotHub or GitLab
Answers
C.
To create a custom integration for a 3rd party system
C.
To create a custom integration for a 3rd party system
Answers
D.
To replace servieNow base tables
D.
To replace servieNow base tables
Answers
Suggested answer: A, C

Explanation:


What are the ways to designate data tables when Guided Application Creator (GAC)?

Choose 3 answers

A.
Upload an existing PDF
A.
Upload an existing PDF
Answers
B.
Create a new table on the platform
B.
Create a new table on the platform
Answers
C.
Use an existing table on the platform
C.
Use an existing table on the platform
Answers
D.
Upload an existing spreadsheet
D.
Upload an existing spreadsheet
Answers
E.
Upload an existing word processing document.
E.
Upload an existing word processing document.
Answers
F.
Use a freeform database
F.
Use a freeform database
Answers
Suggested answer: A, B, D

Explanation:

The Guided Application Creator (GAC) is a tool that helps you create applications on the ServiceNow platform by guiding you through the steps of defining the data model, user interface, and logic. When using the GAC, you can designate data tables in three ways:

Upload an existing PDF: You can upload a PDF file that contains the table schema and sample data. The GAC will parse the PDF and create the table and fields based on the file content.

Create a new table on the platform: You can create a new table on the platform by specifying the table name, label, and description. You can also add fields, indexes, and relationships to the table using the GAC.

Upload an existing spreadsheet: You can upload a spreadsheet file that contains the table schema and sample data. The GAC will parse the spreadsheet and create the table and fields based on the file content.

The other options are not valid ways to designate data tables when using the GAC. You cannot upload an existing word processing document or use a freeform database. You can use an existing table on the platform, but you cannot designate it as a data table. You can only use it as a reference table for lookup fields.

References:

Guided Application Creator

Create a table from a PDF or spreadsheet

Create a table from scratch

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]

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]

Total 199 questions
Go to page: of 20