Correct Answer: D. Warehouse counts and totals agree with authorized source controls after transformations
Explanation:
Reconciliation confirms completeness and numerical consistency across the load.
Differences must be explained by documented transformation rules or corrected.
A natural hierarchy follows real one-to-many relationships between adjacent levels.
Each city belongs to one state and each state belongs to one country in the modeled structure.
Correct Answer: A. It has consistent meaning, keys, and attributes across multiple fact tables or data marts
Explanation:
Conformed dimensions enable facts from different processes to be analyzed together.
Shared Date, Product, and Customer dimensions create enterprise consistency.
Correct Answer: A. A placeholder dimension row created before full descriptive data is available
Explanation:
An inferred member provides a valid surrogate key for early-arriving facts.
Its attributes are updated when the complete source dimension record arrives.
Correct Answer: A. They improve aggregation design, navigation, and processing efficiency
Explanation:
Attribute relationships tell the engine how dimension members roll up.
Accurate relationships enable better aggregation choices and more efficient queries.
Correct Answer: B. It supplies reusable calendar, fiscal, holiday, and period attributes
Explanation:
A Date dimension gives users rich, standardized time attributes.
It supports fiscal calendars, weekdays, holidays, and hierarchies without repeated logic.
Correct Answer: B. A secondary dimension referenced from another dimension rather than directly from the fact
Explanation:
An outrigger normalizes a reusable set of dimension attributes outside the main dimension.
It should be used carefully because it introduces additional joins into a dimensional model.