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

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.