Magento Magento Certified Professional Cloud Developer Exam Practice Questions (P. 3)
- 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 #11
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?
Integration branch. The database import fails with a disk space error.
How do you migrate the database without data loss?
- AConfigure the mysql disk size using a variable in the .magento.env.yaml file
- BOpen a Magento Support ticket to increase the Integration branch disk size
- CTrim down the database to a smaller size
- DConfigure the mysql disk size in the .magento/services.yaml file
Correct Answer:
D
D
send
light_mode
delete
Question #12
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?
What feature improves the release update process and simplifies commands to create a backup of the database, apply custom patches, and verify environment configuration?
- ADocker environment
- BMagento Cloud-specific CLI
- CCloud configuration wizards
- DECE-Tools package
Correct Answer:
D
Reference:
https://devdocs.magento.com/cloud/bk-cloud.html
D
Reference:
https://devdocs.magento.com/cloud/bk-cloud.html
send
light_mode
delete
Question #13
You need to increase the Admin Session Lifetime up to 86400 seconds for the branch named Integration and children branches, but not for the Staging and
Production branches.
How do you update this on the Integration branch and its child branches?
Production branches.
How do you update this on the Integration branch and its child branches?
- AOn your local environment, set the Admin Session Lifetime in the Magento admin backend under Stores > Configuration > Advanced > Admin > Security then dump this setting into the app/etc/config.php file and commit this file
- BAdd the following variable on the Integration branch and set its value to 86400: env:CONFIG_STORES_DEFAULT_ADMIN_SECURITY_SESSION_LIFETIME
- CRun the following Magento CLI command: php bin/magento config:set admin/security/session_lifetime 86400
- DOn the Integration environment, set the Admin Session Lifetime in the Magento admin backend under Stores > Configuration > Advanced > Admin > Security
Correct Answer:
D
Reference:
https://community.magento.com/t5/Magento-1-x-Programming/Magento-1-Admin-Session-time-countdown-clock/td-p/106004
D
Reference:
https://community.magento.com/t5/Magento-1-x-Programming/Magento-1-Admin-Session-time-countdown-clock/td-p/106004
send
light_mode
delete
Question #14
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?
What is needed to enable support ticket access?
- AAsk the account owner to add the user to shared access.
- BAsk the launch manager to create a support account for this user.
- CChange the environment access role to contributor for this user.
- DUpdate the project role of this user to administrator.
Correct Answer:
A
A
send
light_mode
delete
Question #15
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?
How do you apply the PHP version upgrade?
- AChange the PHP version in the .magento.app.yaml file and re-deploy
- BSSH into the Integration environment and upgrade PHP manually
- CChange the PHP_VERSION configuration in the .magento.env.yaml file and re-deploy
- DUse the magento-cloud CLI tool to update the PHP_VERSION variable
Correct Answer:
A
Reference:
https://devdocs.magento.com/cloud/project/project-upgrade.html
A
Reference:
https://devdocs.magento.com/cloud/project/project-upgrade.html
send
light_mode
delete
All Pages