Correct answer: C
WHY C is correct: The Databricks documentation defines Marketplace as 'an open forum for exchanging data products' that uses Delta Sharing as its underlying sharing protocol. Marketplace supports multiple asset types: datasets (tabular data as Unity Catalog catalogs, and non-tabular data as volumes), Databricks notebooks, Solution Accelerators, ML models, and MCP servers. Critically, consumers can browse the Open Marketplace (marketplace.databricks.com) without any Databricks login or workspace, enabling broad discoverability. To request and install a data product, a consumer must have a Databricks workspace enabled for Unity Catalog. Once shared, datasets appear as read-only catalogs in the consumer's Unity Catalog metastore, enabling SQL queries against live third-party data alongside internal data — directly addressing the described use case of enriching internal customer data with external macroeconomic indicators and ML models.
WHY NOT A: Databricks Marketplace is not a compute pricing or cost optimization tool. Its explicit purpose is enabling data and AI asset exchange between providers and consumers. Dismissing its data-sharing capability contradicts its core definition.
WHY NOT B: Databricks Marketplace is not a paid app store for runtime plugins or libraries. It is free to use for browsing, and many data products are available at no cost. While some commercial listings exist, the platform is designed as an open exchange, not as an app store procured through cloud billing portals. Delta Sharing IS the underlying technology that powers Marketplace — they are not separate unrelated products.
WHY NOT D: Databricks Marketplace is available to all Databricks workspace users (not exclusively Enterprise/Premium tier) and is explicitly designed for cross-organizational data sharing between external providers and consumers. It uses the open Delta Sharing protocol (not a proprietary binary format), which is interoperable with Power BI, pandas, Apache Spark outside Databricks, and other platforms.
WHY NOT E: While ML models are one type of asset available in Marketplace, the platform is not limited to ML models. Datasets are actually the primary asset type listed. Description E also incorrectly implies Databricks validates and certifies all listed models, which is not the case — providers are responsible for the quality and accuracy of their listings.