ExamGecko
Home Home / ServiceNow / CAD

ServiceNow CAD Practice Test - Questions Answers, Page 9

Question list
Search
Search

Which one of the following is true for the Application Picker?

A.
All custom application scope and the Global scope appear in the Application Picker
A.
All custom application scope and the Global scope appear in the Application Picker
Answers
B.
All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker
B.
All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker
Answers
C.
Only custom applications appear in the Application Picker
C.
Only custom applications appear in the Application Picker
Answers
D.
Only downloaded applications appear in the Application Picker
D.
Only downloaded applications appear in the Application Picker
Answers
Suggested answer: A

Explanation:

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

A graphical view of relationships among tables is a <blank>.

A.
Schema map
A.
Schema map
Answers
B.
Dependency view
B.
Dependency view
Answers
C.
Graphical User Interface
C.
Graphical User Interface
Answers
D.
Map source report
D.
Map source report
Answers
Suggested answer: A

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

Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?

A.
Select Data Source, Schedule Transform
A.
Select Data Source, Schedule Transform
Answers
B.
Load Data, Create Transform Map, Run Transform Most Voted
B.
Load Data, Create Transform Map, Run Transform Most Voted
Answers
C.
Define Data Source, Select Transform Map, Run Transform
C.
Define Data Source, Select Transform Map, Run Transform
Answers
D.
Select Import Set, Select Transform Map, Run Transform
D.
Select Import Set, Select Transform Map, Run Transform
Answers
Suggested answer: B

Explanation:

The steps to import new data into ServiceNow from a spreadsheet are: Load Data, Create Transform Map, Run Transform. Load Data is the process of uploading the spreadsheet file and creating an Import Set table that contains the data to be imported. Create Transform Map is the process of defining how the fields from the Import Set table map to the fields of the target table in ServiceNow. Run Transform is the process of executing the Transform Map and copying the data from the Import Set table to the target table.

Reference:Import sets,Transform maps

Which of the following is NOT a way to install an application on a ServiceNow instance?

A.
Install an application from the Application Repository
A.
Install an application from the Application Repository
Answers
B.
Select the Copy button on the application record
B.
Select the Copy button on the application record
Answers
C.
Download and install an application from the ServiceNow Share web site
C.
Download and install an application from the ServiceNow Share web site
Answers
D.
Download and install a third-party application from the ServiceNow Store
D.
Download and install a third-party application from the ServiceNow Store
Answers
Suggested answer: B

Explanation:

There is no 'copy' button on the application record (at least I couldn't see one). Also, see here: https://docs.servicenow.com/bundle/sandiego-application-development/page/build/applications/reference/r_ManagingApplications.html

What are the benefits of storing the majority of an Application's server-side script logic in a Script Include?

a) This makes execution faster.

b) Only run when called from a script.

c) The script logic can be hidden when the Application is installed from the ServiceNow Store.

d. For some changes to application logic there is only one place to make edits.

A.
a, b, and d
A.
a, b, and d
Answers
B.
a, b, c, and d
B.
a, b, c, and d
Answers
C.
b, c, and d
C.
b, c, and d
Answers
D.
a, b, and c
D.
a, b, and c
Answers
Suggested answer: C

Explanation:

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_scripting_tokyo_scripting_in_servicenow/app_store_learnv2_scripting_tokyo_server_side_scripting/app_store_learnv2_scripting_tokyo_script_includes

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

a) Script Action

b) Scheduled Script Execution (Scheduled Job)

c) UI Policy

d) Email Notification

A.
b and c
A.
b and c
Answers
B.
c
B.
c
Answers
C.
a and d
C.
a and d
Answers
D.
a and c
D.
a and c
Answers
Suggested answer: C

Explanation:

'There are two possible ways to respond to events:

- Email Notification

- Script Action' - see this quote in link below:

https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_automatingapps_tokyo_responding_to_events

Which of the following is NOT a caller access field option?

A.
Caller Tracking
A.
Caller Tracking
Answers
B.
Caller Restriction
B.
Caller Restriction
Answers
C.
None
C.
None
Answers
D.
Caller Permission
D.
Caller Permission
Answers
Suggested answer: D

Explanation:

https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/set-RCA-level.html

Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table: Which field or fields can a user with the itil role read?

A.
field3 only
A.
field3 only
Answers
B.
filed1 and field3
B.
filed1 and field3
Answers
C.
All fields
C.
All fields
Answers
D.
All fields except field3
D.
All fields except field3
Answers
Suggested answer: D

Explanation:

https://docs.servicenow.com/bundle/tokyo-platform-security/page/administer/contextual-security/concept/access-control-rules.html

Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

A.
Conditions, Roles, Script
A.
Conditions, Roles, Script
Answers
B.
Conditions, Script, Roles
B.
Conditions, Script, Roles
Answers
C.
Roles, Conditions, Script
C.
Roles, Conditions, Script
Answers
D.
Script, Conditions, Roles
D.
Script, Conditions, Roles
Answers
Suggested answer: C

Explanation:

'The sequence is ROLES first, then condition, then script.' - Chuck Tomasi says so at this link: https://www.servicenow.com/community/grc-forum/order-of-execution-of-an-acl/m-p/1311962/highlight/true#M6538

What are three ServiceNow table creation methods? (Choose three.)

A.
Using legacy Workflows
A.
Using legacy Workflows
Answers
B.
Upload and turn a spreadsheet into a custom table
B.
Upload and turn a spreadsheet into a custom table
Answers
C.
Using Flow Designer
C.
Using Flow Designer
Answers
D.
Use the Now Experience Table Creator
D.
Use the Now Experience Table Creator
Answers
E.
Extend a table
E.
Extend a table
Answers
F.
Create a custom table
F.
Create a custom table
Answers
Suggested answer: B, E, F

Explanation:

'If there are no spreadsheets or existing tables to use for your application, you can create and customize a new table.' see this quote in link below:

https://docs.servicenow.com/bundle/tokyo-application-development/page/build/app-engine-studio/task/create-table.html

Also see:

https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/task/gac-create-table-from-scratch.html

Also, no search results if search on 'Now Experience Table Creator'.

Total 199 questions
Go to page: of 20