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

While setting up a Magento project you run the following command

magento-cloud variable:update ADMIN_USERNAME —value=alice

What will this command do?

A.

Configure the Magento Commerce Cloud tools to use alice for API call authentication

B.

Change your usernameto alice tor logging into the magento-cloud CLl tool C.

C.

Update the Magento cloud/admin/username config variable to alice

D.

Change the usernameof the default administrator account to alice

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?

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

You are testing an integration to an external service that requires you to configure an accesskey in an environment variable.You created a new environment to validate the functionality The variable must only impact this environment

How do you configure the variable?

A.

Use the magento-cloud CLl utility with the environment inheritable and level flags

B.

Add the variable to the variables section under Project Settings specifying inheritance level

C.

Add the variable to the .magento.env.yamlfile specifying the environment and inheritable

D.

Use vendor/bin/ece-tools to generate a local config.phpfile and commit the setting

The merchant wants to offer specific pricing in different currency markets so you have set up multiple websites to cover each currency.

Now they want customers to be directed to the appropriate website based on the country they are in.

Howdo you configure this?

A.

Use the Country Mapping in the Fastly settings to map country codes to store views

B.

In the Project Web UI. enable the Website IP Mapping setting

C.

Update magento-vars.php to detect the country code from the IP address and map it

D.

Build or install a Magento extension that changes the default currency code on applicationinit

A client has an in-house design team which manages content on their Magento Commerce Cloud project This content is rapidly changing and they would like the ability to maintain their own stylesheets in a structured way without affecting site uptime

How do you achieve this on the integration branch?

A.

Modify the writeable directories on the Integration Environment by using the . magento. env. yaml file

B.

Add a custom command to the build hook in the .magento. app. yaml file to retrieve the stylesheets from a client hosted location

C.

The Magento Infrastructure Team needs to create a writeabledirectory in which the stylesheets can be uploaded.

D.

Use the, magento, app,yaml file to create a mount in the pub directory

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

You want to move staticcontent deploy to the build phase of deployments

Which two actions do you take? Choose 2 answers

A.

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

B.

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

C.

Run ece-tools config:dump on production

D.

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

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?

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