ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 32 - AD7-E601 discussion

Report
Export

A company collects data from a web form on its site. The company wants to merge the data from the form and deduplicate the information against existing customer data:

Company Existing Profile Data:

• companyEmail: [email protected]

• fName: Celeste

• IName: Brown-Smith

• officePhone: 555-555-7787

• mobilePhone: 555-555-1212

• companyName: Blue Widget Company

• companyPosition: Manager

Data From Web Form Submitted:

• companyEmail: [email protected]

• fName: Celeste

• IName: Brown-Smith

• officePhone: 555-555-7700

• mobilePhone: 555-555-1212

• companyName: Blue Widget Company

• companyPosition: Director

Assume deduplication by the composite key companyEmail + IName + mobilePhone and the new web form data supersedes current data.

Which entry will the export file contain?

A.
companyEmail, mobilePhone, Iname, (name, companyName, companyPosition, officePhone [email protected], 555-555-1212, Brown-Smith, Celeste, Blue Widget Company, Director, 555-555-7700 [email protected], 555-555-1212, Brown-Smith, Celeste, Blue Widget Company. Manager. 555-555-7787
Answers
A.
companyEmail, mobilePhone, Iname, (name, companyName, companyPosition, officePhone [email protected], 555-555-1212, Brown-Smith, Celeste, Blue Widget Company, Director, 555-555-7700 [email protected], 555-555-1212, Brown-Smith, Celeste, Blue Widget Company. Manager. 555-555-7787
B.
companyEmail, mobilePhone, Iname, fname, companyName. companyPosition, officePhone [email protected], 555-555-1212, Brown-Smith, Celeste. Blue Widget Company, Director, 555-555-7700
Answers
B.
companyEmail, mobilePhone, Iname, fname, companyName. companyPosition, officePhone [email protected], 555-555-1212, Brown-Smith, Celeste. Blue Widget Company, Director, 555-555-7700
C.
companyEmail, mobilePhone, Iname, fname, companyName, companyPosition, officePhone [email protected], 555-555-1212, Brown-Smith, Celeste, Blue Widget Company, Manager. 555-555-7787
Answers
C.
companyEmail, mobilePhone, Iname, fname, companyName, companyPosition, officePhone [email protected], 555-555-1212, Brown-Smith, Celeste, Blue Widget Company, Manager. 555-555-7787
Suggested answer: B

Explanation:

The correct answer is B because it matches the outcome of deduplication enabled on the composite key companyEmail + IName + mobilePhone. The destination file will only include one customer record per composite key, and it will choose the record with the latest data if there is a conflict. In this case, Customer 2 has a newer officePhone number than Customer 1, so Customer 2 will be included in the destination file and Customer 1 will be excluded. Reference:

https://experienceleague.adobe.com/docs/experienceplatform/ rtcdp/destinations/overview.html?lang=en

asked 02/10/2024
Rick Tellez
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first