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

Magento Support advises you lo upgrade to the latest release of ece-tools matching the project's Magento Commerce version 2 3 1 How do you do that?

A.

Require the exact version with composer require magento/ece-tools:2.3.1-px where X is the latest release number

B.

Clone the repository githab.com/magento/ece-tools and copy the ate/ folder to vendor/magento/ece-tools/src

C.

Run the commandcomposer update magento/ece-tools

D.

Run the Command ece-tools self-upgrade

To secure composer credentials you want to remove the auch. Json file from the project repository How do you do that?

A.

The build phase runson a separate server and variables are not available there you must keep the credentials in the auth. j son file, but you can replace the password with its hash

B.

Add the env:coMPOSER_AUTH variable on the projectlevel and make it visible on the build phase

C.

Putthe composer credentials into/mnt/build/.config/composer/auth.json

D.

Add the composer_auth variable with the sensitive option enabled

You need to test a data-related issue occurringon your Production environment.You replicate the data to your staging environment utilizing the Synchronization tool.When you access your staging environment you are redirected to your Production environment Your project is on the Starter plan.

How do you prevent the redirect?

A.

Use the magento-cloud route:add command to create a route to the Staging URL

B.

Modify the yA3EXT0_CLOUD_R0UTES environment variable on your staging environment

C.

Enter the proper URL in the Routes tor Staging under the Environment Settings in the Project Web Ul

D.

Configure UPDATE_URLSto true in the .magento.env.yaml file

You are upgrading a project to the latest version of Magento Commerce Cloud and part of the process involves a PHP version upgrade.This is now ready to be tested by the QA Team on the Integration environment.

How do you apply the PHP version upgrade?

A.

Change the PHP version in the .magento. app. yamlfile and re-deploy

B.

SSH Into the Integration environment and upgrade PHP manually

C.

Change the php_version configuration in the ,magento,env,yamlfile and re-deploy

D.

Use the magento-cloud CLI tool to update the php_version variable

You want to exclude some themes from static assets generation only for integration environments You are trying to choose where to set the scd_exclude_themes variable in the . magento.env.yamltile or in the Project WeD Ul.

What prevents the usage of the . magento. env.yaml file?

A.

Child environments inherit the variable when you use the . magento. env. yaml file

B.

The code from integration would be merged into the Staging and Production branches

C.

The .magento.env.yama file can contain only deployment configuration options, which are only available it static assets generation runs on the deploy phase

D.

Only variables which are set using the Project Web Ul has the option visible during build

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

Yourcompany decided too move a Magento store to a subdomain https://shop.coinpany.ccm/ and redirect traffic from the old URL httpa://company.com/ to the new one. Your company is using the Starter plan.

How do you implement the redirect?

A.

Configurea rewrite rule In the . htaccessfile In the pub folder

B.

Submit a support ticket to add the redirect on the web-server level

C.

Add a route using the MANGENTO_CLOUD_ROUTES environment variable.

D.

Add a routeInto the .magento/routes, yamlconfiguration file

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

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

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

You need to install a third party extension which is provided in a tar archive

It expands to a folder Structure in app/code/MyCompany/MyMedule.

Which action do you take to install the extension?

A.

Use the composer package command to create a composer package and install it with composer require

B.

Use the composer-merge-plugin to enable support for extension in app/code

C.

Add it to the project in app/code and commit it to git

D.

Request composer repository credentials from the extension vendor