Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

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 ofcalls to build a timeline of what happened

How do you achieve this?

A.

Use the magento -cloud environment: logs command to retrieve the access. log file from Production

B.

Use SSH to access all nodes and investigate the access. leg riles

C.

Use the magento-cloud environment:ssh command to access the environment and investigate the access.log file

D.

View the access. log file in the Project web UI

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?

A.

In the app/etc/env.php file

B.

In the QUEUE_ConFIGURATION variable added in theproject Web UI or magento-cloud CLI

In the env:QUEUE_CONFIGURATION variable added in the project Web UI or magento Cloud CLI.

C.

In the QUEUE_CONFIGURATION variable in the ,magento, env, yaml file

While investigating an inherited MagnetoCommerceCloud project, you notice the following SCD_MATRIX configuration in magento , env, yam1:

What is the effect of this configuration?

A.

Static content for frontend themes is generated during the deploy phase

B.

All frontend theme static content will be reused from the previous deployment

C.

Only the static content for the adminhtml area will be generated

D.

Static content for all locales will be generated for all frontend themes

You added the env:ADMIN_PASSWORD variable in the Project Web Ul to change a Magento admin user's password After deployment you are unable to login using the new password

What causes this?

A.

When you add a variable. the build stage is being skipped because the codebase has not been changed You must push a commit to trigger a full deploy

B.

Deploy scripts read configuration from the environment variable calledmagento_cloud_variables. which contains an array of variables which were set without the env: prefix

C.

Variables which are set using the Project Web Ul are not available on the build phase the admin password variable should be

set in the . magento.env. yaml file

D.

The sensitive option is required for env:ADMIN PASSWORDvariable

A merchant with three websites using en_GB. fr_FR and de_AT requires a change in locale to de_DE for the German Production website After running the following command on Production you notice the frontend design of the German website is broken:

Php bin/magento config:set –scope=websites –scopes code=germ general /local./code de_DE

Static content deployment is set up to on the deploy phase

Why did this happen?

A.

Static Content is not pre-generated for the de_DE locale

B.

de_DE is not writeable in pub/static and has to be configured via the .magento.app.yamlfile

C.

The magento-cloud environment: deploy command has not been run yet to generate static content for the new locale

D.

STA"IC_CONTENT_SYKLINK is not Configured in the .magento.env.yaml file

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

A.

Create a custom php.ini that includes the extension

B.

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

C.

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

D.

In thephpserver folder. create a folder conf-dand add a file ext-xdebug.im that Includes the extension

Your team is working on two ma)or changes affecting the product page and you want the ability to implement andtest these changes in parallel.Your company is using the Pro plan

How do you achieve this using the Project Web Ul?

A.

Create branches from Production to ensure the catalog is up to date

B.

Create branches from Integration to facilitate merging

C.

Create branches from the Magento Cloud Docker image to ensure the changes are made on the most recent codebase

D.

Create branches from Staging to ensure the changes are tested on an environment similar to Production

You are working with a new developer who needs to be able to deploy code and view logs on Magento Commerce Cloud 60.

What must you do to give them access?

A.

In the .magento.app.yaml file, add their email under Users. They need to enter their SSH public key.

B.

Add their SSH public key to a file named . ssh/authorized_keys and deploy the change.

C.

In the Cloud Project Web Ul. click Add User to add their email They need to enter their SSH public key.

D.

Add a Magento admin user for them and paste the SSH public key into their user's SSH Key field, which is available only on Magento Commerce Cloud