
Answer-first summary for fast verification
Answer: Role-Based Access Control (RBAC), Discretionary Access Control (DAC)
The question asks which two models are combined in Snowflake's approach to system access management. Based on Snowflake's official documentation and the community discussion consensus (with multiple comments citing the documentation and high upvotes for B and E), Snowflake combines Role-Based Access Control (RBAC) and Discretionary Access Control (DAC). RBAC assigns privileges to roles, which are then assigned to users, while DAC allows object owners to grant access. The other options are incorrect: SAML (A) is an authentication protocol, not an access control model; IAM (C) is a broader category, not a specific model; CRUD (D) refers to operations, not access control models; and MAC (F) is a different model not used in Snowflake's combined approach.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which two models are combined in Snowflake's approach to system access management?
A
Security Assertion Markup Language (SAML)
B
Role-Based Access Control (RBAC)
C
Identity Access Management (AM)
D
Create, Read, Update, and Delete (CRUD)
E
Discretionary Access Control (DAC)
F
Mandatory Access Control (MAC)
No comments yet.