Magento-Certified-Professional-Cloud-Developer Magento Certified Professional Cloud Developer Exam

Loading demo links...

Showing 1–3 of 10 questions

Question 1

You created a custom module that is not functioning as expected on your Integration environment. You would like to debug the code using Xdebug. Xdebug is missing from the output of the command php -m.

What are two ways to load the Xdebug module? (Choose two.)

Select all that apply, then click Submit answer.

  • Create a custom php.ini that includes the extension

  • You log a support request as PHP modules can only be installed by support

  • Add xdebug into the .magento.app.yaml file under the extensions section

  • In the phpserver folder, create a folder conf.d and add a file ext-xdebug.ini that includes the extension

Question 2

You want to move static content deploy to the build phase of deployments.

Which two actions do you take? (Choose two.)

Select all that apply, then click Submit answer.

  • Download and commit app/etc/config.php from production

  • Run ece-tools scd-deploy:set build on production

  • Run ece-tools config:dump on production

  • Use scp to copy app/etc/config.php from local to production

Question 3

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 two.)

Select all that apply, then click Submit answer.

  • View the logs in the var/reports/ directory on the remote server

  • View the exception.log file in the var/log/ directory

  • View the deploy.log file in the /var/log/ directory

  • View the cloud.log file in the var/log/ directory