ExamGecko
Home / ServiceNow / CAD / List of questions
Ask Question

ServiceNow CAD Practice Test - Questions Answers, Page 10

List of questions

Question 91

Report
Export
Collapse

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

Restricted caller access records
Restricted caller access records
Caller tracking records
Caller tracking records
Access control level records
Access control level records
Cross-scope access records
Cross-scope access records
Suggested answer: A

Explanation:

'Restricted caller access [sys_restricted_caller_access] records track cross-scope applications or scripts that request access to an application, application resource, or event in the Now Platform.' <<== this is the third sentence down in the following link: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/restricted-caller-access-privilege.html

asked 23/09/2024
Joe Pardee
46 questions

Question 92

Report
Export
Collapse

How does ServiceNow match inbound email to existing records?

Watermark
Watermark
Record link
Record link
Subject line
Subject line
sys_id
sys_id
Suggested answer: A

Explanation:

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_flowdesigner_tokyo_flow_designer/app_store_learnv2_flowdesigner_tokyo_notifications_in_flow_designer/app_store_learnv2_flowdesigner_tokyo_inbound_email_and_flows

'By default, the system generates a watermark label at the bottom of each notification email to allow matching incoming email to existing records.' https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/concept/c_WorkingWithWatermarks.html

asked 23/09/2024
koffi .J N tsudze
33 questions

Question 93

Report
Export
Collapse

How can an application link to a repository behind a firewall?

This option is not supported.
This option is not supported.
Link an application to source control through a MID Server.
Link an application to source control through a MID Server.
Link an application to source control through an access token.
Link an application to source control through an access token.
Link an application to source control with multi-factor authentication.
Link an application to source control with multi-factor authentication.
Suggested 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_SourceControlIntegration.html

asked 23/09/2024
Lizbeth Perea Joseph
34 questions

Question 94

Report
Export
Collapse

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:

Table A is active and extends the Task table
Table A is active and extends the Task table
Table A's records are added to the application record using the Create Application Files context menu item
Table A's records are added to the application record using the Create Application Files context menu item
Table A has an automatic number counter for new records
Table A has an automatic number counter for new records
Table A is not included in the System Clone > Exclude Tables list
Table A is not included in the System Clone > Exclude Tables list
Suggested answer: B

Explanation:

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

asked 23/09/2024
Charl Grove
32 questions

Question 95

Report
Export
Collapse

Which one of the following objects CANNOT be used in a Script Action script?

previous
previous
GlideRecord
GlideRecord
event
event
current
current
Suggested answer: A

Explanation:

https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/platform-events/reference/r_ScriptActions.html

asked 23/09/2024
Muhammad Gul
41 questions

Question 96

Report
Export
Collapse

Which script types execute on the server? (Choose three.)

Business Rule
Business Rule
Client Scripts
Client Scripts
UI Policies
UI Policies
Script Actions
Script Actions
Scheduled Jobs
Scheduled Jobs
Suggested answer: A, D, E

Explanation:

https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html

asked 23/09/2024
VEDA VIKASH Matam Shashidhar
37 questions

Question 97

Report
Export
Collapse

What is the purpose of the Application Picker?

Select an application to run
Select an application to run
Select an application as a favorite in the Application Navigator
Select an application as a favorite in the Application Navigator
Choose an application to edit and set the Application Scope
Choose an application to edit and set the Application Scope
Choose an application to download and install
Choose an application to download and install
Suggested answer: C

Explanation:

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

asked 23/09/2024
Justin Lee Foronda
32 questions

Question 98

Report
Export
Collapse

Which method is used to retrieve Application Property values in a script?

gs.getProperty()
gs.getProperty()
g_form.getAppProperty()
g_form.getAppProperty()
g_form.getProperty()
g_form.getProperty()
gs.getAppProperty()
gs.getAppProperty()
Suggested answer: A

Explanation:

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

asked 23/09/2024
Ali Alaqoul
34 questions

Question 99

Report
Export
Collapse

Which of the following statements is NOT true 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.
To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
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.
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.
Suggested answer: A

Explanation:

https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept/c_FormDesign.html

asked 23/09/2024
SAM E REYES
34 questions

Question 100

Report
Export
Collapse

Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

The application needs to send weekly email reminders to requestors for all records on a table
The application needs to send weekly email reminders to requestors for all records on a table
The application needs to run a clean up script on the last day of every month
The application needs to run a clean up script on the last day of every month
The application needs to query the database every day to look for unassigned records
The application needs to query the database every day to look for unassigned records
The application needs to run a client-side script at the same time every day
The application needs to run a client-side script at the same time every day
Suggested answer: D

Explanation:

An example of when an application might not use a Scheduled Script Execution (Scheduled Job) is when the application needs to run a client-side script at the same time every day. A Scheduled Script Execution is a server-side script that runs on a specified schedule and performs some action on the server or database. A client-side script runs on the user's browser and cannot be scheduled by ServiceNow. The other options are examples of when an application might use a Scheduled Script Execution, such as sending email reminders, running a clean up script, or querying the database for unassigned records.

Reference:Scheduled Script Execution,Client scripts

asked 23/09/2024
Slavomir Ugrevic
36 questions
Total 223 questions
Go to page: of 23