Your company decided to move a Magento store to a subdomain https://shop.company.com/ and redirect traffic from the old URL https:// company.com/ to the new one. Your company is using the Starter plan.How do you implement the redirect?
You built a custom command that runs during the build phase, but it is not generating files properly. 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?
You add a new Composer dependency utilizing composer require. After testing composer install locally, you add the Composer lock and json files and perform a deployment. The build phase fails as Composer is unable to resolve the dependencies.Why did this happen?
You want to move static content deploy to the build phase of deployments.Which two actions do you take? (Choose two.)
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/MyModule.Which action do you take to install the extension?
A merchant states the downtime during the deployment phase is too long. After analysis, it is determined the static content deployment is the longest process.Static content needs to be available immediately after deployment.How can the static content deployment time be reduced?