Exam SnowPro Advanced Architect All QuestionsBrowse all questions from this exam
Question 29

An Architect on a new project has been asked to design an architecture that meets Snowflake security, compliance, and governance requirements as follows:

1. Use Tri-Secret Secure in Snowflake

2. Share some information stored in a view with another Snowflake customer

3. Hide portions of sensitive information from some columns

4. Use zero-copy cloning to refresh the non-production environment from the production environment

To meet these requirements, which design elements must be implemented? (Choose three.)

    Correct Answer: B, C, E

    To meet the Snowflake security, compliance, and governance requirements outlined in the question, the following design elements must be implemented: Use the Business Critical edition of Snowflake, as it supports Tri-Secret Secure. Create a secure view to share some information stored in a view with another Snowflake customer. Use Dynamic Data Masking to hide portions of sensitive information from some columns. These elements collectively address all the requirements given in the question.

Discussion
serg_kharOptions: BCE

F is incorrect, because you can share only secured objects: https://docs.snowflake.com/en/user-guide/data-sharing-intro

callipso21Options: BCE

BCE is the correct answer

mengOptions: BCE

Use Tri-Secret Secure in Snowflake -> Use the Business Critical edition Share some information stored in a view with another Snowflake customer -> Secure View Hide portions of sensitive information from some columns-> Use Dynamic Data Masking. Use zero-copy cloning to refresh the non-production environment from the production environment -> Secure View

jjordanOptions: BCE

BCE is correct

hillcat111Options: BCE

Answer is B,C,E and is validated