You have found an issue in a Magento Commerce core module. There is a working resolution in the github.com repository, but it is not yet available in a Magento release. What do you do to apply the fix?
Answer
Add a patch for the required changes to the m2-hotfixes/ directory
Add github.com/magento/magento2 as an upstream repository, then fetch and cherry pick the git commits related to the fix
Clone the github.com/magento/magento2 repository and copy the affected module to your project in app/code
Edit the affected file in vendor/magento and then commit it to the git repository using git commit -f <affected-file>
Question 2
Question
You discovered a security issue in an extension and reported the problem to its developer. They provided changes that can be made to the code in the vendor directory but have not yet published a new extension version with the fix. What are the two ways to deploy the fix on Magento Commerce Cloud? (Choose 2)
Answer
Remove the extension in composer and copy it to app/code instead
Create and commit a patch file with the changes in it
Use git add --force to commit the modified files in the vendor directory
Use SSH to log in and apply the patch after deployment
Question 3
Question
As a modern cloud computing solution, Magento Enterprise Cloud Edition provides the following features: (Choose 5)
Answer
Elastic scalability;
PCI compliance;
High resilience and availability
Global availability
Automated patching
Bug Solve Automated
Question 4
Question
(magento.env.yaml ) which stores all configurations for the build/deploy process. Developers can now configure any phase of the deployment process ,stage—Accommodates the following stages of deployment:
Answer
Global,Build
Deploy, Post_deploy
logging handlers
slack , email
Question 5
Question
Magento Commerce Cloud ----------defines how to build and deploy Magento, including services, hooks, cron jobs, and more.
Answer
.magento.app.yaml
.magento.env.yaml
.magento/routes.yaml
.magento/services.yaml
app/etc/config.php
Question 6
Question
Magento Commerce Cloud —centralizes the management of build and deploy actions across all of your environments, including Pro Staging and Production, using (Fill in the gap )
Answer
.magento.env.yaml
.magento/routes.yaml
.magento.app.yaml
.magento/services.yaml
Question 7
Question
Magento Commerce Cloud ——defines how Magento processes an incoming URL. (Fill in the gap )