
ベストServiceNow CAD学習ガイドと問題集は2025年更新
トップクラスServiceNow CAD試験最先端学習ガイド!練習問題バージョン
質問 # 25
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
- A. All access to this table via web services
- B. Allow configuration
- C. Can create, Can update, and Can delete
- D. Can read does not affect the availability of other Application Access fields
正解:C
解説:
"You must first select read access to grant any other API record
operation."https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/reference The Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:
* Can create. This field determines whether users can create records on the application tables.
* Can update. This field determines whether users can update records on the application tables.
* Can delete. This field determines whether users can delete records on the application tables.
These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.
The following Application Access configuration fields are available regardless of the Can read configuration field:
* All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP.
* Allow configuration. This field determines whether users can configure the application tables, such as adding or modifying fields, views, or indexes. References: Application Access, Certified Application Developer (CAD) Learning Path
質問 # 26
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
- A. Load Data, Create Transform Map, Run Transform Most Voted
- B. Select Data Source, Schedule Transform
- C. Define Data Source, Select Transform Map, Run Transform
- D. Select Import Set, Select Transform Map, Run Transform
正解:A
解説:
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
質問 # 27
Modules must have a Link type. Which one of the following is a list of Link types?
- A. List of Records, Separator, Catalog Type, Roles
- B. Assessment, List of Records, Separator, Timeline Page
- C. List of Records, Content Page, Order, URL (from arguments:)
- D. Assessment, List of Records, Content Page, Roles
正解:B
解説:
Reference:
A module is a navigation item that provides access to a feature or functionality in ServiceNow. Modules must have a link type, which determines how the module behaves when clicked. The following is a list of link types:
Assessment. This is a link type that opens an assessment, which is a survey or questionnaire that measures the effectiveness of a process or service.
List of Records. This is a link type that opens a list of records from a table or a saved filter.
Separator. This is a link type that creates a horizontal line to separate modules in the application menu.
Timeline Page. This is a link type that opens a timeline page, which is a graphical representation of the duration and sequence of events or tasks.
The following are not link types, but other module attributes or field types:
List of Records, Separator, Catalog Type, Roles. These are not link types, but a combination of a link type (List of Records), a module attribute (Separator), a field type (Catalog Type), and a user attribute (Roles).
List of Records, Content Page, Order, URL (from arguments:). These are not link types, but a combination of a link type (List of Records), a module attribute (Content Page), a field name (Order), and a link type argument (URL).
Assessment, List of Records, Content Page, Roles. These are not link types, but a combination of a link type (Assessment), a link type (List of Records), a module attribute (Content Page), and a user attribute (Roles). References: Modules, Create a Module
質問 # 28
Which of the following methods are useful in Access Control scripts?
- A. gs.hasRole() and current.isNewRecord()
- B. gs.hasRole() and current.isNew()
- C. g_user.hasRole() and current.isNewRecord()
- D. g_user.hasRole() and current.isNew()
正解:A
解説:
Explanation/Reference: http://servicenowmypath.blogspot.com/2017/
質問 # 29
Which class is NOT part of the Client side scoped APIs?
- A. GuideDialogWindow
- B. GuideForm
- C. GuideRecord
- D. GuideAjex
正解:C
解説:
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-side logic 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.
Reference:
[Client side scoped APIs]
[Server side scoped APIs]
質問 # 30
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
- A. The application needs to query the database every day to look for unassigned records
- B. The application needs to send weekly email reminders to requestors for all records on a table
- C. The application needs to run a clean up script on the last day of every month
- D. The application needs to run a client-side script at the same time every day
正解:D
質問 # 31
Which of the following is NOT a trigger type in Flow Designer?
- A. Application
- B. Record
- C. Outbound Email
- D. Schedule
正解:C
解説:
See list of triggers on right hand side of this
webpage:https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/administer/flow-desig The trigger types in Flow Designer are Application, Record, Schedule, and Topic. Outbound Email is not a trigger type, but an action type that can be used in a flow to send an email message1. References: Flow Designer Trigger Types
質問 # 32
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
- A. Load Data, Create Transform Map, Run Transform Most Voted
- B. Select Data Source, Schedule Transform
- C. Define Data Source, Select Transform Map, Run Transform
- D. Select Import Set, Select Transform Map, Run Transform
正解:A
質問 # 33
What module do you use to access the reports that are available to you?
- A. Self-Service > My Dashboards
- B. Reports > Homepage
- C. Reports > Overview
- D. Reports > View / Run
- E. Self-Service > My Reports
正解:D
質問 # 34
Which source control operation is available from BOTH Studio and the Git Repository?
- A. Edit Repository Configurations
- B. Apply Remote Changes
- C. Stash Local Changes
- D. Create Branch
正解:A
質問 # 35
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
- A. Any user with the protected_edit role can see and edit the Script Include
- B. The Protection policy option can only be enabled by a user with the admin role
- C. The Protection Policy is applied only if the glide.app.apply_protection system property value is true
- D. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
正解:D
解説:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ScriptProt The following is true for a Script Include with a Protection Policy value of Protected:
* The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store.
This is true because the Protection Policy is a feature that allows developers to protect their Script
* Includes from being viewed or modified by other users when they distribute their applications through the ServiceNow App Store. The Protection Policy is only enforced when the application is installed from the App Store, not when it is developed or tested on the instance.
The following are not true for a Script Include with a Protection Policy value of Protected:
* Any user with the protected_edit role can see and edit the Script Include. This is false because the protected_edit role is not related to the Protection Policy, but to the Access Control (ACL) rules. The protected_edit role allows users to edit protected fields on a table, such as the script field on the sys_script table, which stores the Business Rules. The Protection Policy does not use roles to control access to the Script Includes, but a cryptographic key that is generated when the application is published to the App Store.
* The Protection policy option can only be enabled by a user with the admin role. This is false because the Protection policy option can be enabled by any user who has the application_admin role for the scoped application that contains the Script Include. The application_admin role grants full access to the application development and administration within the scope of the application.
* The Protection Policy is applied only if the glide.app.apply_protection system property value is true.
This is false because the glide.app.apply_protection system property is not related to the Protection Policy, but to the Application Restricted Caller Access (ARCA) feature. The ARCA feature allows developers to restrict the access to the Script Includes from other applications based on the caller's scope. The glide.app.apply_protection system property determines whether the ARCA feature is enabled or disabled on the instance. References: Script Includes, Protect Script Includes, Application Restricted Caller Access
質問 # 36
Is it possible to change an application's scope?
- A. No, it's not possible.
- B. Yes. but only from private scope to global scope
- C. Yes it's possible.
- D. Yes, but only from global scope to private scope
正解:C
解説:
It is possible to change an application's scope in ServiceNow, either from global to private or from private to global. However, changing the scope of an application may affect its functionality and compatibility with other applications. Therefore, it is recommended to test the application thoroughly before and after changing its scope.
References:
* How To Change Application Scope In ServiceNow - YouTube
* How to move Custom Scoped Applications bettween instances - ServiceNow
* Steps to switch a scoped application from your company's application repository to update sets - ServiceNow
* How to change the application (scope) of a SLA Definition without needing to recreate the SLA Definition - ServiceNow
* Advantages of Scoped Applications in ServiceNow - QualityClouds
質問 # 37
Which one of the following is the baseline behavior of a table in a privately-scoped application?
- A. Only artifacts in the table's application can read from the table
- B. All application scopes can read from the table
- C. The table and its data are not accessible using web services
- D. Any Business Rule can read, write, delete, and update from the table
正解:B
解説:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html The baseline behavior of a table in a privately-scoped application is that all application scopes can read from the table. A privately-scoped application is an application that restricts write access to its tables and resources to scripts within the same scope. However, read access is allowed by default for all scopes, unless the administrator explicitly denies it using an Access Control rule. This allows for data sharing between different applications while maintaining data integrity and security. Reference: [Product Documentation | ServiceNow], [Advantages of Scoped Applications in ServiceNow]
質問 # 38
To see what scripts, reports, and other application artifacts will be in a published application:
- A. Examine the Application Files Related List in the application to be published
- B. Open the artifact records individually to verify the value in the Application field
- C. Enter the name of the Application in the Global search field
- D. Open the list of Update Sets for the instance
正解:A
解説:
To see what scripts, reports, and other application artifacts will be in a published application, the best option is to examine the Application Files Related List in the application to be published. This will show all the application files that belong to the application, grouped by file type and scope. You can also filter, sort, or search the list to find specific files.
The following options are not the best ways to see what application artifacts will be in a published application:
Enter the name of the Application in the Global search field. This will perform a global text search on the instance and return any records that match the application name, which may include irrelevant or incomplete results.
Open the list of Update Sets for the instance. This will show all the update sets that have been created or imported on the instance, but not necessarily the ones that belong to the application to be published. Update sets are used to move customizations between instances, not to publish applications to the ServiceNow Store or Share.
Open the artifact records individually to verify the value in the Application field. This will require opening each record that may be part of the application and checking the Application field, which is tedious and error-prone. References: Publish an Application, Application Files
質問 # 39
Which of the following statements is true about Guided Application Creator?
- A. Default access controls are automatically created
- B. The global scope option is turned on by default
- C. A scope application user role is automatically created
- D. The welcome screen appears every time a new application is created
正解:D
解説:
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
質問 # 40
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
- A. Requires reporting capabilities
- B. Requires "as-is" use of low-level programming libraries
- C. Needs workflow to manage processes
- D. Uses forms extensively to interact with data
正解:B
質問 # 41
......
有効なCAD試験最新問題で2025年最新の学習ガイド:https://jp.fast2test.com/CAD-premium-file.html
CAD認定で究極のガイド:https://drive.google.com/open?id=1u0jr5VTrsdwoBmR1KJH4DTPCiMMNJJ5q