Databricks Certified Data Engineer Professional — Question 239

The marketing team is looking to share data in an aggregate table with the sales organization, but the field names used by the teams do not match, and a number of marketing-specific fields have not been approved for the sales org.

Which of the following solutions addresses the situation while emphasizing simplicity?

Answer options

Correct answer: A

Explanation

Option A is correct because it directly addresses the need for simplicity by creating a view that aligns with the sales team's requirements while standardizing field names. The other options, while potentially effective, introduce additional complexity such as creating new tables or managing synchronization processes, which may not be necessary for this situation.