Study COF-C03 Secure Sharing, Listings, and Marketplace Delivery: key concepts, common traps, and exam decision cues.
Snowflake collaboration questions reward the candidate who recognizes that sharing data is different from exporting files and different from cloning data internally. The platform is designed to expose live governed data without forcing a storage copy every time.
Secure share: Snowflake mechanism that exposes governed data to another Snowflake consumer without copying the provider’s underlying storage.
| Requirement | Strongest first lane |
|---|---|
| expose live governed data to another Snowflake account | secure share |
| share to a consumer that does not already have a Snowflake account | reader account |
| publish a discoverable data offering | listing or marketplace path |
| create an internal test copy | clone, not sharing |
| If the stem says… | Better reading |
|---|---|
| “another account should query the data without copying it” | secure sharing |
| “the consumer is outside Snowflake” | reader-account delivery model may matter |
| “publish and distribute a data product” | listing or marketplace path |
Snowflake collaboration questions are easier once you stop treating sharing, unloading, and cloning as interchangeable. The platform has separate features for governed exposure, file export, and internal duplication.
| Scenario | Better first move |
|---|---|
| another Snowflake account should query live data | use secure share |
| consumer does not have its own Snowflake account | use reader account |
| governed data product should be discoverable | use listing or marketplace thinking |
| team wants an internal copy for testing | use clone, not sharing |
| Trap | Better rule |
|---|---|
| exporting files when the real need is live governed sharing | sharing is not the same as unload |
| cloning data for another account when read-only exposure is enough | clone is for your environment, not cross-account governed sharing |
| treating listings as a recovery feature | listings are distribution and discoverability features |