You are adding a new website to the Magento store you manage. This website will run on thesame instance of Magento to take advantage of shared integration processes.
When accessing the new website URL. it redirects to the original website. The files in /media/ and /static/
do not redirect The correct URL is present in the website configuration.
What step must you complete for the URL to stop redirecting?
A. Deploy an updated app/etc/config.php that includes the website URL.
B. In the Project Web Ul, add a separate branch for the new website and set the URL in the appropriate branch variable
C. Deploy an updated magento-vars. php that maps the hostname to the website code
D. in the Project Web Ul, add a JSON variable mapping website codes to URLs
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 itlocally.
How do you test a patch in a clean working copy?
A. Commit the patch because the pre-commit hook will abort the commit it any hotfix causes an issue
B. Run the command git apply m2-hotfixea/extension-fix.patch
C. Run the command bin/magento setup:hotfix:apply --patch=m2-hctfixes/extension- fix.patch
D. Configure a deploy hook in .magento.app.yaml that executes vendor/bin/ece-tools hotfix:apply --dry-run
While setting up a Magento project you run the following command: magento-cloud variable:update ADMIN_USERNAME --value=alice What will this command do?
A. Configure the Magento Commerce Cloud tools to use alice for API call authentication
B. Change your username to alice tor logging into the magento-cloud CLl tool C.
C. Update the Magento cloud/admin/username config variable to alice
D. Change the username of the default administrator account to alice
You are going to create a backup of an Integration branch beforeimplementing some new feature What are two ways to create the backup of the integration branch? Choose 2 answers
A. Create a snapshot using the ece-tools snapshot:create command
B. Create a snapshot using the snapshot button In the Project Web Ul
C. Create a snapshot using the magento-cloud snapshot: create command
D. Submit a support ticket requesting a backup be made
You are setting up a third-party integration only for the Production environment, which connects to anexternal RabbitMQ server.
Where do you put the configuration?
A. In the app/etc/env.php file
B. In the QUEUE_ConFIGURATION variable added in the project Web UI or magento- cloud CLI
C. In the env:QUEUE_CONFIGURATION variable added in the project Web UI ormagento Cloud CLI
D. In the QUEUE_CONFIGURATION variable in the ,magento, env, yaml file
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
A. The deploy artifact size will be decreased because of the larger JavaScript can be symlinked
B. Browsing the store will be slower because larger JavaScript files have tobe downloaded
C. The deploy phase will be shorter because JavaScript can be symlinked from init instead of copied
D. The build phase will be longer because the additional pass of JavaScript merging
You are upgrading a project to the latest versionof 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?
A. Change the PHP version in the .magento. app. yaml file and re-deploy
B. SSH Into the Integration environment and upgrade PHP manually
C. Change the php_version configuration in the ,magento,env,yaml file and re-deploy
D. Use the magento-cloud CLI tool to update the php_version variable
After making changes lo custom commands in the deploy and build phases you deploy to Staging. The deployment takes much longer than expected, and Staging is in maintenance mode tor most of this time.
What do you do to reduce site downtime?
A. Set the SKIP_MAINTENANCE_SCD variable to true In the . magento. env. yaml file
B. Add a custom command to the post_deploy phase to activate deferred deployment
C. Move custom commands from the deployphase to the build phase.
D. Update the SCD_MATRIX variable to include only necessary custom commands
You need to get code with a backend order placement security related fix into production as quickly as possible.
The project currently deploys static content during the build phase with both stags/global/SKIP_SCD and stage/deploy/STATIC_STATIC_CONTENT_SYMLINK set to false.
What setting in.magento,env,yaml minimizes the overall deployment time?
A. Remove all themes from stages/global/SCD_MATRIX so they will not be generated
B. Set stage/global/Static_CONTENT_SYMLINK to true to symlink static assets to the init directory
C. Set stage/global/SCD_COMPRESSION_LEVEL to 0 to avoid the compression overhead
D. Set stage/global/SKIP_SCD to true to completely avoid static content processing
You need to test a data-related issue occurring on your Production environment. You replicate the data to your staging environment utilizing the Synchronization tool. When you access your staging environment you are redirected to your Production environment. Your project is on the Starter plan.
How do you prevent the redirect?
A. Use the magento-cloud route:add command to create a route to the Staging URL
B. Modify the yA3EXT0_CLOUD_R0UTES environment variable on your staging environment
C. Enter the proper URL in the Routes tor Staging under the Environment Settings in the Project Web Ul
D. Configure UPDATE_URLS to true in the .magento.env.yaml file