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
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
Options
- AOption A
- BOption B
- COption C
- DOption D
- EOption E
How the community answered
(25 responses)- A4% (1)
- B12% (3)
- C24% (6)
- D56% (14)
- E4% (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
Community Discussion
No community discussion yet for this question.
