Multiple Choice
You are reviewing a third party extension for Magento Commerce Cloud compatibility. You discover the module writes to a custom directory called internal/ within the Magento base directory. The directory has to be shared by all web servers. What do you do so the module can be used on Magento Commerce Cloud?
A) Create a symlink from /tmp/internal to the internal/ folder Create a symlink from /tmp/internal to the folder
B) Declare a shared mount for the internal/ directory in .magento.app.yaml Declare a shared mount for the internal/ directory in .magento.app.yaml
C) Request the vendor make the directory configurable in the Magento admin
D) Add a patch for extension so it uses the subdirectory var/internal/ instead Add a patch for extension so it uses the subdirectory var/internal/ instead
Correct Answer:

Verified
Correct Answer:
Verified
Q24: You are tasked to improve the user
Q25: You are upgrading a project to the
Q26: You have created a new Integration branch
Q27: A custom module that adds a new
Q28: You add a new Composer dependency utilizing
Q30: You added the env:ADMIN_PASSWORD variable in the
Q31: You want to improve the ability to
Q32: You need to increase the Admin Session
Q33: You are migrating an existing Magento 2
Q34: Your project is in a phase where