CIA - Certified Information Architect Metadata Strategy and Design Questions and Answers 1 — Questions and Answers
Question 1: A consortium of university libraries and digital archives wants to create a unified discovery portal for their diverse collections. A key requirement is that a user's search for '19th-century cartography' should return relevant maps, books, and journal articles from all participating institutions. Which metadata standard is MOST appropriate for establishing this baseline interoperability?
- A custom-built XML schema tailored to cartography.
- EXIF (Exchangeable Image File Format) to capture details from scanned maps.
- Dublin Core, using its 15 core elements as a common descriptive framework. (Correct answer)
- MARC (Machine-Readable Cataloging) records from each library's system.
Correct answer: Dublin Core, using its 15 core elements as a common descriptive framework.
Dublin Core is a set of 15 core metadata elements designed for simple, cross-domain resource description. Its widespread adoption and simplicity make it the ideal choice for establishing a baseline of interoperability across different types of resources (maps, books, articles) from various institutions, enabling them to be searched in a unified way.
Question 2: An information architect is reviewing the metadata for a digital asset. The metadata includes the asset's file format (MP4), file size (256MB), creation date (2023-10-26), and rights management information (CC BY-NC). This information is best classified as which type of metadata?
- Descriptive Metadata
- Structural Metadata
- Reference Metadata
- Administrative Metadata (Correct answer)
Correct answer: Administrative Metadata
Administrative metadata provides information to help manage and preserve a resource. This includes technical details like file type and size, as well as rights management and preservation information. Descriptive metadata describes the content (e.g., title, subject), while structural metadata describes how components are organized.
Question 3: When designing a metadata schema for a large e-commerce platform's product catalog, an information architect wants to ensure that faceted search works reliably. For example, when a user filters by 'Color', the options should be 'Red', 'Blue', and 'Green', not 'Crimson', 'Navy', and 'Emerald'. Which metadata schema design decision is most crucial for achieving this?
- Making the 'Color' field a free-text entry field for maximum flexibility.
- Using an auto-tagging service based on the product description.
- Defining the 'Color' field to use a controlled vocabulary. (Correct answer)
- Ensuring every product has a unique SKU as its primary identifier.
Correct answer: Defining the 'Color' field to use a controlled vocabulary.
A controlled vocabulary is a predefined, authorized set of terms that must be used for a specific metadata field. By enforcing a controlled vocabulary for 'Color', the system ensures all products are tagged with consistent values, which is the foundation for reliable faceted search and filtering.
Question 4: Which of the following best defines a metadata schema?
- A taxonomy used to classify and organize content.
- A formal set of rules that specifies the elements, semantics, and structure for metadata records. (Correct answer)
- The software used to input and manage metadata for a content management system.
- A report auditing the completeness and accuracy of existing metadata.
Correct answer: A formal set of rules that specifies the elements, semantics, and structure for metadata records.
A metadata schema is a formal blueprint that defines the structure and rules for metadata. It specifies what elements can be used (e.g., 'Title', 'Creator'), their meaning (semantics), their required format (syntax), and their relationships, ensuring metadata is created consistently.
Question 5: A large corporation is launching a new digital asset management (DAM) system. To ensure its long-term success and maintain data quality, the information architect develops a document outlining who is responsible for creating metadata, which fields are mandatory, and how often metadata should be reviewed. This document is a core component of what?
- The metadata schema
- A content audit
- The metadata governance plan (Correct answer)
- A user research summary
Correct answer: The metadata governance plan
A metadata governance plan establishes the policies, roles, responsibilities, and processes required to manage metadata effectively throughout its lifecycle. It addresses questions of ownership, quality standards, and maintenance, ensuring the metadata remains a valuable asset.
Question 6: An information architect is designing a metadata schema for an internal knowledge base. To ensure that an article's 'Author' field is always accurate and consistent, which of the following implementations is the most robust?
- A free-text field where the uploader can type the author's name.
- An automated field that captures the OS username of the person who created the document file.
- A field linked to an authoritative source, such as the company's employee directory. (Correct answer)
- A mandatory text field with instructional placeholder text like 'Enter First Name Last Name'.
Correct answer: A field linked to an authoritative source, such as the company's employee directory.
Linking the 'Author' field to an authoritative source like an employee directory is the most robust solution. This creates a controlled list that prevents spelling errors, name variations (e.g., 'John Smith' vs. 'J. Smith'), and ambiguity, thereby ensuring high data quality and reliable search functionality.
A consortium of university libraries and digital archives wants to create a unified discovery portal for their diverse collections.
A key requirement is that a user's search for '19th-century cartography' should return relevant maps, books, and journal articles from all participating institutions.
Which metadata standard is MOST appropriate for establishing this baseline interoperability?