Zusammenfassung der Ressource
Frage 1
Frage
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?
Antworten
-
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>
Frage 2
Frage
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)
Antworten
-
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
Frage 3
Frage
As a modern cloud computing solution, Magento Enterprise Cloud Edition provides the following features: (Choose 5)
Frage 4
Frage
(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:
Antworten
-
Global,Build
-
Deploy, Post_deploy
-
logging handlers
-
slack , email
Frage 5
Frage
Magento Commerce Cloud ----------defines how to build and deploy Magento, including services, hooks, cron jobs, and more.
Antworten
-
.magento.app.yaml
-
.magento.env.yaml
-
.magento/routes.yaml
-
.magento/services.yaml
-
app/etc/config.php
Frage 6
Frage
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 )
Antworten
-
.magento.env.yaml
-
.magento/routes.yaml
-
.magento.app.yaml
-
.magento/services.yaml
Frage 7
Frage
Magento Commerce Cloud ——defines how Magento processes an incoming URL. (Fill in the gap )
Antworten
-
.magento/routes.yaml
-
.magento.app.yaml
-
.magento.env.yaml
-
.magento/services.yaml