
Answer-first summary for fast verification
Answer: business area
Azure Synapse database templates are organized by **business areas** to provide a logical structure that aligns with how organizations typically categorize their data domains. This grouping method allows for better organization and management of tables based on functional business units or processes. **Why Business Area (B) is correct:** - Azure Synapse database templates use business areas as the primary organizational structure - This approach groups tables logically by business functions (e.g., Sales, Marketing, Finance, Operations) - It maintains consistency with the template's existing structure - Business area grouping supports data governance and domain-driven design principles **Why other options are incorrect:** - **Partition style (A):** Refers to data distribution strategy, not table organization - **Size (C):** Relates to storage considerations, not logical table grouping - **Facts and dimensions (D):** Describes data modeling patterns (star/snowflake schemas) but is not the primary grouping method used in Azure Synapse database templates When adding tables to an existing template, maintaining the business area grouping ensures consistency with the template's design philosophy and supports scalable data management practices.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are deploying a lake database using an Azure Synapse database template and need to add more tables. The new tables must use the same grouping method as the existing tables in the template.
Which grouping method should you use?
A
partition style
B
business area
C
size
D
facts and dimensions
No comments yet.