SOL-C01 · Question #69
Role 'DATA ENGINEER' owns the external stage. The security team mandates that ownership be transferred to ADMIN'. Post-transfer, which privileges are automatically revoked or changed for the 'DATA ENG
The correct answer is E. Option E. Ownership transfer in Snowflake revokes only the OWNERSHIP privilege from DATA ENGINEER - all other privileges previously granted to that role on the stage remain intact. This is Option E's core point: the role loses ownership but keeps any explicitly granted privileges (like REA
Question
Role 'DATA ENGINEER' owns the external stage. The security team mandates that ownership be transferred to ADMIN'. Post-transfer, which privileges are automatically revoked or changed for the 'DATA ENGINEER role?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
- EOption E
How the community answered
(28 responses)- B4% (1)
- C14% (4)
- D7% (2)
- E75% (21)
Explanation
Ownership transfer in Snowflake revokes only the OWNERSHIP privilege from DATA ENGINEER - all other privileges previously granted to that role on the stage remain intact. This is Option E's core point: the role loses ownership but keeps any explicitly granted privileges (like READ or WRITE) that were assigned separately.
Why the distractors are wrong:
- Options suggesting all privileges are revoked are incorrect - Snowflake does not cascade-revoke non-ownership grants upon transfer.
- Options claiming
DATA ENGINEERretains OWNERSHIP are wrong - ownership is singular and moves entirely toADMIN. - Options suggesting privileges granted by
DATA ENGINEERto other roles are automatically revoked are incorrect by default; usingGRANT OWNERSHIP ... REVOKE CURRENT GRANTSwould do that, but it must be explicitly specified.
Memory tip: Think of Snowflake ownership like a deed to a house - transferring the deed means the previous owner loses title (OWNERSHIP), but any keys (access privileges) they were given by others still work until someone explicitly changes the locks. The new owner controls future access, not past grants.
Topics
Community Discussion
No community discussion yet for this question.
