Your team is working on two ma)or changes affecting the product page and you want the ability to implement andtest these changes in parallel.Your company is using the Pro plan
How do you achieve this using the Project Web Ul?
Yourcompany decided too move a Magento store to a subdomain https://shop.coinpany.ccm/ and redirect traffic from the old URL httpa://company.com/ to the new one. Your company is using the Starter plan.
How do you implement the redirect?
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 want to improve the ability to monitor Production deployments by setting up an email notification system How do you achieve this?
You add a newComposer dependency utilizing composer require. After testing composer install locally, you add the Composer local and Json files and perform a deployment. The build phase fails as Composer is unable to resolve the dependencies.
Why do this happen/
You are working with a new developer who needs to be able to deploy code and view logs on Magento Commerce Cloud 60.
What must you do to give them access?
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
You fixed an issue in a third-party extension using a patch named m2-hotfixes/extension-fix.patch Before committing the patch to the repository you want to test it locally
How do you test a patch in a clean working copy?
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 upgrading a project to the latest version of Magento Commerce Cloud and part of the process involves a PHP version upgrade.This is now ready to be tested by the QA Team on the Integration environment.
How do you apply the PHP version upgrade?
After installing a Magento extension that implements a new class for a site and deploying this to an integration environment you see it is notworking.
In the logs you discover the following error:
How do you fix this?
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
You need to install a third party extension which is provided in a tar archive
It expands to a folder Structure in app/code/MyCompany/MyMedule.
Which action do you take to install the extension?
You added the env:ADMIN_PASSWORD variable in the Project Web Ul to change a Magento admin user's password After deployment you are unable to login using the new password
What causes this?
You are setting up a third-party integration only for the Production environment, which connects to an external RabbitMQ server.
Where do you put the configuration?