0
0
Snowflakecloud~5 mins

Share security and governance in Snowflake - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a 'share' in Snowflake?
A share in Snowflake is a way to securely share data between different Snowflake accounts without copying the data. It allows controlled access to specific database objects.
Click to reveal answer
beginner
How does Snowflake ensure security when sharing data?
Snowflake uses access controls and encryption. Only authorized accounts can access shared data, and data is encrypted in transit and at rest.
Click to reveal answer
intermediate
What role does governance play in Snowflake data sharing?
Governance ensures that data sharing complies with policies by controlling who can create shares, what data is shared, and auditing access and usage.
Click to reveal answer
beginner
Which Snowflake object controls what data is shared?
The share object controls what database objects (tables, views) are shared and with whom.
Click to reveal answer
intermediate
How can you revoke access to shared data in Snowflake?
You can revoke access by removing the consumer account from the share or dropping the share itself.
Click to reveal answer
What does a Snowflake share NOT do?
ACopy data to the consumer account
BAllow controlled access to data
CEnable secure data sharing
DUse encryption for data security
Who can create a share in Snowflake?
AAny user with the ACCOUNTADMIN role
BAny user with read access
COnly users with the SHAREADMIN role or higher
DOnly external users
How is data protected when shared in Snowflake?
AData is not encrypted
BData is encrypted only in transit
CData is encrypted only at rest
DData is encrypted both at rest and in transit
What happens if you drop a share in Snowflake?
AConsumer accounts lose access to the shared data
BThe data is copied to the consumer account
CThe shared data is deleted
DNothing changes
Which object defines what data is shared in Snowflake?
ASchema
BShare
CDatabase
DWarehouse
Explain how Snowflake manages security when sharing data between accounts.
Think about who can see the data and how it is protected.
You got /4 concepts.
    Describe the governance practices you should follow when creating and managing shares in Snowflake.
    Consider policies and controls to keep data safe.
    You got /4 concepts.