What do you do to update the Staging environment?

You have a Starter project. Your code is ready for testing in the Staging environment, but you need the latest data from Production. What do you do to update the Staging environment?A . Log in to the Project Web UI, choose the Staging environment, and click SyncB . Log in...

July 24, 2020 No Comments READ MORE +

What is the purpose of setting this record?

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 record?A . Setting this record causes sent email to be properly authenticated and not show in junk...

July 23, 2020 No Comments READ MORE +

How do you prevent this from happening?

A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custom bin/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...

July 22, 2020 No Comments READ MORE +

What is needed to enable support ticket access?

You are a technical admin on a Magento Commerce Cloud account. A coworker needs to submit a support request with Magento Support. What is needed to enable support ticket access?A . Ask the account owner to add the user to shared access.B . Ask the launch manager to create a...

July 22, 2020 No Comments READ MORE +

How do you correct the environment variable?

You need to specify the admin password using an environment variable. You have created an environment variable env:ADMIN_PASSWORD with a valid password. When attempting to log in to the Magento Admin it is not accepting the new password. How do you correct the environment variable?A . The Sensitive option is...

July 22, 2020 No Comments READ MORE +

What do you do to update the Staging environment?

You have a Starter project. Your code is ready for testing in the Staging environment, but you need the latest data from Production. What do you do to update the Staging environment?A . Log in to the Project Web UI, choose the Staging environment, and click SyncB . Log in...

July 22, 2020 No Comments READ MORE +

How do you correct the environment variable?

You need to specify the admin password using an environment variable. You have created an environment variable env:ADMIN_PASSWORD with a valid password. When attempting to log in to the Magento Admin it is not accepting the new password. How do you correct the environment variable?A . The Sensitive option is...

July 22, 2020 No Comments READ MORE +

What is the effect of this configuration?

While investigating an inherited Magento Commerce Cloud project, you notice the following SCD_MATRIX configuration in .magento.env.yaml: stage:global:SCD_MATRIX: "magento/backend":language: -en_US What is the effect of this configuration?A . Static content for frontend themes is generated during the deploy phaseB . All frontend theme static content will be reused from the previous...

July 22, 2020 No Comments READ MORE +

Where do you put the configuration?

You are setting up a third-party integration only for the Production environment, which connects to an external RabbitMQ server. Where do you put the configuration?A . In the app/etc/env.php fileB . In the QUEUE_CONFIGURATION variable added in the Project Web UI or magento-cloud CLIC . In the env:QUEUE_CONFIGURATION variable added...

July 21, 2020 No Comments READ MORE +

What will this command do?

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 for logging into the magento-cloud CLI tool.C . Update the...

July 21, 2020 No Comments READ MORE +