You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase What are the two ways to review details about the deployment?
Choose 2 answers
Answer : C, D
You cloned the Integration branch to your local environment and Imported the database dump from Integration. You performed composer install and bin/magento setup:install.
While placing an order using PayPal Express, the following error occurs:
PayPal gateway has rejected request. Security header is not valid (#10002: Security error).
What Is the cause of this error?
Paypal gateway has rejected request, Security header is not valid (#10002: Security error).
What is the cause of this error?
Answer : A
You are reviewing a third party extension for Magento Commerce Cloud compatibility
You discover the module writes to a custom directory called internal/ within the Magento base directory
The directory has to be shared by all web servers
What do you do so the module can be used on Magento Commerce Cloud?
Answer : B
You created a custom module that is not functioning as expected on your Integration environment. You would like to debug the code using Xdebug. XdeDug is missing from the output of the command php -m
What are two ways to load the Xdebug module?
Choose 2 answers
Answer : B, C
You migrated a live On-Premise application to Magento Commerce Cloud Pro. The performance on Staging and Production is fine However, the internal testing team notices overall performance degradation on the Integration environment
Why is this happening?
Answer : C
A merchant using Magento Commerce Cloud Pro reports an issue with an order missing transaction dat
a. 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?
Answer : B
Exploring the Production environment you find mysql_use_slave_connection is enabled What is the purpose of this setting'
Answer : C