SnowPro Advanced: Architect — Question 150
An Architect is designing a single account strategy so that all the environments (production, test, and development) reside in the same account for simplified management.
What are the advantages of this strategy over a multi-account strategy? (Choose two.)
Answer options
- A. It is easy to reference production data during the development cycle.
- B. It is easy to create secure shares and share them internally within the same account.
- C. Objects may be promoted between environments through the use of zero-copy cloning.
- D. All objects reside within one account with one set of Role-Based Access Control (RBAC) privileges and one location for all data.
- E. Managing production and non-production environments in the same account eliminates the need to make modifications to the development cycle when promoting code through the environments.
Correct answer: C, D
Explanation
Answer C is correct because zero-copy cloning allows for efficient promotion of objects between environments without duplication. Answer D is also correct as it highlights the benefit of having all data and access control in one account, simplifying management. The other options do not directly relate to the benefits of a single account strategy compared to a multi-account strategy.