Correct Answer: D. High-level business subjects and their relationships
Explanation:
A conceptual model communicates major business entities and scope.
It avoids implementation detail and supports shared understanding with stakeholders.
Correct Answer: C. To discover structures, value patterns, anomalies, and quality problems
Explanation:
Profiling reveals what source data actually contains rather than what documentation claims.
Its findings shape mappings, cleansing rules, and feasibility decisions.
Correct Answer: C. Prevent loss of committed transactions
Explanation:
Committed operational transactions represent legally and financially important events.
Warehouse aggregates can often be rebuilt, but lost transactions may not be recoverable.
Correct Answer: D. Operational transactions have stricter immediate response requirements
Explanation:
Customer-facing transactions require rapid, predictable completion.
Complex analysis may tolerate slightly longer responses because it processes more data.
Correct Answer: C. OLAP queries are often more complex and aggregate more rows than OLTP queries
Explanation:
OLAP questions often require multiple joins, filters, groups, and calculations.
OLTP statements are usually narrow and designed for a specific transaction.
Correct Answer: B. Concurrent transactions from producing inconsistent intermediate results
Explanation:
Isolation controls how concurrent transactions see each other’s changes.
It is central to reliable operational processing, especially under heavy concurrency.