You want to move static content deploy to the build phase of deployments
Which two actions do you take? Choose 2 answers
Answer : B, C
You add a new Composer 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/
Answer : A
You built a custom command that runs during the build phase, but it is not generating files property Magento Support provided a patch that you added to the project
What must you do to ensure this command runs after the patch has been applied?
Answer : A
Your company 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?
Answer : D
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
Answer : C, D
On a project that deploys static content during the build phase a merchant states the deploy phase Is still taking too long You consider turning oft JavaScript minification to reduce the build time.
Besides reducing the build phase time what two consequences does turning off JavaScript minification have? Choose 2 answers
Answer : B, C
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?
Answer : A