SnowPro Core Certification — Question 770
Why should a Snowflake user configure a secure view? (Choose two.)
Answer options
- A. To encrypt the data in transit
- B. To execute faster than a standard view
- C. To protect hidden data from other users
- D. To improve the performance of a query
- E. To hide the view definition from other users
Correct answer: C, E
Explanation
Configuring a secure view in Snowflake helps to protect sensitive information that should not be visible to unauthorized users, which relates to option C. Additionally, option E is correct because secure views can hide the underlying view definition from users, ensuring that only authorized individuals have access to the details of the view. Options A, B, and D are not correct as they do not directly relate to the primary purposes of a secure view.