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
You are updating a Magento Commerce Cloud project from version 2.2.5 to 2.3.0 with the command
Composer require magento/product-enterprise-edition:2,3,0
However, composer is unable to complete the task because the installed version of magento/magento-cloud-metapackage is not compatible.
How do you upgrade magento to the desired version?
Answer : B
After deploying to Staging for the first time with the Fastly module installed, you notice that Fastly is not caching pages. Page caching works properly in a local development environment.
What two steps are required to make Fastly cache pages?
Choose 2 answers
Answer : A, D