Adobe
AD0-E717
Q1:
On the Adobe Commerce Cloud Project Web Interface, what will be performed when clicking on the "Delete" button of an integration environment?
○
A
The environment is marked as 'inactive', the git branch is still present but the database is deleted.○
B
The environment is completely deleted. Including git branch and database.○
C
The environment is marked as 'inactive', the git branch and the database are still present.
Adobe
AD0-E717
Q2:
The value of a product attribute in the Adobe Commerce system needs to have a different format before it is displayed. Which attribute model class is responsible for this?
○
A
Frontend○
B
Backend○
C
Source
Adobe
AD0-E717
Q3:
Which two methods add sorting to collections inherited from the \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection class? (Choose two.)
☐
A
setOrder☐
B
setSorting☐
C
addSorting☐
D
addOrder
Adobe
AD0-E717
Q4:
Which attribute option restricts Catalog EAV attributes to only certain product types?
○
A
show.in○
B
apply_to○
C
allowed_in
Adobe
AD0-E717
Q5:
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.