Difficulty: Easy
Correct Answer: Incorrect: they are starting points that usually need tailoring
Explanation:
Introduction / Context:
Vendors and consultancies provide packaged or reference data models for common domains (banking, healthcare, retail). These models accelerate projects by offering proven entity structures and relationships. This question tests whether such models are meant to be adopted unchanged or adapted to local needs.
Given Data / Assumptions:
Concept / Approach:
Packaged models are templates—not turnkey blueprints. They are designed to be extended, pruned, renamed, and constrained to match specific business rules, data quality expectations, and performance objectives. Teams typically add attributes, split or merge entities, adjust keys, and define local code lists. Treating a reference model as immutable can create mismatches, excessive nulls, or unnecessary complexity.
Step-by-Step Solution:
Verification / Alternative check:
Compare sample data to the out-of-the-box entities. If significant attribute nulls or workaround columns appear, customization is needed. Industry practice overwhelmingly involves tailoring rather than strict adoption.
Why Other Options Are Wrong:
Common Pitfalls:
Overfitting to the reference model, neglecting performance indices and local codes, or skipping governance for changes—leading to later rework.
Final Answer:
Incorrect: they are starting points that usually need tailoring
Discussion & Comments