MB-910 • Practice Test 5 — 25 Questions
Free MB-910 practice test 5 — 25 questions with explanations. No signup required.
A customer administrator configures the unification shown. After running unification, they notice that some records from the Web_Submissions source have empty email fields. What will happen to those records?
Refer to the exhibit.
{
"dataSources": [
{
"name": "CRM_Contacts",
"kind": "Common Data Service",
"tables": ["contact"]
},
{
"name": "Web_Submissions",
"kind": "PowerQuery",
"tables": ["form_submissions"]
}
],
"unification": {
"rules": [
{
"field": "emailaddress1",
"type": "exact",
"weight": 1.0
}
]
}
}