You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase What are the two ways to review details about the deployment?
Choose 2 answers
A merchant with three websites using en_GB. fr_FR and de_AT requires a change in locale to de_DE for the German Production website After running the following command on Production you notice the frontend design of the German website is broken:
Php bin/magento config:set –scope=websites –scopes code=germ general /local./code de_DE
Static content deployment is set up to on the deploy phase
Why did this happen?
Exploring the Production environment you find mysql_use_slave_connection is enabled What is the purpose of this setting'
You are tasked to improve the user experience of the most visited product pages after deploying releases to Production.The aim is to reduce initial page load times.
How do youachieve this?
You are reviewing a third party extension for Magento Commerce Cloud compatibility
You discover the module writes to a customdirectory called internal/ withinthe 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?
You are going to create a backup of an Integration branch before implementing some new feature What are two ways to create the backup of the integration branch?
Choose 2 answers