[Q48-Q69] Adobe AD0-E312認証された練習解答、必ずあなたを試験合格させる![2022]

Share

Adobe AD0-E312認証された練習解答、必ずあなたを試験合格させる![2022]

有効な合格方法Adobe CampaignのAD0-E312試験問題集


Adobe AD0-E312 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • シナリオを前提として、AdobeCampaignでSQLスクリプトを使用する方法を理解します
  • CampaignでのAPIの実装を説明します
トピック 2
  • パフォーマンスに悪影響を与えるワークフロープラクティスを説明する
  • カスタムターゲットマッピングを構成および適用する
トピック 3
  • キャンペーンワークフローでの適切なJavaScriptの使用法とその理由
  • インタラクションモジュールの構成
トピック 4
  • AdobeCampaignの外部からスキーマにCRUDプロセスをセットアップする
  • シングルサインオンとLDAP統合を構成する方法を説明する
トピック 5
  • シナリオを前提として、フォームとWebアプリの実装に対するユースケースを特定します
  • システム構成設定のトラブルシューティング
トピック 6
  • シナリオを前提として、外部データソースと統合するための最良のアプローチを選択します
  • ワークフロー内にデータ統合技術を適用します

 

質問 48
An Adobe Campaign Classic Developer has a report from a third party about a push notification. A record must be added to the broadLogRcp inside Adobe Campaign Classic. Which code should be written to meet this requirement?

  • A. var xmlQuery = <broadl_ogRcp xtkschema="nms:broadl_ogRcp" id={broadLogld} _operatJon="insert" status="2" _key="@id" lastModified={eventDate}/>; xtk.sessJon.Write(xmlQuery);
  • B. var xmlQuery = <broadl_ogRcp xtkschema="nms:broadl_ogRcp" id={broadLogld} status="2"
    _key="@id" lastModified={eventDate}/>; xtk.sessJon.Write(xmlQuery);
  • C. var xmlQuery = <broadl_ogRcp xtkschema="nms:broadLogRcp" _operation="update" id={broadl_ogld} status="2" _key="@id" lastModified=<eventDate}/>; xtk.sessJon.Write(xmlQuery);
  • D. var xmlQuery = <broadl_ogRcp xtkschema="nms:broadl_ogRcp" status="2" lastModJfied={eventDate}/>; xtk.sessJon.Write(xmlQuery);

正解: B

 

質問 49
An Adobe Campaign Classic Developer is creating a web service to communicate with a website. The Developer needs to create a SOAP call. Which XML code should the Campaign Classic Developer use to set up this call?
A)

B)

C)

D)

  • A. Option D
  • B. Option A
  • C. Option B
  • D. Option C

正解: C

 

質問 50
Where do you define a new type of folder?

  • A. Navigation hierarchy XML
  • B. Form XML
  • C. Platform Option
  • D. Folder schema

正解: A

 

質問 51
An Adobe Campaign Classic Developer needs to configure the Interaction module to improve performance when determining offer eligibility. Which aspect of the configuration should the Developer configure to achieve this goal?

  • A. Catalog
  • B. Presentation rules
  • C. Offer content
  • D. Weights

正解: A

 

質問 52
An alert from the /nl/jsp/monitor.jsp web page is shown below:
"Alert concerning the memory consumption of a process; nlserver web -noconsole -tracefile:web@default
-instance:default -detach -tomcat -autorepair"
Which command should be used to recover the system to a healthy state?

  • A. nlserver restart watchdog@default
  • B. nlserver start web@default
  • C. nlserver restart web@default
  • D. nlserver restart webmdl@default

正解: B

 

質問 53
With every marketing campaign for a client that has several brands, a Campaign developer must associate the brand with the campaign for reporting purposes.
What changes should the Campaign developer recommend?

  • A. Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
  • B. Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
  • C. Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an
    "update activity" to update the nmsOperation's brandName attribute.
  • D. Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.

正解: A

 

質問 54
A Campaign developer is configuring a direct mail delivery.
The Campaign developer selects "By data groupings" when configuring the control group sampling within the delivery.
What is the reason for this configuration?

  • A. Data is sorted by the data groupings attribute before the sample is pulled from the target population.
  • B. The sampling will take the same number of records within each data grouping identified.
  • C. By data groupings associates the campaign with a pre-selected control group population.
  • D. The control group and the target group are extracted as separate files once the delivery executes.

正解: B

 

質問 55
Which type of External Account should be used to connect to the mid-sourcing instance in a hybrid installation?

  • A. HTTP
  • B. External Database
  • C. Routing
  • D. Execution Instance

正解: C

 

質問 56
A customer asks an Adobe Campaign Classic Developer to write a web service that can be used to update the meal preferences of recipients in real time. Which two configurations are required to set up such a web service within Campaign Classic? (Choose 2)

  • A. Add securityZone Enumeration option using the remote server's IP
  • B. Set keyBasedAuthentication to 'true'
  • C. Configure the public IP of the remote server as a subnetwork In a security zone
  • D. Set allowUserPassword to 'true'
  • E. Set security Token to 'true'

正解: C

 

質問 57
Email marketers notice that all of their email deliveries are being placed into an undeliverable state or retry pending status.
After performing the preliminary analysis on the Adobe Campaign instance, the entry below is found in the log file.
Fri Jul 19 13:12:08 UTC 2019 Critical Error: AC Mid Server not responding.
Which two steps should the Campaign Classic Developer take to understand more about the situation and the root cause of the failures? (Choose 2)

  • A. Troubleshoot network connectivity between marketing and mid-sourcing instances
  • B. Check the status of the mid-sourcing instance from /nl/jsp/monitor.jsp
  • C. Restart mid-sourcing instances
  • D. Check the status of the marketing instance from /nl/jsp/monitor.jsp
  • E. Restart the marketing instance

正解: A,B

 

質問 58
During development, the client must only send emails to their company domain.
How should a Campaign developer make sure this is enforced?

  • A. Create a delivery template with an exclusion rule to remove recipients in other domains
  • B. Create a typology rule to exclude recipients in other domains
  • C. Create a default workflow template with an exclusion activity to exclude recipients in other domains
  • D. Update non-company domain emails to NULL

正解: C

 

質問 59
A workflow is using two Query activities that select recipients who have bought specific products. Each Query activity stores the product as additional data. Both Query activities are then added into a Union activity joining using the keys only option.
What should be the expected results of the Union activity?

  • A. Distinct recipients and the products from both queries
  • B. Recipients and products common to both queries
  • C. All records from both queries
  • D. Distinct recipients from both queries

正解: C

 

質問 60
The campaign developer must add a column to an existing table and schema. The column must support numerical values that contain up to 17 digits.
What should a campaign developer use to model this column?

  • A. int64 data type
  • B. String data type
  • C. Long data type
  • D. Double data type

正解: A

 

質問 61
A Campaign must exclude anyone who has received a different email sent from Adobe.
Which table should a Campaign developer query to find the people that have received the other email?

  • A. nms:broadLogRcp
  • B. nms:broadLog
  • C. xtk:broadLog
  • D. nms:trackingLogRcp

正解: B

 

質問 62
A user in the campaign manager group opens a workflow and clicks to open a delivery. After the delivery opens, the following error is thrown:
Cannot load document of type 'Deliveries (nms:delivery)' satisfying condition '(@id=12345678) AND ((@deleteStatus = 0))'.
The requested database record does not exist. What is the most likely cause of this error?

  • A. The delivery has already been sent and therefore CANNOT be opened.
  • B. The user does NOT have access to the workflow folder.
  • C. The MTA process is NOT running on the instance.
  • D. The user is NOT in the Delivery operators group and does NOT have permission.

正解: A

 

質問 63
A Campaign developer is adding a schema to the existing data model.
Which step must be performed for the table to be used in Adobe Campaign queries?

  • A. Create a primary key in the schema.
  • B. Create the schema in a new namespace.
  • C. Create a join in the schema to the Recipient table.
  • D. Match the schema name to the table name.

正解: B

 

質問 64
A Campaign developer configures a delivery with 100 records. After executing the delivery, the developer goes to approve the targeting. The developer sees 100 records as the target count and 90 records as the To Send count.
The Campaign developer needs a detailed listing of the individual records dropped and the reason for exclusion before approving the target.
After opening the delivery, how should the campaign developer perform this task?

  • A. Go to Tracking
  • B. Go to Delivery -> Exclusions
  • C. Go to Audit -> Causes of Exclusions
  • D. Go to To: -> Exclusions. Select Allow Excluded Addresses.

正解: B

 

質問 65
A Campaign developer is creating an expression that requires use of SQL Code to execute. The SQL expression must reference segmentCode of the target audience.
How should the Campaign developer reference the Adobe Campaign internal segmentCode attribute in a SQL expression?

  • A. targetData/segmentCode
  • B. iSegmentCode
  • C. sSegmentCode
  • D. targetData/@SegmentCode

正解: A

 

質問 66
Which of the following is a server command?

  • A. nlserver begin [@]
  • B. nlserver pause [@]
  • C. nlserver stop [@]
  • D. nlserver cancel [@]

正解: C

 

質問 67
The client needs to load multiple files. The files must be loaded in a specific order based on data dependencies.
How should the client ensure the order and dependencies?

  • A. Create multiple workflows using the scheduler to stagger data loading times
  • B. Create multiple workflows using the jump step to call the next data loading step
  • C. Create multiple workflows using outbound transitions to link to the next data loading step
  • D. Create multiple workflows using an external signal to call the next data loading step

正解: C

 

質問 68
What is an accurate description of the Adobe Campaign Hierarchy?

  • A. Plan, Program, Campaign, Workflow, Delivery
  • B. Program, Plan, Campaign, Workflow, Delivery
  • C. Plan, Program, Campaign, Delivery, Workflow
  • D. Campaign, Plan, Program, Workflow, Delivery

正解: B

 

質問 69
......

Adobe AD0-E312事前試験練習テストはFast2test:https://jp.fast2test.com/AD0-E312-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어