Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Magento Magento-Certified-Professional-Cloud-Developer Magento Certified Professional Cloud Developer Exam Exam Practice Test

Magento Certified Professional Cloud Developer Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

In a Pro plan project, you notice there is a mail delivery problem in the Integration environment How do you troubleshoot this?

Options:

A.

Change the log level in the lcg:emall section of the .magento.env.yaml file

B.

Update the SPF record in the DNS

C.

Look In the var/log directory for the mail. log file

D.

Move the test to the Staging environment

Question 2

You need to get code with a backend order placement security related fix into production as quickly as possible.

The project currently deploys static content during the build phase with both stags/global/SKIP_SCD and stage/deploy/STATIC_STATIC_CONTENT_SYMLINK set to false.

What setting in .magento,env,yaml minimizes the overall deployment time?

Options:

A.

Remove all themes from stages/global/SCD_MATRIX so they will not be generated

B.

Set stage/global/Static_CONTENT_SYMLINK to true to symlink static assets to the init directory

C.

Set stage/global/SCD_COMPRESSION_LEVEL to 0 to avoid the compression overhead

D.

Set stage/global/SKIP_SCD to true to completely avoid static content processing

Question 3

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?

Options:

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

Question 4

You need to directly access the database that belongs to your Integration environment from your local environment How do you achieve this?

Options:

A.

Find the connection Information from the env.php file and connect with your local MySQL client

B.

Collect the SSH connection details usingmagento-cloud ssh --pipe and connect with your local MySQL client

C.

Add the ece-tools db-expose command to your deploy hook

D.

Use the magento-cloud db:sql command

Question 5

You have created a new Integration branch and did not receive the administrator email with the password reset link.What is prohibiting the email from sending?

Options:

A.

You have not enabled the Magento Email module with bin/magento module: enable

B.

The Outgoing Emails setting is disabled under Environment Settings in the Project Web Ul

C.

Email is always disabled on all integration branches

D.

You have not configured SendGrid tor this environment

Question 6

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?

Options:

A.

On 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/ confi.php file and commit this file

B.

Add the following variable on the Integration branch and set Its value to 86400

env:CONFIG_STORES_DEFAULT_ADMIN_SECURITY_SESSION_LIFETIME

C.

Run the following Magento CLI command

php bin/magento config:set admin/security/session_lifetime 86400

D.

On the Integration environment set the Admin Session Lifetime in the Magento admin backend under

Stores > Configuration > Advanced > Admin > Security

Question 7

You are reviewing a third party extension for MagentoCommerce Cloudcompatibility Which pattern makes a module incompatible with Magento Commerce Cloud?

Options:

A.

Direct instantiation by the objectManager of non-generated classes in .phtml template files

B.

Direct instantiation by the objectManager In non-constructor methods with the class also being referenced in the constructor signature

C.

Configuration referencing generated Proxy classes In the modules erc/frontend/di.xml file

D.

Direct instantiation of generated classes by the objectManager without the class being referenced in the constructor

Question 8

You need to specify the admin password using an environment variable.You have created an environment variable

env:ADMIN_PASSWORDwith a valid password When attempting to log in to the Magento Admin it is not accepting the new password

How doyou correct the environment variable?

Options:

A.

The Sensitive option is checked by default and must be disabled

B.

The env:ADMIN_PASSWORD variable can only be used for an initial installation

C.

The environment variable should not have the env: prefix

D.

The ADMIN_PASSWORD variable Should be Configured Via .magento.env.yaml

Question 9

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 manyupsize days will this event use?

Options:

A.

Five

B.

Eight

C.

Ten

D.

Fifteen