You are working with a new developer who needs to be able to deploy code and view logs on Magento Commerce Cloud.
What must you do to give them access?
Answer : B
Reference:
https://devdocs.magento.com/cloud/before/before-workspace-ssh.html
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?
Answer : B
Reference:
https://devdocs.magento.com/cloud/live/stage-prod-migrate-prereq.html
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?
Answer : C
Reference:
https://devdocs.magento.com/cloud/env/environment-vars_magento.html
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?
Answer : D
Reference:
https://devdocs.magento.com/cloud/env/variables-deploy.html
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 and order data is not exported.
How do you prevent this from happening?
Answer : A