Correct Answer: D. Provide OLAP, semantic modeling, and analytical calculation services
Explanation:
The middle tier translates warehouse data into analytical structures and business logic.
Cubes and semantic models are typical components of this tier.
Correct Answer: D. Present governed business-friendly relationships, measures, and terminology
Explanation:
A semantic model translates technical structures into reusable business concepts.
It improves consistency, usability, and centralized calculation logic.
Correct Answer: A. A warehouse is optimized for historical analysis, while an operational database supports current transactions
Explanation:
Warehouses support analytical scans, aggregation, and historical comparison.
Operational databases prioritize reliable and fast transaction processing.
Correct Answer: A. Move tested components into production with schedules, security, and support procedures
Explanation:
Deployment makes the solution operational in a controlled production environment.
Scheduling, permissions, monitoring, training, and rollback planning are essential.
Correct Answer: A. An in-memory or DirectQuery relational-style semantic model using tables, relationships, and DAX
Explanation:
Tabular models organize data in familiar tables and relationships.
They commonly use DAX for calculations and VertiPaq for compressed in-memory storage.
An operational data store integrates recent data for operational reporting.
It usually holds less history and changes more frequently than a warehouse.
Correct Answer: B. Deciding whether to enter a new national market next year
Explanation:
Strategic decisions have long-term, organization-wide consequences.
They benefit from historical trends, forecasts, and integrated performance measures.
Correct Answer: B. Complex read-intensive queries scanning large historical datasets
Explanation:
Warehouse workloads emphasize reads, joins, and aggregations over substantial history.
They differ from the short write-heavy transactions common in OLTP.