nerdexam
Snowflake

ADA-C01 · Question #86

ADA-C01 Question #86: Real Exam Question with Answer & Explanation

Sign in or unlock ADA-C01 to reveal the answer and full explanation for question #86. The question stem and answer options stay visible for context.

Question

An Administrator has been asked to support the company's application team need to build a loyalty program for its customers. The customer table contains Personal Identifiable Information (PII), and the application team's role is DEVELOPER. CREATE TABLE customer_data ( customer_first_name string, customer_last_name string, customer_address string, customer_email string, ... some other columns, ); The application team would like to access the customer data, but the email field must be obfuscated. How can the Administrator protect the sensitive information, while maintaining the usability of the data?

Options

  • ACreate a view on the customer_data table to eliminate the email column by omitting it from the
  • BCreate a separate table for all the non-Pll columns and grant the role DEVELOPER access to the
  • CUse the CURRENT_ROLE and CURRENT_USER context functions to integrate with a secure
  • DUse the CURRENT_ROLE context function to integrate with a masking policy on the fields that

Unlock ADA-C01 to see the answer

You've previewed enough free ADA-C01 questions. Unlock ADA-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full ADA-C01 Practice