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

Which Adobe Commerce table stores all cron data?

A.

schedule

B.

cronjob

C.

cron_schedule

Which file on an Adobe Commerce Cloud project allows a developer to upgrade the PHP version and enable/disable a PHP extension?

A.

magento.app.yaal

B.

.magento. env. yaml

C.

php.ini

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.

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.

A custom theme Is being developed in the Adobe Commerce store, and the developer needs to override the current parent theme styles.

Which less file should the developer use to achieve this goal?

A.

_theme.override.less

B.

_hemeless

C.

_source.less

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

An Adobe Commerce Cloud developer wants to check the staging environment deployments history (i.e. branch, git, merge, sync). Where can the developer look up the history of the staging environment?

A.

Project Web Interface

B.

New Relic

C.

Adobe Commerce admin panel

Which action, if any, should be taken to forbid Adobe Commerce Admin from performing specific actions?

A.

Create a new user role with custom-defined resources, and assign it to the admin user

B.

This action cannot be taken since all admin users must have full access.

C.

Enable custom roles in the store configuration, and assign admin user ID(s).

A developer is working on a task that includes a custom controller creation. A controller should forward the request to a different action.

How can the developer complete this task?

A.

Specify the forward action in the controllerjorward.xml configuration file.

B.

Implement a forwardToAction method in the controller, and return the action where the request should be forwarded.

C.

Return the forward object with action as an argument in the object's forward method

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

A.

name

B.

group

C.

schedule