Magento Certified Professional Cloud Developer — Question 6
While investigating an inherited Magento Commerce Cloud project, you notice the following SCD_MATRIX configuration in .magento.env.yaml: stage: global:
SCD_MATRIX:
"magento/backend":
language:
- en_US
What is the effect of this configuration?
Answer options
- A. Static content for frontend themes is generated during the deploy phase
- B. All frontend theme static content will be reused from the previous deployment
- C. Only the static content for the adminhtml area will be generated
- D. Static content for all locales will be generated for all frontend themes
Correct answer: D
Explanation
The correct answer is D because the configuration indicates that static content will be generated for all locales, not just for a specific locale or area. Option A is incorrect as it does not specify that it applies to all locales, B is wrong since it implies reusing content rather than generating new, and C is incorrect because it limits the generation to the adminhtml area only.