Magento Magento Certified Professional Cloud Developer Exam Practice Questions (P. 5)
- 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 #21
You are going to create a backup of an Integration branch before implementing some new feature.
What are two ways to create the backup of the Integration branch? (Choose two.)
What are two ways to create the backup of the Integration branch? (Choose two.)
- ACreate a snapshot using the ece-tools snapshot:create command
- BCreate a snapshot using the snapshot button in the Project Web UI
- CCreate a snapshot using the magento-cloud snapshot:create command
- DSubmit a support ticket requesting a backup be made
Correct Answer:
BC
BC
send
light_mode
delete
Question #22
A merchant using Magento Commerce Cloud Pro reports an issue with an order missing transaction data. The application uses a payment gateway integration which posts a series of callbacks to Magento.
You would like to retrieve a complete list of calls to build a timeline of what happened.
How do you achieve this?
You would like to retrieve a complete list of calls to build a timeline of what happened.
How do you achieve this?
- AUse the magento-cloud environment:logs command to retrieve the access.log file from Production
- BUse SSH to access all nodes and investigate the access.log files
- CUse the magento-cloud environment:ssh command to access the environment and investigate the access.log file
- DView the access.log file in the Project Web UI
Correct Answer:
D
Reference:
https://devdocs.magento.com/cloud/project/log-locations.html
D
Reference:
https://devdocs.magento.com/cloud/project/log-locations.html
send
light_mode
delete
Question #23
After contacting Magento Support, you were advised to permanently enable the Redis disable_locking option.
How do you implement this on a Production environment?
How do you implement this on a Production environment?
- AAdd disable_locking = true into the php.ini file in the Magento project root.
- BModify the .magento.app.yaml file to add the REDIS_SESSION_CONFIGURATION environment variable.
- CAdd the SESSION_CONFIGURATION environment variable into .magento.env.yaml with the correct value.
- DIn app/etc/env.php, add disable_locking: 1 inside the Redis session configuration block.
Correct Answer:
D
Reference:
https://support.magento.com/hc/en-us/articles/360000448493-Redis-issue-causes-delay-with-Magento-Admin-login-or-checkout
D
Reference:
https://support.magento.com/hc/en-us/articles/360000448493-Redis-issue-causes-delay-with-Magento-Admin-login-or-checkout
send
light_mode
delete
Question #24
Your client is expecting a five-day sale where the traffic will approximately double. Your instance is consuming all available resources on all three nodes so upsizing one level is appropriate.
How many upsize days will this event use?
How many upsize days will this event use?
- AFive
- BEight
- CTen
- DFifteen
Correct Answer:
A
Reference:
https://support.magento.com/hc/en-us/articles/360041138511-How-to-request-temporary-additional-cloud-capacity-for-Magento-Commerce-Cloud
A
Reference:
https://support.magento.com/hc/en-us/articles/360041138511-How-to-request-temporary-additional-cloud-capacity-for-Magento-Commerce-Cloud
send
light_mode
delete
Question #25
You are reviewing a third party extension for Magento Commerce Cloud compatibility.
Which pattern makes a module incompatible with Magento Commerce Cloud?
Which pattern makes a module incompatible with Magento Commerce Cloud?
- ADirect instantiation by the ObjectManager of non-generated classes in .phtml template files
- BDirect instantiation by the ObjectManager in non-constructor methods with the class also being referenced in the constructor signature
- CConfiguration referencing generated Proxy classes in the modules etc/frontend/di.xml file
- DDirect instantiation of generated classes by the ObjectManager without the class being referenced in the constructor
Correct Answer:
B
B
send
light_mode
delete
All Pages