
PDF問題(2024年最新)実際のServiceNow CAD日本語試験問題
問題集返金保証付きのCAD日本語問題集には90%オフされます
質問 # 36
顧客から、タスク リストの既定のレイアウトを変更するよう依頼がありました。次の列を次の順序で変更することを希望しています。
* 番号
* タスクタイプ
* 親
* 簡単な説明
* 割り当てグループ
* 譲受人
* 更新されました
リストに移動した後、この要件を満たすにはどこをクリックしますか?
- A. リストのコンテキストメニュー > リストのカスタマイズをクリック
- B. 任意の列ヘッダーを右クリックし、コンテキスト メニュー > 設定 > リスト レイアウトを選択します。
- C. リストのコンテキストメニュー > 設定 > 列をクリック
- D. リストの歯車アイコンを右クリック > 設定 > 列
正解:B
質問 # 37
セカンダリ関連テーブルのデータをレポートに含めることができる ServiceNow の機能は何ですか?
- A. SQL
- B. ドットウォーキング
- C. 外部結合
- D. 結合
正解:B
質問 # 38
どの ATF テスト ステップで、テスト用に指定されたロールとグループを持つユーザーを作成できますか?
- A. ロールの作成
- B. なりすまし
- C. ユーザーを作成する
- D. グループを作成する
正解:C
解説:
The Automated Test Framework (ATF) is a tool that allows you to create and run automated tests on the ServiceNow platform. The ATF uses test steps to define the actions and validations for each test. The test step that allows you to create a user with specified roles and groups for the test is the Create a user test step. This test step creates a temporary user record that is deleted at the end of the test. You can specify the user name, password, roles, and groups for the user. You can also use the Impersonate a user test step to switch to the created user and perform actions as that user.
The other options are not valid test steps for creating a user. The Create a role and Create a group test steps do not exist in the ATF. To create a role or a group, you need to use the Create a record test step and specify the sys_user_role or sys_user_group table. The Impersonation test step does not create a user, but switches to an existing user.
Reference:
[Automated Test Framework overview]
[Automated Test Framework test steps]
[Create a user test step]
[Impersonate a user test step]
質問 # 39
顧客にインシデント フォームを見せているときに、優先度フィールドのタイトルを変更して社内用語の値を表示するように依頼されました。どのように変更しますか?
2つの回答を選択してください
- A. 優先度を右クリックして、ディスプレイ設定の構成を選択します。
- B. 優先度を右クリックして辞書の設定を選択します
- C. 優先度を右クリックしてラベルの設定を選択します。
- D. 優先度を右クリックして列の設定を選択します。
正解:B、C
質問 # 40
ServiceNow インスタンスのどの部分に、ユーザーを偽装するオプションがありますか?
- A. ユーザーメニュー
- B. コンテンツフレーム
- C. モジュール
- D. アプリケーション ナビゲータ
正解:A
質問 # 41
ディスプレイビジネスルールがアクセスできないオブジェクトは次のうちどれですか?
- A. 前
- B. GlideSystem
- C. 現在
- D. g_scratchpad
正解:A
質問 # 42
次の記述のうち、フォーム デザイナーに当てはまらないものはどれですか?
- A. フォーム レイアウトからフィールドを削除するには、フィールドにカーソルを合わせて [アクション] ボタンを有効にし、[削除] (X) ボタンを選択します。
- B. セクションをフォーム レイアウトに追加するには、セクションを [フィールド タイプ] タブからフォーム上の目的の場所にドラッグします。
- C. フォーム レイアウトにフィールドを追加するには、フィールドを [フィールド] タブからフォーム上の目的の場所にドラッグします。
- D. フォームのテーブルに新しいフィールドを作成するには、[フィールド タイプ] タブから適切なデータ タイプをフォームにドラッグし、新しいフィールドを構成します。
正解:B
解説:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept/c_FormDesign.html
質問 # 43
次のうち、フォーム デザイナーの一部ではないものはどれですか?
- A. ページ ヘッダー
- B. スキーマ マップ
- C. フォームのレイアウト
- D. フィールドナビゲーター
正解:B
解説:
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]
質問 # 44
Flow Designerのトリガータイプではないものは次のうちどれですか?
- A. 記録
- B. スケジュール
- C. アプリケーション
- D. 送信メール
正解:D
解説:
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
質問 # 45
フォームに表示されるフィールドのデータ型を選択するとき、次のステートメントのうち正しくないものはどれですか?
- A. 自由形式のテキスト フィールドに文字列データ型を使用します。
- B. データ型を使用して日付と時刻を入力します。
- C. Choice データ型を使用して、フィールドのオプションを制限します
- D. 電話番号データ型を使用して、電話番号データの検証を自動化します。
正解:B
解説:
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.
Reference:
[Field types]
[Date/Time field type]
質問 # 46
Flow Designerのトリガータイプではないものは次のうちどれですか?
- A. 記録
- B. スケジュール
- C. アプリケーション
- D. 送信メール
正解:D
解説:
See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow-triggers.html 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. Reference: Flow Designer Trigger Types
質問 # 47
ビジネス ルールで、現在ログインしているユーザーの sys_id を返すものは次のうちどれですか?
- A. gs.getUserID()
- B. g_form getUserID()
- C. gs.getUserSysID()
- D. g_form getUserSysy
正解:A
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/glideSystemScoped/concept/c_GlideSystemScopedAPI.html
質問 # 48
モジュールにはリンクタイプが必要です。リンクタイプのリストは次のうちどれですか?
- A. レコード、セパレーター、カタログタイプ、ロールのリスト
- B. 評価、記録のリスト、コンテンツページ、役割
- C. レコードのリスト、コンテンツページ、順序、URL(引数から:)
- D. 評価、記録リスト、セパレーター、タイムラインページ
正解:D
解説:
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). Reference: Modules, Create a Module
質問 # 49
ServiceNow REST API の一部ではないメソッドは次のうちどれですか?
- A. 取得
- B. ポスト
- C. コピー
- D. 削除
正解:C
解説:
The ServiceNow REST API is a web service that allows you to interact with the ServiceNow platform using HTTP requests and responses. The ServiceNow REST API supports the following methods:
POST: This method allows you to create a new record or execute an action on the ServiceNow platform. For example, you can use the POST method to create an incident or run a script.
GET: This method allows you to retrieve information from the ServiceNow platform. For example, you can use the GET method to get the details of a user or a table.
DELETE: This method allows you to delete a record or a resource from the ServiceNow platform. For example, you can use the DELETE method to delete an attachment or a workflow context.
PUT: This method allows you to update a record or a resource on the ServiceNow platform. For example, you can use the PUT method to update the state of a task or the value of a system property.
PATCH: This method allows you to update a record or a resource on the ServiceNow platform by sending only the changes. For example, you can use the PATCH method to update the short description of an incident or the order of a module.
The method COPY is not part of the ServiceNow REST API. There is no COPY method in the HTTP protocol. To copy a record or a resource on the ServiceNow platform, you need to use the POST method with the clone action.
Reference:
ServiceNow REST API overview
ServiceNow REST API methods
[ServiceNow REST API actions]
質問 # 50
保護ポリシー値がProtectedのスクリプトインクルードに当てはまるのは次のうちどれですか?
- A. 保護ポリシーは、アプリケーションがServiceNow AppStoreからダウンロードされた場合にのみ適用されます
- B. protected_editロールを持つすべてのユーザーは、スクリプトインクルードを表示および編集できます
- C. 保護ポリシーは、glide.app.apply_protectionシステムプロパティ値がtrueの場合にのみ適用されます
- D. 保護ポリシーオプションは、管理者ロールを持つユーザーのみが有効にできます
正解:A
解説:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ScriptProtectionPolicy.html
質問 # 51
電子メール通知で構成されているのは次のうちどれですか?
a)誰が通知を受け取るか。
b)通知にはどのような内容が含まれますか。
c)いつ通知を送信するか。
d)通知の送信方法。
- A. b、c、d
- B. a、b、およびd
- C. a、c、d
- D. a、b、c
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
質問 # 52
次のうち、フォーム デザイナーの一部ではないものはどれですか?
- A. ページ ヘッダー
- B. スキーマ マップ
- C. フォームのレイアウト
- D. フィールドナビゲーター
正解:B
解説:
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.
Reference:
[Form Designer]
[Schema map]
質問 # 53
電子メール通知をデバッグするとき、ユーザー レコードで何を確認する必要がありますか?
2 つの答えを選択してください
- A. 委任を有効にする必要があります。
- B. 名フィールドと姓フィールドには値が必要です。
- C. Active は true である必要があります。
- D. ユーザーはロックアウトされてはなりません。
- E. 電子メール フィールドには有効な値が必要です。
正解:C、E
解説:
To receive email notifications, a user must have an active account and a valid email address in the user record. If either of these conditions is not met, the user will not be able to receive any email notifications from the system.
Reference:
Create an email notification
Example scripting for email notifications
質問 # 54
Flow Designer では、フロー内の後続のアクションで使用できるようにアクションのデータはどこに保存されますか?
- A. データトリガー
- B. フィールドアイコン
- C. フィールド値
- D. データ要素
- E. データピル
正解:E
質問 # 55
条件やスクリプトがないアクセス制御を構成する場合、次の説明のうち正しくないものはどれですか。
- A. table。*は、レコード内のすべてのフィールドへのアクセスを許可します
- B. table.fieldは、レコード内の特定のフィールドへのアクセスを許可します
- C. table.Noneは、テーブル上のすべてのレコードへのアクセスを許可しません
- D. table.idは、テーブル上の特定のレコードへのアクセスを許可します
正解:D
解説:
Access Controls are rules that define who can access what data and how they can access it. When configuring an Access Control, you can specify the table, operation, and role for the rule. You can also add a condition or a script to further refine the rule. If you do not add a condition or a script, the rule will apply to all records and fields on the table.
The statements A, B, and C are true for Access Controls that have no condition or script. For example:
table.* will grant access to every field in a record. This means that the user can view and edit all the fields on the record, regardless of their role or any other criteria.
table.None will grant access to every record on the table. This means that the user can view and edit all the records on the table, regardless of their role or any other criteria.
table.field will grant access to a specific field in a record. This means that the user can view and edit only that field on the record, regardless of their role or any other criteria.
The statement D is not true for Access Controls that have no condition or script. table.id will not grant access to a specific record on the table. This is because the id is not a field name, but a unique identifier for the record. To grant access to a specific record on the table, you need to add a condition or a script that matches the id of the record.
References:
[Access Control rules]
[Create an Access Control rule]
質問 # 56
モジュールを構成する場合、[アプリケーションメニューの役割の構成を上書きする]オプションは何をしますか?
- A. アプリケーションメニューにアクセスできるユーザーは、モジュールの役割がなくてもモジュールを表示できます
- B. アクセス制御が通常アクセスを妨げる場合でも、管理者はモジュールへのアクセスを許可されます
- C. セルフサービスユーザーは、役割がなくてもモジュールにアクセスできます
- D. モジュールの役割を持っているが、アプリケーションメニューにアクセスできないユーザーはモジュールにアクセスします
正解:A
質問 # 57
ディスプレイビジネスルールがアクセスできないオブジェクトは次のうちどれですか?
- A. 前
- B. GlideSystem
- C. 現在
- D. g_scratchpad
正解:A
解説:
A Display Business Rule has access to the current, g_scratchpad, and GlideSystem objects, but not the previous object. The previous object is only available to Before Business Rules4. Reference: Business Rule API
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/business-rules/concept/c_BusinessRules.html
質問 # 58
保護ポリシー値がProtectedのスクリプトインクルードに当てはまるのは次のうちどれですか?
- A. 保護ポリシーは、アプリケーションがServiceNow AppStoreからダウンロードされた場合にのみ適用されます
- B. protected_editロールを持つすべてのユーザーは、スクリプトインクルードを表示および編集できます
- C. 保護ポリシーは、glide.app.apply_protectionシステムプロパティ値がtrueの場合にのみ適用されます
- D. 保護ポリシーオプションは、管理者ロールを持つユーザーのみが有効にできます
正解:A
解説:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ScriptProtectionPolicy.html 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
質問 # 59
次の機能のうち、グローバルアプリケーションで使用できるものはどれですか? (2つ選択してください。)
- A. 委任された開発
- B. 自動テストフレームワーク
- C. フローデザイナー
- D. ソース管理
正解:B、C
解説:
Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and Delegated Development features are only available to scoped applications . References: [Global vs Scoped Applications], [Delegated Development]
質問 # 60
......
更新された2024年12月合格させるCAD日本語試験リアル練習テスト問題:https://www.passtest.jp/ServiceNow/CAD-JPN-shiken.html