When does Snowflake automatically encrypt data that is loaded into Snowflake? (Choose two.)
When does Snowflake automatically encrypt data that is loaded into Snowflake? (Choose two.)
Snowflake automatically encrypts data after it is loaded into an internal stage and after it is loaded into a table. Encryption is applied to ensure data security at rest and during transit. External stages do not automatically receive this encryption by Snowflake, and using an encrypted stage refers to the responsibility of the user to configure the encryption, not an automatic process by Snowflake.
BC correct
https://docs.snowflake.com/en/user-guide/security-encryption-end-to-end 1. A user uploads one or more data files to a stage. If the stage is an internal (i.e. Snowflake) stage (Image B) data files are automatically encrypted by the Snowflake client on the user’s local machine prior to being transmitted to the internal stage, in addition to being encrypted after they are loaded into the stage. 2. The user loads the data from the stage into a table. In Snowflake, all data at rest is always encrypted and encrypted with TLS in transit
CD should be correct