Magento Magento Certified Professional Cloud Developer - Magento Certified Professional Cloud Developer Exam
Page: 2 / 12
Total 60 questions
Question #6 (Topic: Topic 1)
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?
What is the purpose of setting this record?
A. Setting this record causes sent email to be properly 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.
Answer: D
Question #7 (Topic: Topic 1)
While setting up a Magento project, you run the following command:
magento-cloud variable:update ADMIN_USERNAME --value=alice
What will this command do?
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 Magento cloud/admin/username config variable to alice.
D. Change the username of the default administrator account to alice.
Answer: C
Question #8 (Topic: Topic 1)
Exploring the Production environment, you find MYSQL_USE_SLAVE_CONNECTION is enabled.
What is the purpose of this setting?
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 performance.
D. To allow database backups from a MySQL slave server with minimal impact on the Production site.
Answer: C
Question #9 (Topic: Topic 1)
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?
ability to maintain their own stylesheets in a structured way without affecting site uptime.
How do you achieve this on the Integration branch?
A. Modify the writeable directories on the Integration Environment by using the .magento.env.yaml file.
B. Add a custom command to the build hook in the .magento.app.yaml file to retrieve the stylesheets from a client hosted location.
C. The Magento Infrastructure Team needs to create a writable directory in which the stylesheets can be uploaded.
D. Use the .magento.app.yaml file to create a mount in the pub directory.
Answer: D
Question #10 (Topic: Topic 1)
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?
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 or magento-cloud CLI
D. In the QUEUE_CONFIGURATION variable in the .magento.env.yaml file
Answer: B