DMF Exam QuestionsBrowse all questions from this exam

DMF Exam - Question 14


An enterprise data model would be composed of:

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
Ayblaq
Aug 18, 2024

Answer is C. page 106 of DMBOK2

MrWood47
Jan 18, 2025

Can confirm Ayblaq's comment. It's C

IhueghianOption: C
Mar 20, 2025

According to DAMA‐DMBOK2 (see especially the discussion in Chapter 4 on Data Architecture and the sections on Enterprise Data Models around p. 106), an Enterprise Data Model typically breaks the organization’s data into top‐level groups (subject areas), defines conceptual‐level entities for each subject area, and often includes at least some logical‐level detail. A full physical design is usually not part of the high‐level EDM. Hence, among the options given, the correct match with DMBOK2 is: C) Conceptual models, subject area models, and logical models.

[Removed]
Sep 17, 2024

its C, subject areas

havik
Nov 17, 2024

C

aljegoramOption: C
Feb 11, 2025

Modelo conceptual, de áreas temáticas y lógico

Hosna2023Option: A
Mar 9, 2025

B. Conceptual models, star schema models, and interface models → Incorrect, as star schema models are specific to data warehousing. C. Conceptual models, subject area models, and logical models → Incorrect, as subject area models are a subset of conceptual models. D. Logical models, physical models, and infrastructure models → Incorrect, as infrastructure models focus on hardware and network architecture. E. Enterprise models, data models, and compositional models → Incorrect, as enterprise models and compositional models are not standard data model categories.

Hosna2023Option: A
Mar 15, 2025

An Enterprise Data Model (EDM) is a high-level representation of an organization’s data, typically consisting of three levels of abstraction: Conceptual Model – Defines high-level entities and relationships without technical details. Logical Model – Provides detailed structure, including attributes, keys, and relationships, independent of technology. Physical Model – Implements the logical model with database-specific structures, such as tables, indexes, and constraints.