When does Snowflake automatically encrypt data that is loaded into Snowflake? (Select TWO}.
Correct Answer: A,C
* Data Encryption in Snowflake:
* A. After micro-partitioning: Data stored in Snowflake is encrypted at rest after it is organized into micro-partitions.
* C. After loading into an internal stage: Snowflake encrypts all data stored in internal stages automatically.
Why Other Options Are Incorrect:
* B. After loading into a table: Encryption occurs during the micro-partitioning stage, which precedes this step.
* D. External stage: Data encryption in external stages depends on the external storage provider, not Snowflake.
* E. Only when using an encrypted stage: This is incorrect because encryption is automatic for internal stages and tables.
References:
* Data Encryption in Snowflake