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

Exact2Pass Menu

Question # 4

Which condition must be satisfied to ensure that a Discard Subsequent Rules option that is set to "Yes" actually prevents multiple discounts from being applied to the same product?

A.

Each pricing rule must have From and To date.

B.

Each pricing rule must have the defined priority.

C.

Each pricing rule must be created with Coupon code

Full Access
Question # 5

Which two attribute input types can be used for a date? (Choose two.)

A.

Timezone

B.

Schedule

C.

Date and Time

D.

Date

Full Access
Question # 6

A developer would like to initialize a theme in Adobe Commerce. Which two files are required to complete this task? (Choose two.)

A.

theme.less

B.

registration.php

C.

composerjson

D.

themexml

Full Access
Question # 7

Which Cloud CLI for Commerce command can be used to quickly view a specific log file for an Adobe Commerce Cloud project?

A.

magento-cloud log

B.

magento-cloud logs:list

C.

magento-cloud logs:show

Full Access
Question # 8

What database engine is part of the infrastructure of Adobe Commerce Cloud projects?

A.

Percona

B.

MariaDB

C.

MySQL

Full Access
Question # 9

A developer defined a new table in db.schema.xml while creating a new module.

What should be done to allow the removal of columns from the database when deleting them from db.schema.xml?

A.

The removable columns should be defined in db_schema_whitelist.json.

B.

The columns should have "removable" attribute set to "true" in the db.schema.xml.

C.

The removable columns should be defined in db.schema_blacklist.json.

Full Access
Question # 10

What will happen if a developer fails to mention the start date in the "From" field when creating a price rule?

A.

The price rule will not be saved.

B.

The price rule will go into effect as soon as it is saved

C.

The price rule will be saved, but it will not go into effect until the start date is added

Full Access
Question # 11

How can a custom CMS Page be set as a store home page?

A.

In the CMS Page admin grid, select the checkbox for the page under the "Home Page' column.

B.

In the CMS Page admin form, set the 'Default Home Page" value to "yes"

C.

In the store configuration, set a custom CMS Page to be a CMS home page

Full Access
Question # 12

Which two recommended practices would a developer use on an Adobe Commerce Cloud Enhanced Integration Environment to get the best performance? (Choose two.)

A.

Enable fastly CDN

B.

Restrict catalog size

C.

Disable cron and manually run as needed

D.

Remove all of the integration's inactive branches.

Full Access
Question # 13

A developer is making customizations in the checkout, and access to the quotes shipping address is needed. Which file provides the shipping address of the current quote?

A.

Magento_Checkout/js/model/quote

B.

Magento_Quote/js/model/model

C.

Magento_Checkout/js/model/quote-shipping-address

Full Access
Question # 14

Which command invalidates the index?

A.

bin/magento indexerreindex

B.

bin/magento indexer:reset

C.

bin/magento Indexerinvalldate

Full Access
Question # 15

What are the only writeable folders in the application root on a remote Adobe Commerce Cloud project?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 16

How would a developer add a sensitive environment-specific configuration value on an Adobe Commerce Cloud project?

A.

Add sensitive Environment-specific variable in the Project Web Interface.

B.

Connect to the server using SSH and add the configuration in the app/etc/config.php file.

C.

Use the Cloud CLI for Commerce command Mgento-cloud config:set to add the configuration

Full Access
Question # 17

A new custom module is built for the existing Adobe Commerce store. A merchant has requested a few frontend updates. For this, a developer has to implement a custom style.

What is the location of the less file that will be included by default?

A.

view/{area}/web/css/style less

B.

view/{area}/web/css/source/main less

C.

view/{area}/web/css/source/_module.less

Full Access
Question # 18

Which property allows multiple cron jobs to share the same configuration?

A.

name

B.

group

C.

schedule

Full Access
Question # 19

A developer found a bug inside a private method of a third party module class. How can the developer override the method?

A.

Create a custom class with corrected logic, and define the class as preference in the preferences.xml.

B.

Create a custom class with the corrected logic, and define the class as a preference for original one in the di xml.

C.

Create a plugin, implement correct logic in the after" method, and then define the plugin in the di.xml.

Full Access
Question # 20

Which price type should be used if the developer wants to provide a discount for a product based on quantity, for example, being able to buy two for X amount each?

A.

Tier Price

B.

Special Price

C.

Group Price

Full Access
Question # 21

How should a developer display a custom attribute on the category edit page in the admin panel when a new module Vendor.Category is created?

A.

Create view/adminhtml/layout/catalog_category_edit xml in the module, and then define a block that would display the field for the attribute.

B.

The field for the attribute will appear automatically.

C.

Create view/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.

Full Access
Question # 22

A merchant has noticed an error in the checkout. The accessed URL is /checkout.

Where can the developer find the responsible controller in the Magento.Checkout module?

A.

Controller/lndex/lndex.php

B.

Controller/lndex/Checkout.php

C.

Controller/Checkout/lndex.php

Full Access
Question # 23

Which characteristic is associated with a persistent cart?

A.

By default, a persistent cookie will become inactive in 30 days.

B.

While using the persistent cart, guest users do not need to log in or register to checkout

C.

While the customer is logged in, If the session cookie expires, the persistent cookie will remain active

Full Access