
最新Marketing-Cloud-Developer日本語テスト材料には有効なMarketing-Cloud-Developer日本語テストエンジン
Marketing-Cloud-Developer日本語更新された試験問題集で[2024年最新] 練習には有効な試験問題集
質問 # 60
CertificationAidはMarketingCloud Connectを使用しており、ランディングページにリードキャプチャフォームを作成したいと考えています。顧客がフォームを送信するとき、Salesforceでリードレコードを作成する必要があります。これに使用できるスクリプト言語はどれですか? 2を選択します。
- A. Salesforceレコードを作成するためのAMPscript、フォーム処理用のSSJS。
- B. 機能全体のSSJS。
- C. 機能全体のAMPscript。
- D. Salesforceレコードを作成するSSJS、フォーム処理用のAMPscript。
正解:A、C
質問 # 61
開発者は、動的な電子メールを作成するときに、LookupRowsを使用してデータを取得しました。
FORループ内でこの行セットを使用する前の次のステップは何ですか?
- A. 行を使用して行セットの特定の行を返します
- B. 行セットを新しい配列変数に設定します
- C. RowCountを使用して、行セットにデータが含まれていることを確認します
- D. 区切られたAMPscrlptコードブロックを閉じます
正解:C
解説:
After usingLookupRowsto retrieve data when building a dynamic email, the next step before using this rowset within a FOR loop is touseRowCountto ensure the rowset contains data (D). This validation ensures that there are rows to iterate over, preventing potential errors or empty iterations in the FOR loop.
Example:
SET @rows = LookupRows("DataExtensionName", "FieldName", "Value") SET @rowCount = RowCount(@rows) IF @rowCount > 0 THEN FOR @i = 1 TO @rowCount DO SET @row = Row(@rows,
@i) /* process each row */ NEXT @i ENDIF
References:
* Salesforce Marketing Cloud AMPscript Guide
* AMPscript RowCount Function
質問 # 62
開発者は重複する連絡先を特定し、1,000万人のサブスクライバーに対して連絡先の削除プロセスを開始しました。プロセスをどのように促進できますか?
- A. 抑制値をより大きな値に変更します
- B. すべての連絡先のサブスクライバーを手動で削除する
- C. 現在の削除プロセスを停止し、より小さなグループを削除します
- D. 不要な送信可能なデータ拡張を削除します
正解:D
質問 # 63
開発者は、NewSubscribersという名前のターゲット送信データ拡張とは異なるCustomersデータ拡張からの受信者の名でウェルカムメールをパーソナライズしたいと考えています。両方のデータ拡張機能には、CustomerKeyという名前のフィールドに一意の識別子が含まれています。要求に応じて、どのAMPscript構文が名のパーソナライズを設定しますか?
- A. %%=Lookup('NewSubscribers','FirstName','ContactID',CustomerKey)=%%
- B. %%=Lookup('Customers','FirstName','CustomerKey', 'CustomerKey')=%%
- C. %%=Lookup('Customers', 'FirstName', 'CustomerKey', CustomerKey)=%%
- D. %%=Lookup('Customers', 'FirstName', 'ContactID', CustomerKey)=%%
正解:C
質問 # 64
認定エイドは、RESTAPIを使用してデータ拡張機能に保存されている連絡先データを更新したいと考えています。これを達成するには何が必要ですか? 1を選択します。
- A. データ拡張は属性グループに含まれている必要があります。
- B. データ拡張は母集団に含まれている必要があります。
- C. データ拡張機能はEmailStudioで作成する必要があります。
- D. データ拡張機能は送信可能である必要があります。
正解:A
解説:
To update Contact data stored in a Data Extension using the REST API, the Data Extension must be in anAttribute Group (A). This is necessary because the REST API interacts with Contact data through Attribute Groups, which organize Data Extensions and their relationships within Contact Builder.
References:
* Salesforce Marketing Cloud REST API
* Contact Builder and Attribute Groups
質問 # 65
開発者は、SalesCloudからのリードデータを含む同期データ拡張機能を作成したいと考えています。彼らは電話番号を含むレコードだけを含めたいのです。次の各フライには、これらのルールに従ってこの情報が含まれています。-電話が黒ではない(データ型=電話)-PhoneExistが真(データ型=ブール)-ValidPhoneが '真'(データ型=式(ブール))-ContactType 'Phone'に等しい(データ型=テキスト)。同期構成でレコードのサブセットを選択するために使用できるフィールドはどれですか?
- A. PhoneExists
- B. ValidPhone
- C. ContactType
- D. 電話
正解:A
質問 # 66
開発者は、APIを使用して連絡先をジャーニーに注入したいと考えています。これを達成するためにどのような方法とルートが使用されますか?
- A. Post/interaction/v1/interactions
- B. Post/ interaction/ v1/events
- C. Post/v1hub/datevents/key:[key} /rows / {primaryKeys
- D. Post / contacts/v1/contacts
正解:B
質問 # 67
Northtrn Trail Outfitters(NTO)は、データファイルをインポートしようとしています。自動化によってファイルがデータ拡張子にインポートされる拡張FTPアカウントに定期的にアップロードされます。NTOでは、ファイルを暗号化する必要があります。
データファイルをMarketingCloudにインポートするときにサポートされる2つのファイル暗号化オプションはどれですか?
2つの答えを選択してください
- A. PGP暗号化
- B. AES暗号化
- C. RSA暗号化
- D. GPG暗号化
正解:A、B
解説:
When importing data files to Marketing Cloud, the supported file encryption options are:
* PGP encryption (A)- Pretty Good Privacy (PGP) encryption is supported for securing files.
* AES encryption (D)- Advanced Encryption Standard (AES) encryption is also supported for file security.
References:
* Salesforce Marketing Cloud File Import Activity
* File Transfer and Encryption Options
質問 # 68
開発者は、トランザクション データを含むデータ エクステンションにファイルをインポートする必要があります。このファイルには、「$.05」から「$100」までの値を持つ Purchase_Price というラベルの付いた列が含まれています。
データの損失を防ぐために使用する必要があるデータ型
- A. 番号
- B. テキスト
- C. Decimal(9,2)
正解:C
解説:
The best Data Type to use for the Purchase_Price column would be Decimal(9,2). This will allow values ranging from .05 to 100 without any data loss.
質問 # 69
開発者は、いくつかの REST API と対話する一連の CloudPages を構築したいと考えています。
Marketing Cloud がサポートするどのスクリプト ツールを使用する必要がありますか?
- A. GTL
- B. AMPscript
- C. SSJS
正解:C
解説:
To build out a series of CloudPages that will interact with several REST APIs, the developer should useSSJS (Server-Side JavaScript) (C). SSJS is supported in Marketing Cloud and provides robust capabilities for interacting with external APIs, handling HTTP requests, and processing data.
References:
* Salesforce Marketing Cloud SSJS Guide
* SSJS Functions
質問 # 70
NTOは、英語版、スペイン語版、フランス語版の電子メールキャンペーンを用意するという要件を再検討しています。彼らは開発者に、受信者の言語ごとにグループ化されたクリックを集約するクエリを作成するように要求します。言語はプロファイル属性に保存されます。クエリに含まれる2つのデータビューはどれですか? 2つの答えを選択してください
- A. _クリック
- B. _サブスクライバー
- C. _サブスクライバー
- D. _ AllSubscribers
正解:B、C
質問 # 71
実装中にインポートエラーが発生したため、開発者がContactBuilderで連絡先のバッチ削除を開始しました。削除する必要のあるレコードは200万を超えています。
大量の連絡先を一括削除する場合、考慮すべき2つの要素はどれですか?2つの回答を選択してください
- A. バッチが処理されるまで、個々の連絡先の抑制ステータスは表示されません。
- B. 削除プロセスは、他の自動化されたアカウントアクティビティに優先します。
- C. 各バッチで最大100万件のレコードを削除できます。
- D. 連絡先情報をより迅速に削除するには、抑制期間の長さ14を使用します。
正解:A、C
解説:
When batch deleting large volumes of contacts, it is important to consider the following factors:
* Batch Deletion Limits: Up to one million records can be deleted in each batch. This helps manage and control the deletion process without overwhelming the system.
* Suppression Status Visibility: The suppression status does not show for individual contacts until the entire batch processes. This means that you will not see the status updates for individual contacts until the deletion batch is fully processed.
質問 # 72
Enterprise 2.0アカウント内で連絡先削除機能を使用できるビジネスユニットはどれですか?
- A. 連絡先が紹介されたビジネスユニット
- B. 親アカウント
- C. 任意のビジネスユニット
- D. 代理店アカウントのみ
正解:B
質問 # 73
開発者は、新しいビジネスユニットのEメール送信ログデータ拡張機能を構成する必要があります。どのオプションを使用する必要がありますか?
- A. 「ログの送信」という名前を作成して確認します
- B. SendLogデータ拡張テンプレートを使用して作成
- C. 別のビジネスユニットの既存の送信ログのコピーから作成します
- D. Salesforceサポートはデータ拡張機能を作成する必要があります
正解:B
質問 # 74
ノーザントレイルアウトフィッターズの法務チームは、レコードがすでに削除の対象になっている場合でも、SendableDataExtensionにサブスクライバーを取り込む毎日のインポートプロセスについて懸念しています。
この送信可能データ拡張機能への送信が直接開始された場合に、これらのレコードで予想される2つの実際の動作はどれですか。
2つの答えを選択してください
- A. まだ抑制フェーズにあるレコードは送信から除外されます。
- B. 抑制フェーズにあるレコードは、送信時に手動で指定された場合にのみ除外されます。
- C. すでに削除されているレコードは、新しいレコードとして扱われます。
- D. 削除されたレコードは無期限に送信から除外されます。
正解:A、C
質問 # 75
Northern Trail Outfittersは、モバイルキャンペーンを使用して、関心のあるサブスクライバーの電子メールアドレスを収集しています。 AMPScriptのAPI関数を使用すると、電子メールがショートコードにテキスト送信されると、確認の電子メールが送信されます。
TriggeredSendオブジェクトを正常に作成するために必要な2つのオブジェクトはどれですか? 2つの答えを選択してください
- A. TriggeredSendDefinition
- B. お問い合わせ
- C. 属性
- D. サブスクライバー
正解:A、D
解説:
To successfully create a TriggeredSend object using AMPscript's API functions to send a confirmation email when an email is texted into their shortcode, the following objects are required:
* Subscribers (A)- Represents the individual recipients who will receive the triggered email.
* TriggeredSendDefinition (B)- Defines the parameters of the triggered send, including the email to be sent and the associated attributes.
References:
* Salesforce Marketing Cloud Triggered Send
* Salesforce Marketing Cloud AMPscript API Functions
質問 # 76
ノーザントレイルアウトフィッターズ(NTO)は、すべてのチャネルのサブスクライバーに最適な識別子を決定したいと考えています。
何をお勧めしますか5
- A. モバイルID
- B. サブスクライバーID
- C. メールアドレス
- D. 連絡先キー
正解:C
質問 # 77
v1で複数のAPI呼び出しを行う場合、開発者はどのくらいの頻度で新しいトークンを要求する必要がありますか?
- A. ルート/オブジェクトを変更する場合
- B. すべての新しい呼び出しの前
- C. 15分ごと
- D. 1時間に1回
正解:C
質問 # 78
開発者がカスタム設定センターを作成していて、CloudPageからの購読解除イベントをログに記録したいと考えています。正確なサブスクライブ解除情報を確保するには、どのパラメータセットをキャプチャしてLongUnsubEvent Execute Callに提供する必要がありますか?
- A. SubscriberKeyとBatchID
- B. メールアドレスとジョブID
- C. SubscriberIDとBatchID
- D. SubscriberKeyとJobID
正解:D
質問 # 79
Server-to-Server Installed Package および関連する API Integration i* Marketing Cloud を作成する前に、開発者が考慮すべき側面はどれですか?
- A. スコープ (権限) は、インストール済みパッケージを作成しているユーザーに基づいて付与されます。
- B. インストール済みパッケージ内で API 統合コンポーネントを作成するときは、スコープ (アクセス許可) を明確に付与する必要があります。
- C. インストール済みパッケージを使用すると、API はすべてのビジネス ユニットのリソースにアクセスできます。
正解:B
解説:
When creating a Server-to-Server Installed Package and associated API Integration in Marketing Cloud, it is essential to grant specific scopes (permissions) to the API Integration component. This ensures that the integration has the necessary access to perform its tasks without granting unnecessary permissions.
質問 # 80
開発者は、_Bounce データ ビューからデータをクエリし、それをデータ エクステンションに格納しています。彼らは、フィールド SMTPBounceReason および SMTPCode が、DE スキーマで指定されている各フィールドの 4000 文字の制限を超える場合があることを発見しました。元の要求者と相談した結果、各フィールドの最初の 4000 文字を保存するだけでよいという結論に達しました。
この目的で使用できる SQL 関数はどれですか?
- A. 左
- B. 最初
- C. 右
正解:A
解説:
To store only the first 4000 characters of the fields SMTPBounceReason and SMTPCode in a data extension, the developer should use theLEFT (C)SQL function. This function returns the specified number of characters from the beginning of a string.
Example:
SELECTSubscriberKey,LEFT(SMTPBounceReason,4000)ASSMTPBounceReason,LEFT(SMTPCode,4000)AS References:
* SQL LEFT Function
* Salesforce Marketing Cloud SQL Reference
質問 # 81
RaiseError AMPscript 関数を構成して実行できるアクションはどれですか?
- A. 購読者のステータスを更新します
- B. エラーの原因をログに記録します
- C. 加入者レコードを削除します
正解:B
解説:
TheRaiseErrorAMPscript function can be configured tolog the source of the error (C). This functionality is useful for error handling and debugging, allowing administrators to identify the cause of an issue and take appropriate action.
References:
* Salesforce Marketing Cloud AMPscript Guide: RaiseError
質問 # 82
......
Marketing-Cloud-Developer日本語サンプルには正確な更新された問題:https://jp.fast2test.com/Marketing-Cloud-Developer-JPN-premium-file.html