QuestionQ114

Secure Data Sharing and Consumption

An Architect working on a new project must design an architecture that meets these Snowflake security, compliance, and governance requirements:

  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 in certain columns.
  4. Use zero-copy cloning to refresh the non-production environment from the production environment.

Which design elements must be implemented to meet these requirements?

Choose three
Explanation

Tri-Secret Secure is available only with Snowflake Business Critical edition or higher. Secure views are used to securely share view-based data with consumer accounts, protecting underlying tables and view logic. Dynamic Data Masking applies masking policies to table or view columns so users can receive partially or fully masked values. Business Critical is higher than Enterprise, satisfying the edition prerequisite for Dynamic Data Masking.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!