2024年最新のCAD日本語プレミアム資料テストPDFの無料問題集お試しセット [Q16-Q34]

Share

2024年最新のCAD日本語プレミアム資料テストPDFの無料問題集お試しセット

試験合格を向けてCAD日本語今すぐ弊社のCertified Application Developer試験パッケージを使おう

質問 # 16
ServiceNowの委任された開発に関する誤ったステートメントを特定します。

  • A. 管理者は、開発者がアクセスできるアプリケーションファイルの種類を指定できます。
  • B. 管理者は、管理者以外のユーザーにグローバルアプリケーションを開発する機能を付与できます。
  • C. 管理者は、開発者にスクリプトフィールドへのアクセスを許可できます。
  • D. 管理者は、開発者にセキュリティレコードへのアクセスを許可できます。

正解:B

解説:
Administrators can grant non-admin users the ability to develop global applications. Delegated Development is for the scoped applications only Reference:
The incorrect statement about Delegated Development in ServiceNow is that administrators can grant non-admin users the ability to develop global applications. Delegated Development allows administrators to grant non-admin users the ability to develop scoped applications, not global applications. Global applications are accessible by all other applications and do not have a namespace prefix. Scoped applications are isolated from other applications and have a unique namespace identifier. Delegated Development provides more granular control over the developer permissions, application resources, and data access. References: [Advantages of Scoped Applications in ServiceNow], [Product Documentation | ServiceNow]


質問 # 17
次の機能のうち、グローバルアプリケーションで使用できるものはどれですか? (2つ選択してください。)

  • A. 委任された開発
  • B. フローデザイナー
  • C. 自動テストフレームワーク
  • D. ソース管理

正解:A、B


質問 # 18
後のアプリケーションのためにインスタンスにローカルの変更を保存するために使用されるソース管理操作は、a(n)と呼ばれます。
<空白>。

  • A. ブランチ
  • B. アップデートセット
  • C. タグ
  • D. スタッシュ

正解:A

解説:
The source control operation used to store local changes on an instance for later application is called a stash. A stash is a temporary storage area for uncommitted changes that are not ready to be pushed to a remote repository. Developers can use stashes to save their work in progress without committing it to the local repository or discarding it. Stashes can be applied later to restore the changes to the working directory, or dropped if they are no longer needed. References: [ServiceNow Docs - Stash local changes], [ServiceNow Docs - Source control]


質問 # 19
ビジネス ルールで、現在ログインしているユーザーの sys_id を返すものは次のうちどれですか?

  • A. gs.getUserID()
  • B. g_form getUserSysy
  • C. gs.getUserSysID()
  • D. g_form getUserID()

正解:A

解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/glideSystemScoped/concept/c_GlideSystemScopedAPI.html


質問 # 20
新しいデータをスプレッドシートから ServiceNow にインポートするために使用できる手順は次のうちどれですか?

  • A. データ ソースの定義、変換マップの選択、変換の実行
  • B. データの読み込み、変換マップの作成、最も投票された変換の実行
  • C. データ ソースの選択、変換のスケジュール
  • D. インポート セットの選択、変換マップの選択、変換の実行

正解:B


質問 # 21
後のアプリケーションのためにインスタンスにローカルの変更を保存するために使用されるソース管理操作は、a(n)と呼ばれます。
<空白>。

  • A. アップデートセット
  • B. タグ
  • C. スタッシュ
  • D. ブランチ

正解:C


質問 # 22
タスク テーブルは、次のうちどれの例ですか?
2つの答えを選択してください

  • A. 親クラス
  • B. 子クラス
  • C. レガシー クラス
  • D. 基本クラス

正解:A、D

解説:
"A table that extends another table is called a child class, and the table it extends is the parent class" - this is about halfway down in this link below:https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/table-administ


質問 # 23
他のすべてのプライベートアプリケーションスコープがアプリケーションのデータテーブルに構成レコードを作成しないようにするには、アプリケーションアクセスをどのように構成する必要がありますか?

  • A. [アクセス可能]フィールドの値を[このアプリケーションスコープのみ]に設定し、[Webサービス経由でこのテーブルへのアクセスを許可する]オプションの選択を解除します
  • B. [Accessiblefrom]フィールドの値を[このアプリケーションスコープのみ]に設定します
  • C. アプリケーションアクセスを使用するのではなく、他のすべてのアプリケーションスコープがアプリケーションのデータテーブルに構成レコードを作成しないように、アクセス制御を作成する必要があります
  • D. [アクセス可能]フィールドの値を[すべてのアプリケーションスコープ]に設定し、[作成可能]オプションの選択を解除します

正解:B

解説:
Application Access is a feature that allows you to control the access level of other application scopes to your application's data tables. By setting the Accessible from field value to This application scope only, you can restrict the access to your data tables to only your application scope. This means that other application scopes cannot create, read, write, or delete records on your data tables, unless they have explicit permissions through Access Controls or other means.
References:
Application Access
[Application scope]
https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_securingapps_rome_application_access
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ExampleDenyingAllDesignAccess.html


質問 # 24
電子メール通知で構成されているのは次のうちどれですか?
a)誰が通知を受け取るか。
b)通知にはどのような内容が含まれますか。
c)いつ通知を送信するか。
d)通知の送信方法。

  • A. a、b、c
  • B. a、b、およびd
  • C. a、c、d
  • D. b、c、d

正解:A

解説:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.html


質問 # 25
ServiceNow ストアとは何ですか?

  • A. 無料および有料の認定された ServiceNow アプリケーションと統合のマーケットプレイス
  • B. ServiceNow コミュニティが作成した開発者コンテンツのソース
  • C. ServiceNow Developer Share サイトの代替名
  • D. ダウンロード可能なコンテンツ ServiceNow スクリプト アーカイブ

正解:A

解説:
The ServiceNow Store is a marketplace for free and paid certified ServiceNow applications and integrations. The ServiceNow Store provides customers with access to Now Certified enterprise workflow apps from partners that complement and extend ServiceNow products and solutions. Customers can browse, try, buy, and deploy apps and integrations that suit their needs and enhance their ServiceNow experience. The ServiceNow Store is not the source for ServiceNow Community created developer content, as that is available on the Developer Portal or the Share site. The ServiceNow Store is not a downloadable content ServiceNow script archive, as that is available on the Script Library or the Script Repository. The ServiceNow Store is not an alternate name for the ServiceNow Developer Share site, as that is a separate site where developers can share applications, code snippets, UI pages, etc. Reference: ServiceNow Store


質問 # 26
Flow Designerのトリガータイプではないものは次のうちどれですか?

  • A. 送信メール
  • B. アプリケーション
  • C. スケジュール
  • D. 記録

正解:A

解説:
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


質問 # 27
レコード データと複雑なデータを保存するために、フロー デザイナー変数のどのようなデータ型がサポートされていますか?
3 つの答えを選択してください

  • A. 配列。参照
  • B. 整数
  • C. 文字列
  • D. 選択肢
  • E. ラベルのデータ型

正解:A、B、C

解説:
Flow Designer variables can store record data and complex data using the following data types:
* Integer: A whole number that can be used in mathematical operations.
* Array: A collection of items that can be accessed by their index or iterated over using a For each action.
* String: Any kind of text, such as email addresses or the text contents of a file.
References:
* Define and Use Data Types in a Flow (Flow Designer)
* Variable data types - Power Automate | Microsoft Learn
* Product Documentation | ServiceNow


質問 # 28
カスタム テーブルを作成すると、どのアクセス制御ルールが自動的に作成されますか?
4つの回答を選択してください

  • A. 読む
  • B. 削除
  • C. 書き込み
  • D. 作成
  • E. 実行
  • F. 更新

正解:A、B、C、D


質問 # 29
Flow Designer を使用する利点は何ですか? 3 つの回答を選択してください

  • A. サードパーティシステムとのスムーズな統合
  • B. 上級開発者をサポート
  • C. 手動スクリプトの削減
  • D. 複雑なスクリプトを可能にする
  • E. 技術的負債を軽減する

正解:A、C、E


質問 # 30
次の方法のどれがデフォルトで現在のフォームの上部に青い背景にメッセージを印刷しますか?

  • A. g_form.showFieldMessage()
  • B. g_form.addInfoMessage()
  • C. g_form.addInfoMsg()
  • D. g_form.showFieldMsg()

正解:B

解説:
From: https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_ScriptingAlertInfoAndErrorMsgs.html g_form.showFieldMsg("field_name", "Hello World", "error"); Puts "Hello World" in an error message **below the specified field**. g_form.addInfoMessage() or g_form.addErrorMessage() place a blue box message at the top of the screen. Pg 126 of the CAD handbook The method that prints a message on a blue background to the top of the current form by default is g_form.addInfoMessage(). The g_form object is a global object that provides access to form fields and UI elements on a form. The addInfoMessage() method is a method of the g_form object that displays an informational message next to the form header. The message has a blue background color by default, unless it is overridden by a CSS style. The addInfoMessage() method takes one argument, which is the message text to display. References: [ServiceNow Docs - GlideForm (g_form) API], [ServiceNow Docs - g_form.addInfoMessage()]


質問 # 31
フォームに表示されるフィールドのデータ型を選択するとき、次のステートメントのうち正しくないものはどれですか?

  • A. 自由形式のテキスト フィールドに文字列データ型を使用します。
  • B. データ型を使用して日付と時刻を入力します。
  • C. 電話番号データ型を使用して、電話番号データの検証を自動化します。
  • D. Choice データ型を使用して、フィールドのオプションを制限します

正解:C

解説:
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]


質問 # 32
どのビジネス要件とプロセスをアプリケーション開発計画の一部として文書化する必要がありますか?
4 つの答えを選択してください

  • A. データ入出力
  • B. ユーザー/関係者
  • C. データベース容量
  • D. ビジネス上の問題
  • E. プロジェクトのスケジュール
  • F. 利用可能なライセンス
  • G. プロセスのステップ

正解:A、B、D、G

解説:
The application development plan is a document that outlines the scope, objectives, deliverables, and timeline of a software project1. It should include the following business requirements and processes:
Data input/output: This describes what data is needed for the application to function, how the data is collected, stored, processed, and displayed, and what outputs are generated by the application2.
Business problem: This defines the problem or opportunity that the application aims to address, the current situation, the desired outcome, and the benefits of the solution3.
Process steps: This details the steps involved in the application development lifecycle, such as planning, designing, testing, deploying, and maintaining the application4.
Users/stakeholders: This identifies the people who will use, benefit from, or influence the application, their roles, responsibilities, and expectations, and how they will be involved in the project5.
Reference = 1: Application Development Lifecycle: Phases, Steps and Process3 2: Tips for Writing Business Requirements Documents2 3: Business Requirements Document Template: 7 Components1 4: Requirements Development Steps4 5: What is Business Process Documentation?: 10 Easy Steps to5


質問 # 33
電子メール通知で、重みフィールドに当てはまらないものは次のうちどれですか?

  • A. ウェイト値のデフォルトはゼロです
  • B. 重み値がゼロの場合、通知の送信時期の基準が満たされたときに通知が常に送信されることを意味します
  • C. 同じレコードと受信者の重みが最も高い通知のみが送信されます
  • D. 重み値がゼロの場合、メールを送信しないことを意味します

正解:D

解説:
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 The Weight field in an Email Notification determines which notification is sent when multiple notifications are triggered for the same record and recipients. Only the notification with the highest weight is sent. A weight value of zero means the notification is always sent when the notification's When to send criteria is met. A weight value of -1 means that no email should be sent3. Reference: Email Notification Weight


質問 # 34
......

2024年最新の問題をマスターCertified Application Developer合格目指してCAD日本語リアル試験!:https://jp.fast2test.com/CAD-JPN-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어