Question 6
Which two key criteria are used to select records when performing automerge in Oracle Customer Data Management? (Choose two.)
Question 7
When a patch is installed, which two occur to an existing application's customizations? (Choose two.)
Question 8
Which two pairs of record IDs are part of the Duplicate Identification match process output? (Choose two.)
Question 9
Which two Enterprise Data Quality (EDQ) match identifiers canbe selected while adding custom attributes to configure a duplicate check for the customer? (Choose two.)
Question 10
Your customer manages account data in three legacy systems. They asked you to develop survivorship rules in Oracle Customer Data Management that will pick one correct master record based on the following conditions:
1. Pick themaster record that has the DUNS number populated.
2. If more than one record has the DUNS number, pick one based on the highest party ID.
Which option can be inserted at lines 2 and 5 to complete the IF-Condition survivorship rule to fulfill the requirement?
1. Pick DUNS number
2. {IF.............
3. master.DUNsNumberC isn't null}
4. masterPartyID is the maximum of masterPartyID where
5. {...... and master.DUNSNumberC isn't null}
