Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Magento > Magento 2 Developer Architect > Magento-Certified-Professional-Cloud-Developer

Magento-Certified-Professional-Cloud-Developer Magento Certified Professional Cloud DeveloperExam Question and Answers

Question # 4

You added a grunt autoprefixer command, which adds CSS vendor prefix like –webkit- and –moz- to CSS files generated by the setup:static-connect: deploy command.

After deployment you still see CSS files without prefixes. The hooks section in the .magento. app. Yaml file is:

Considering static assets are being generated on the build phase why are CSS prefixes missing?

A.

Custom commands can be run only on the deploy phase

B.

CSS vendor prefixes must be added to CSS files locally and committed as part of a theme

C.

The static assets were not generated yet when the grunt command ran

D.

The custom command was run before static assets were transferred into the init directory

Full Access
Question # 5

You are a technical admin on a Magento Commerce Cloud account A coworker needs to submit a support request with Magento

Support

What is needed to enable support ticket access"?

A.

Ask the account owner to add the user to shared access

B.

Ask the launch manager to create a support account for this user

C.

Change theenvironment access role to contributor for this user

D.

Update the project role of this user to administrator

Full Access
Question # 6

You have a project deploying Static Content on the deploy phase.This process is optimized using the scd_katrix configuration in

the deploy Stage Of the .magento.env.yaml file

After moving the process to the build phase Static Content Deployment Is no longer optimized and all themes and all locales are generating

How do you resolve this?

A.

The SCD_MATRIX configuration is only used on the deploy phase

B.

Add the —use_scd_matrix flag to the ece-tools build:generate command in the .magento.app.yaml fife

C.

Move the scd_matrix configuration to the build stage of the .magento.env.yamlfile

D.

Configure the variable ENABLE_SCD_MATRIX In the .magento.env.yamlfile

Full Access
Question # 7

You have a Starter project.Your code is ready for testing in the Staging environment, but you need the latest data from Production What do you do to update the Staging environment?

A.

Log in to the Project Web Ul. choose the Staging environment, and click Sync

B.

Log in to the Project Web Ul. choose the Staging environment, and click Merge

C.

Checkout the Staging branch and use the git push origin -f command

D.

Checkout the Production environment and use the magento-cloudsync CLI command

Full Access
Question # 8

On a project that deploys static content during the build phase a merchant states the deploy phase Is still taking too long You consider turning oft JavaScript minification to reduce the build time.

Besides reducing the build phase time what two consequences does turning off JavaScript minification have? Choose 2 answers

A.

The deploy artifact size will be decreased because of the larger JavaScript can be symlinked

B.

Browsing the store will be slower because larger JavaScript files have to be downloaded

C.

The deploy phase will be shorter because JavaScript can be symlinked from init instead of copied

D.

The build phase will be longer because the additional pass of JavaScript merging

Full Access
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?

A.

Five

B.

Eight

C.

Ten

D.

Fifteen

Full Access