What feature improves the release update process and simplifies commands to create a backup of the database, apply custom patches, and verify environment configuration?
Magento Commerce Cloud comes with a variety of additional features that sets it apart from the on-premise Magento Commerce and Magento Open Source platforms. What feature improves the release update process and simplifies commands to create a backup of the database, apply custom patches, and verify environment configuration?A . Docker...
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...
What must you do to give them access?
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?A . In the .magento.app.yaml file, add their email under Users. They need to enter their SSH public key.B . Add...
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...
How do you apply the PHP version upgrade?
You are upgrading a project to the latest version of 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...
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...
What is the purpose of this setting?
Exploring the Production environment, you find MYSQL_USE_SLAVE_CONNECTION is enabled. What is the purpose of this setting?A . To split the database tables between the three Production servers and improve performance.B . To enable fault tolerance on the MySQL cluster.C . To utilize the read-only slave servers and improve the overall...
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...
How do you achieve this on the Integration branch?
A client has an in-house design team which manages content on their Magento Commerce Cloud project. This content is rapidly changing and they would like the ability to maintain their own stylesheets in a structured way without affecting site uptime. How do you achieve this on the Integration branch?A ....
How do you migrate the database without data loss?
You are migrating an existing Magento 2 website to Magento Commerce Cloud. After setting up the project you would like to migrate the database to the Integration branch. The database import fails with a disk space error. How do you migrate the database without data loss?A . Configure the mysql...