SnowPro Advanced: Data Engineer — Question 86

To meet governance requirements, a company needs to completely isolate its production environment from its development and testing environments. The solution must prevent zero-copy cloning from occurring.

How can these requirements be met?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating three separate accounts ensures complete isolation of the production, development, and testing environments, which is crucial for governance. The other options do not provide the required level of separation, as they either rely on schemas or a single account structure, which could allow for potential data access and cloning issues.