最新 [2025年03月30日]CAD日本語試験正確解答Certified Application Developer-ServiceNow (CAD日本語版)のPDF問題
あなたのキャリアーを稼いで飛躍せよServiceNow 201問題
質問 # 17
ServiceNow REST API の一部ではないメソッドは次のうちどれですか?
- A. コピー
- B. 削除
- C. 取得
- D. ポスト
正解:A
解説:
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.
References:
ServiceNow REST API overview
ServiceNow REST API methods
[ServiceNow REST API actions]
質問 # 18
クライアント側のスクリプトは何を管理しますか?
- A. データベースとバックエンド
- B. フォームとフォーム フィールド
- C. プレイブックへのアクセス
- D. ユーザーアクセス
正解:B
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html
質問 # 19
レコードプロデューサーフォームフィールドから値にアクセスするために、レコードプロデューサースクリプトで使用される構文は何ですか?
- A. current.variable_name
- B. producer.variablename
- C. producer.field_name
- D. current.field_name
正解:B
解説:
The syntax used in a Record Producer script to access values from Record Producer form fields is producer.variable_name. A Record Producer is a type of catalog item that allows users to create records on any table from the service catalog. A Record Producer script is a server-side script that runs when a Record Producer is submitted, and can be used to set values or perform actions on the generated record. The producer object is a global object that represents the Record Producer form and its variables. The variable_name is the name of the variable defined in the Record Producer. Reference: [ServiceNow Docs - Record producers], [ServiceNow Docs - Record producer script]
質問 # 20
次のうち、Flow Designerでサポートされていないものはどれですか?
- A. ロールバックを使用してフローをテストします
- B. MetricBaseトリガーからフローを実行します
- C. フローからサブフローを呼び出す
- D. 委任された開発者を使用する
正解:A
解説:
Flow Designer is a graphical tool that allows users to automate processes in ServiceNow without coding. The following are supported by Flow Designer:
Call a subflow from a flow. This is a feature that allows users to invoke a subflow, which is a reusable unit of logic, from a flow. This can help simplify complex flows and avoid duplication of logic.
Use Delegated Developer. This is a feature that allows administrators to delegate the development and maintenance of flows and actions to users who are not administrators. This can help distribute the workload and empower non-admin users to create automations.
Run a flow from a MetricBase Trigger. This is a feature that allows users to trigger a flow based on a MetricBase query, which is a way of analyzing time-series data in ServiceNow. This can help automate actions based on data trends and patterns.
The following is not supported by Flow Designer:
Test a flow with rollback. This is not a feature of Flow Designer, but of Automated Test Framework (ATF), which is a tool that allows users to create and run automated tests on ServiceNow applications and features. ATF supports testing flows with rollback, which means reverting any changes made by the flow during the test execution. Reference: Flow Designer, Automated Test Framework
質問 # 21
電子メール通知で、重みフィールドに当てはまらないものは次のうちどれですか?
- A. 重み値がゼロの場合、メールを送信しないことを意味します
- B. 重み値がゼロの場合、通知の送信時期の基準が満たされたときに通知が常に送信されることを意味します
- C. ウェイト値のデフォルトはゼロです
- D. 同じレコードと受信者の重みが最も高い通知のみが送信されます
正解:A
解説:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/new_to_servicenow/app_store_learnv2_automatingapps_quebec_when_to_send
質問 # 22
次のオブジェクトのうち、スクリプト アクション スクリプトで使用できないものはどれですか?
- A. グライドレコード
- B. 前の
- C. 現在
- D. イベント
正解:B
解説:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/platform-events/reference/r_ScriptActions.html
質問 # 23
次の方法のうち、アクセス制御スクリプトで役立つものはどれですか?
- A. g_user.hasRole() および current.isNew()
- B. gs.hasRole() および current.isNewRecord()
- C. gs.hasRole() および current.isNew()
- D. g_user.hasRole() および current.isNewRecord()
正解:B
質問 # 24
電子メール通知で構成されているのは次のうちどれですか?
a)誰が通知を受け取るか。
b)通知にはどのような内容が含まれますか。
c)いつ通知を送信するか。
d)通知の送信方法。
- A. a、b、およびd
- B. a、c、d
- C. b、c、d
- D. a、b、c
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANoti
質問 # 25
Guided Application Creator (GAC) でデータ テーブルを指定する方法は何ですか?
3つの答えを選択してください
- A. 既存のスプレッドシートをアップロード
- B. プラットフォーム上の既存のテーブルを使用
- C. 既存の PDF をアップロード
- D. プラットフォームに新しいテーブルを作成します
- E. フリーフォーム データベースを使用する
- F. 既存のワープロ ドキュメントをアップロードします。
正解:A、C、D
質問 # 26
フローアクションを含むスコープ付きアプリケーションを作成する場合、そのアプリケーションは何と呼ばれますか?
- A. スポーク
- B. アクション
- C. バンドル
- D. 行
正解:A
解説:
A spoke is a scoped application that contains flow actions that can be used in Flow Designer. Spokes allow developers to create reusable actions that can be shared across applications and instances.
References:
* Spokes - Product Documentation: San Diego - ServiceNow
* Create a spoke - Product Documentation: San Diego - ServiceNow
* Flow Designer Spokes - ServiceNow Developers
質問 # 27
ビジネス ルールでは、[いつ] 設定によってルールが実行されるタイミングが決まります。そのタイミングを指定するためのオプションは何ですか?
- A. 挿入、更新、削除、クエリ
- B. 前、同期、スケジュールされたジョブ、ビュー
- C. 更新時に同期する
- D. 非同期前、非同期後、表示
正解:D
質問 # 28
ナレッジ ベース内でナレッジを投稿したり読んだりできるユーザーを制限できる機能は何ですか?
- A. カテゴリ
- B. 役割
- C. グループ
- D. ユーザー基準
正解:D
質問 # 29
次の方法のうち、アクセス制御スクリプトで役立つのはどれですか?
- A. gs.hasRole()およびcurrent.isNewRecord()
- B. g_user.hasRole()およびcurrent.isNewRecord()
- C. gs.hasRole()およびcurrent.isNew()
- D. g_user.hasRole()およびcurrent.isNew()
正解:A
解説:
Access Control scripts are server-side scripts that run when an Access Control rule is evaluated. They can use the gs and current objects to access the GlideSystem and GlideRecord methods, respectively. Some of the useful methods in Access Control scripts are:
* gs.hasRole() - This method checks if the current user has a specified role. It returns true if the user has the role, and false otherwise. For example, gs.hasRole('admin') will return true if the user is an administrator, and false otherwise.
* current.isNewRecord() - This method checks if the current record is a new record that has not been inserted into the database yet. It returns true if the record is new, and false otherwise. For example, current.isNewRecord() will return true if the record is being created, and false if the record is being
* updated or deleted.
The methods g_user.hasRole() and current.isNew() are not part of the server-side scripting API. They are part of the client-side scripting API, which is used in Client Scripts and UI Policies. They cannot be used in Access Control scripts.
References:
* [Access Control scripts]
* [GlideSystem methods]
* [GlideRecord methods]
質問 # 30
Guided Application Creator (GAC) でデータ テーブルを指定する方法は何ですか?
3つの答えを選択してください
- A. 既存のスプレッドシートをアップロード
- B. プラットフォーム上の既存のテーブルを使用
- C. 既存の PDF をアップロード
- D. プラットフォームに新しいテーブルを作成します
- E. フリーフォーム データベースを使用する
- F. 既存のワープロ ドキュメントをアップロードします。
正解:A、C、D
解説:
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.
Reference:
Guided Application Creator
Create a table from a PDF or spreadsheet
Create a table from scratch
質問 # 31
電子メール通知をデバッグするとき、ユーザー レコードで何を確認する必要がありますか?
2 つの答えを選択してください
- A. Active は true である必要があります。
- B. 委任を有効にする必要があります。
- C. 名フィールドと姓フィールドには値が必要です。
- D. 電子メール フィールドには有効な値が必要です。
- E. ユーザーはロックアウトされてはなりません。
正解:A、D
解説:
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
質問 # 32
フォームからテーブル構成ページにアクセスするには、どのパスを使用しますか?
- A. フォームのコンテキスト メニュー > 設定 > 辞書
- B. フォームのコンテキスト メニュー > 表示 > テーブル
- C. フォームのコンテキストメニュー > 設定 > テーブル
- D. フォームのコンテキスト メニュー > 表示 > テーブルの表示
正解:C
質問 # 33
ServiceNow がリリースした新しいアプリケーションについて耳にしました。それを試してみて、それが会社の ServiceNow 実装に役立つかどうかを確認したいと考えています。新しいアプリケーションを実際に体験する最も良い方法は何でしょうか。
- A. アプリケーションプラグインを会社の本番インスタンスにインストールします
- B. 最新のリリースノートは docs servicenow.com でご確認ください。
- C. 販売デモリクエストフォームをWikiで検索
- D. 個人の開発インスタンスにアプリケーション プラグインをインストールします。
正解:D
質問 # 34
電子メール通知のコンテンツを構成する場合、通知をトリガーするイベントのプロパティを参照するためにどの構文を使用する必要がありますか?
- A. $ {gs。<プロパティ名>}
- B. $ {イベント。<プロパティ名>}
- C. $ {current。<プロパティ名>}
- D. $ {プロパティ名> .getDisplayValue()}
正解:B
解説:
https://www.servicenow.com/community/it-service-management-forum/email-notification/m-p/695221
質問 # 35
ビジネスルールスクリプトテンプレートは次のとおりです。
このタイプのJavaScript関数は次のように知られています。
- A. 匿名
- B. コンストラクター
- C. スコープ
- D. 自己呼び出し
正解:D
解説:
Self-invoking. Learn JavaScript!
質問 # 36
アプリケーションはいくつのアプリケーションメニューを持つことができますか?
- A. 3、1つはアプリケーションのユーザーモジュール用、1つはアプリケーションの管理者モジュール用、もう1つはServiceNow管理者のモジュール用
- B. 2、1つはアプリケーションのユーザーモジュール用、もう1つはアプリケーションの管理者モジュール用
- C. アプリケーションの設計に必要な数
- D. 1、これはすべてのアプリケーションモジュールに使用されます
正解:C
解説:
Reference:
An application can have as many application menus as the application design requires. An application menu is a container for application modules, which are links to features or functionalities within an application. Application menus are displayed in the application navigator, which is the left sidebar of the ServiceNow interface. Developers can create and configure application menus using Studio or the Application Menus module. Application menus can have different roles and visibility settings, depending on the intended audience and purpose of the application. Reference: [ServiceNow Docs - Application menus], [ServiceNow Docs - Create an application menu]
質問 # 37
......
正真正銘のベスト資料はCAD日本語オンライン練習試験:https://www.passtest.jp/ServiceNow/CAD-JPN-shiken.html