You have published a dataset to the Snowflake Data Marketplace. Which factor determines if your listing is visible to other Snowflake accounts?
Think about the approval process for marketplace listings.
Listings on the Snowflake Data Marketplace require approval and publication by Snowflake before they become visible to other accounts. Simply creating a share or storing data internally does not make the listing public.
You want to share sensitive data via Snowflake Data Marketplace but ensure only authorized consumers can access it. Which architecture best supports this?
Consider how to control access tightly while using marketplace shares.
Using reader accounts with specific grants allows you to control who can access the shared data securely. Granting access to PUBLIC or sharing external stage URLs publicly exposes data without control.
Which Snowflake SQL command correctly adds custom metadata tags to a data marketplace listing named my_listing in the MARKETPLACE_SCHEMA schema?
Check the syntax for setting tags in Snowflake listings.
The correct syntax uses SET TAGS with key:value pairs separated by colons inside single quotes. Using equal signs or SET TAG is invalid syntax.
Which of the following scenarios poses the greatest security risk when sharing data via Snowflake Data Marketplace?
Consider what happens if sensitive data is exposed directly.
Publishing sensitive data without masking or encryption exposes it to all consumers, which is a major security risk. Using reader accounts, secure views, and authentication helps protect data.
You manage multiple large datasets listed on Snowflake Data Marketplace. To optimize performance and reduce costs for consumers, which approach is best?
Think about reducing data volume and compute for consumers.
Curated views with pre-filtered and aggregated data reduce the amount of data scanned and transferred, improving performance and lowering costs. Sharing raw data or external stages can increase costs and complexity.