Magento Magento Certified Professional Cloud Developer Exam Practice Questions (P. 2)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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?
- ASetting this record causes sent email to be properly authenticated and not show in junk folders.
- BSetting this record enables the page caching service for your site.
- CSetting this record is needed on Pro to allow upsizing servers without downtime.
- DSetting this record reduces the time it takes for customers to start seeing your Magento 2 site.
Correct Answer:
D
Reference:
https://devdocs.magento.com/cloud/live/site-launch-checklist.html
D
Reference:
https://devdocs.magento.com/cloud/live/site-launch-checklist.html
send
light_mode
delete
Question #7
While setting up a Magento project, you run the following command: magento-cloud variable:update ADMIN_USERNAME --value=alice
What will this command do?
What will this command do?
- AConfigure the Magento Commerce Cloud tools to use alice for API call authentication.
- BChange your username to alice for logging into the magento-cloud CLI tool.
- CUpdate the Magento cloud/admin/username config variable to alice.
- DChange the username of the default administrator account to alice.
Correct Answer:
C
C
send
light_mode
delete
Question #8
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?
- ATo split the database tables between the three Production servers and improve performance.
- BTo enable fault tolerance on the MySQL cluster.
- CTo utilize the read-only slave servers and improve the overall performance.
- DTo allow database backups from a MySQL slave server with minimal impact on the Production site.
Correct Answer:
C
Reference:
https://devdocs.magento.com/cloud/env/variables-deploy.html
C
Reference:
https://devdocs.magento.com/cloud/env/variables-deploy.html
send
light_mode
delete
Question #9
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?
How do you achieve this on the Integration branch?
- AModify the writeable directories on the Integration Environment by using the .magento.env.yaml file.
- BAdd a custom command to the build hook in the .magento.app.yaml file to retrieve the stylesheets from a client hosted location.
- CThe Magento Infrastructure Team needs to create a writable directory in which the stylesheets can be uploaded.
- DUse the .magento.app.yaml file to create a mount in the pub directory.
Correct Answer:
D
D
send
light_mode
delete
Question #10
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?
- AIn the app/etc/env.php file
- BIn the QUEUE_CONFIGURATION variable added in the Project Web UI or magento-cloud CLI
- CIn the env:QUEUE_CONFIGURATION variable added in the Project Web UI or magento-cloud CLI
- DIn the QUEUE_CONFIGURATION variable in the .magento.env.yaml file
Correct Answer:
B
Reference:
https://devdocs.magento.com/cloud/project/project-conf-files_services-rabbit.html
B
Reference:
https://devdocs.magento.com/cloud/project/project-conf-files_services-rabbit.html
send
light_mode
delete
All Pages