nerdexam
Snowflake

SOL-C01 · Question #73

You are designing a data pipeline in Snowflake where raw data is ingested into a staging schema, transformed, and then loaded into a production schema. You want to ensure that only authorized users ca

The correct answer is D. Option D. The options (A through E) appear to be missing from your question - they likely contain SQL GRANT statements that aren't shown here. Without seeing what each option actually grants, it's impossible to accurately explain why D is correct or why the others are wrong. Please paste t

Snowflake Account and Security

Question

You are designing a data pipeline in Snowflake where raw data is ingested into a staging schema, transformed, and then loaded into a production schema. You want to ensure that only authorized users can access the data in the production schema, and that data analysts can only query the data but not modify it. You have two roles: `DATA ENGINEER (responsible for loading and transforming data) and 'DATA ANALYST (responsible for querying data). Which of the following sets of grants provide the MOST secure and appropriate access control for this scenario? Assume that 'PRODUCTION DB' and 'STAGING DB' databases already exist.

Exhibit

SOL-C01 question #73 exhibit

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D
  • EOption E

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    12% (3)
  • C
    24% (6)
  • D
    56% (14)
  • E
    4% (1)

Explanation

The options (A through E) appear to be missing from your question - they likely contain SQL GRANT statements that aren't shown here. Without seeing what each option actually grants, it's impossible to accurately explain why D is correct or why the others are wrong.

Please paste the full content of each option (the actual GRANT statements for A–E) and I'll give you a precise, exam-ready explanation.

Topics

#RBAC#Schema Grants#SELECT Privileges#Access Control

Community Discussion

No community discussion yet for this question.

Full SOL-C01 Practice