DA0-001 · Question #316
DA0-001 Question #316: Real Exam Question with Answer & Explanation
The correct answer is B: Merge. {"question_number": 10, "question": "Adding a secondary email field to an existing customer database to enrich profiles.", "correct_answer": "B. Merge", "explanation": "A merge operation joins two datasets on a common key (e.g., customer ID) and adds new columns from one dataset
Question
An organization would like to add a secondary email field to its customer database in order toenrich the customer profiles. Which of the following data manipulation techniques should the analyst use to add this information?
Options
- ABlend
- BMerge
- CAppend
- DAggregate
Explanation
{"question_number": 10, "question": "Adding a secondary email field to an existing customer database to enrich profiles.", "correct_answer": "B. Merge", "explanation": "A merge operation joins two datasets on a common key (e.g., customer ID) and adds new columns from one dataset to the other - in this case, adding the secondary email field to existing customer records. Blend (A) is a temporary, display-level combination of data sources used in analysis tools, not a structural database change. Append (C) adds new rows (records), not new columns/fields. Aggregate (D) summarizes or groups data into calculated values. Since the goal is to add a new attribute column to existing records, merge is the correct technique.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.