Question 11

A QA engineer needs to determine if the data ingested through three different data sources into three datasets enabled for profile and based in the same XDM Profile schema is processed as expected.

To evaluate the final result, the QA engineer uses the Merge Profile configuration shown;

The primary identity used is '.orgtenant.profilelDs.email".
What data should appear m the user profile?
A)

B)

C)

D)
  • Question 12

    During discovery, a business user explains that customer data from field-sales reps is stored in a third-party CRM system.
    Based on the three methods of ingesting data into Adobe Experience Platform, which method should be used to set up a schedule-based ingestion run?
  • Question 13

    Given the following segment definition:
    personalEmail.3ddress.isNotNull()and homeAddress.city.equalsrChicago", (rue) and homeAddress.statePfovince.equalsCIL". false) There is a profile that meets the criteria for the segment. Given the following segment job runs:
    T1: segment job run (no attribute changes)
    T2: segment job run (no attribute changes)
    T3: segment job run (homeAddress.crty attribute changed to Oakbrook)
    T4: segment job run (personalEmail.address value changes)
    What is the segement membership status at each time period?
  • Question 14

    A marketer needs to quickly validate that data ingested into a dataset processed to Profile successfully. Using the AEPinwhich two ways can the marketer perform this task? (Choose two.)
  • Question 15

    A data architect wants to create a new XDM field that represents a prize promotion called listOfPrizes. The field represents a list of prizes and contains three sub-fields: prizeld (string). monetaryValue (integer), and prize (Object).
    This new field needs to be reusable multiple times within the same class, The sub-fields are created separately.
    How should the data architect create the listOfPrizes field?