While launching a site migrated from Magento 1 you are instructed to change the website CNAME record in your DNS provider by Magento for go live
What is the purpose of setting this record9
A. Setting this record causes sent email to be property authenticated and not show in junk folders
B. Setting this record enables the page caching service for your site
C. Setting this record is needed on Pro to allow upsizing servers without downtime
D. Setting this record reduces the time it takes for customers to start seeing your Magento 2 site
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?
A. When you add a variable. the build stage is being skipped because the codebase has not been changed You must push a commit to trigger a full deploy
B. Deploy scripts read configuration from the environment variablecalled magento_cloud_variables. which contains an array of variables which were set without the env: prefix
C. Variables which are set using the Project Web Ul are not available on the build phase the admin password variable should be set in the . magento.env. yaml file
D. The sensitive option is required for env:ADMIN PASSWORD variable
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
To secure composer credentials you want to remove the auch. Json file from the projectrepository. How do you do that?
A. The build phase runs on a separate server and variables are not available there you must keep the credentials in the auth. j son file, but you can replace the password with its hash
B. Add the env:coMPOSER_AUTH variable onthe project level and make it visible on the build phase
C. Put the composer credentials into/mnt/build/.config/composer/auth.json
D. Add the composer_auth variable with the sensitive option enabled
A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custombin/magento command. The functionality uses a lock file in var/locks to prevent concurrent execution.
There are instances when the process gets locked after Production deployments and order data is not exported.
How do you prevent this from happening'?
A. Use the vas_iocks_clear variable available for the post_deploy stage in the .magento. env. yaml file
B. Write a custom post_deploy hook to delete orphan lock tiles and include it in the .magento.app.yaml file
C. Use the var_locks_clear variable available for the build stage In the . magento. app. yaml file
D. You must access the Production environment and delete the lock file
After contacting Magento Support you were advised to permanently enable the Redis disable_locking
option.
How do you implement this on a Production environment?
A. Add disable_locking =true into thephp.ini file in the Magento project root.
B. Modify the .magento,app,yaml file to add the REDIS_SESSION_CONFIGURATION environment variable.
C. Add the SESSION_CONFIGURATION environment variable into , magento,env,yaml with the correct value.
D. In app/etc./env.php,add disable_locking: True inside the Redis session configuration block.
You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase.
What are the two ways toreview details about the deployment? Choose 2 answers
A. View the logs in the var/reports/ directory on the remote server
B. View the exception.log file in the var/log/ directory
C. View the depioy.log file in the /var/log/ directory
D. View thecloud.log file in the var/log/ directory
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 you achieve this?
A. Create a custom build command and use CURL to cache the page
B. Use the Magento Admin to configure Fastly to cache the pages after deployment
C. Modify the post_deploy hook in the .magento.app.yaml file toinclude the URLs as arguments to the ece-tools command
D. Use the warm_up_PAGES variable in the .magento.env.yaml file to cache the pages during postdeploy
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