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

Magento-Certified-Professional-Cloud-Developer VCE Exam Download

Magento Certified Professional Cloud Developer Exam Questions and Answers

Question 5

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 6

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 7

After installing a Magento extension that implements a new class for a site and deploying this to an integration environment you see it is notworking.

In the logs you discover the following error:

How do you fix this?

Options:

A.

A support ticket should be riled with Magento Commerce Cloud to fix the filesystem issue

B.

The extension should be modified so it does not write to generated at runtime

C.

The file should be generated locally and pushed via Git

D.

The generated_code_WRITABLEvariable should be set to true whenever using extensions

Question 8

You are adding a new website tothe Magento store you manage.This website will run on the same instance of Magento to take advantage of shared integration processes.

When accessing the new website URL. it redirects to the original website.The files in /media/ and /static/ do not redirect The correct URL is present in the website configuration

What step must you complete for the URL to stop redirecting?

Options:

A.

Deploy an updated app/etc/config.php that includes the website URL.

B.

In the Project Web Ul,add a separate branch for the new website and set the URL in the appropriate branch variable

C.

Deploy an updated magento-vars. php that maps the hostname to the website code

D.

in the Project Web Ul,add a JSON variable mapping website codes to URLs