Exam Certified Data Engineer Professional All QuestionsBrowse all questions from this exam
Question 116

The data engineering team is configuring environments for development, testing, and production before beginning migration on a new data pipeline. The team requires extensive testing on both the code and data resulting from code execution, and the team wants to develop and test against data as similar to production data as possible.

A junior data engineer suggests that production data can be mounted to the development and testing environments, allowing pre-production code to execute against production data. Because all users have admin privileges in the development environment, the junior data engineer has offered to configure permissions and mount this data for the team.

Which statement captures best practices for this situation?

    Correct Answer: B

    In environments where interactive code will be executed, production data should only be accessible with read permissions; creating isolated databases for each environment further reduces risks. This ensures that development and testing environments do not inadvertently alter production data, ensuring data integrity and security.

Discussion
MDWPartnersOption: B

Seems right