Which feature should be used to measure the quality of data that is shared among data providers, data consumers, and other consumers?
Correct Answer: B
Comprehensive and Detailed Explanation From Exact Extract:
* Why B (Data Metric) is correct: Snowflake provides data metrics as a governance capability to define, compute, and track measurable indicators of data quality (for example, completeness, validity, uniqueness, freshness) on shared datasets so that providers and consumers can consistently assess quality. In Snowflake's documentation, data metric capabilities are described as enabling users to
"define metrics on tables and columns and compute results that measure data quality" and to "monitor and share standardized data quality measures across producers and consumers." These metrics align precisely with the need to measure the quality of data being shared among providers and consumers.
* Why A (Metadata) is not correct: Metadata in Snowflake describes data (e.g., schema, lineage, comments, tags) but does not measure its quality. Documentation clarifies that metadata provides descriptive information, not computed quality scores.
* Why C (Object Tagging) is not correct: Object tags are used for classification and governance (for example, sensitivity labels, ownership, cost center) and for driving policies, not for computing or tracking quality metrics. Snowflake explains tagging as a way to "assign key-value annotations to objects for classification and policy enforcement," not as a data quality measurement tool.
* Why D (Vector Similarity) is not correct: Vector similarity is part of Snowflake's AI/semantic search capabilities (e.g., embeddings and vector indexes) and is unrelated to data quality measurement for shared data.
References (Snowflake SnowPro / Documentation / Study Guide):
* Snowflake Documentation - Governance & Data Quality: Data Metrics (definition, purpose, computing and monitoring data quality metrics across tables/columns).
* Snowflake Documentation - Object Tagging (purpose: classification, labeling, and policy enforcement; not a measurement mechanism).
* Snowflake Documentation - Metadata & Information Schema (descriptive information about data objects; not data quality scoring).
* Snowflake Study Guide - Governance & Compliance Topic: Data Quality (Metrics) vs. Tagging vs.
Metadata distinctions.