CIA Information Architecture Principles 2 — Questions and Answers
Question 1: Which principle states that information systems should be designed to separate content from presentation?
- Separation of concerns (Correct answer)
- Data normalization
- Encapsulation
- Abstraction layering
Correct answer: Separation of concerns
Separation of concerns ensures content, structure, and presentation remain independent, improving maintainability and reusability.
Question 2: In information architecture, what does the principle of 'progressive disclosure' recommend?
- Revealing all information upfront to avoid user confusion
- Presenting only necessary information initially, revealing more on demand (Correct answer)
- Hiding sensitive data behind authentication layers
- Disclosing data lineage progressively to auditors
Correct answer: Presenting only necessary information initially, revealing more on demand
Progressive disclosure reduces cognitive load by showing users only essential information at first, then allowing them to drill down as needed.
Question 3: A taxonomy in information architecture is BEST described as:
- A flat list of searchable keywords
- A hierarchical classification system for organizing information (Correct answer)
- A network graph of related data entities
- A metadata schema for document indexing
Correct answer: A hierarchical classification system for organizing information
A taxonomy organizes information into hierarchical categories and subcategories to facilitate navigation and retrieval.
Question 4: Which navigation pattern is most appropriate for a website with a deep, multi-level content hierarchy?
- Flat navigation with a universal search bar
- Breadcrumb trail combined with hierarchical menus (Correct answer)
- Tag-based folksonomy navigation
- Single-page scrolling with anchor links
Correct answer: Breadcrumb trail combined with hierarchical menus
Breadcrumbs and hierarchical menus help users understand their location within deep site structures and navigate efficiently.
Question 5: The concept of 'findability' in information architecture primarily concerns:
- Ensuring documents are indexed by search engines
- The ease with which users can locate information within a system (Correct answer)
- The performance speed of database query retrieval
- Regulatory compliance for data discovery requests
Correct answer: The ease with which users can locate information within a system
Findability measures how easily users can locate specific information, influenced by labeling, navigation, and search design.
Question 6: When designing a controlled vocabulary for an enterprise content management system, which approach BEST reduces synonym ambiguity?
- Using natural language processing to auto-generate terms
- Establishing preferred terms with cross-references for synonyms and variants (Correct answer)
- Allowing users to add their own tags freely
- Importing industry-standard keyword lists without modification
Correct answer: Establishing preferred terms with cross-references for synonyms and variants
A controlled vocabulary with preferred terms and cross-references ensures consistent terminology and prevents retrieval failures caused by synonym variation.
Question 7: Which of the following BEST describes the role of metadata in information architecture?
- It defines the visual layout and styling of content
- It provides structured data about data to support discovery, management, and retrieval (Correct answer)
- It encrypts sensitive data fields for security compliance
- It compresses data to reduce storage overhead
Correct answer: It provides structured data about data to support discovery, management, and retrieval
Metadata describes content attributes such as author, date, subject, and format, enabling efficient organization, search, and retrieval.
Which principle states that information systems should be designed to separate content from presentation?