Adobe AD0-E717 Practice Test - Questions Answers, Page 2

List of questions
Question 11

Which command invalidates the index?
The commandbin/magento indexer:reset <index_name>sets the status of the specified index to ''Invalid''.This means that the index needs to be updated before it can be used by Magento1.
Question 12

Which index mode is valid?
The valid index modes are update on save and update on refresh.
Question 13

Which command should be used to refresh the cache using the command line?
The commandmagentocacherefresh<type>clears and regenerates a specific cache type1.This is different frommagentocacheclean<type>, which only clears a specific cache type without regenerating it, andmagentocachedelete<type>, which deletes a specific cache type from the file system1.
Question 14

Which has its own root category?
In Magento, each store has its own root category, which defines the main category structure for that store1.Websites and store views do not have their own root categories, but they can share or inherit the root category of a store1.
Question 15

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?
Question 16

What is the default store ID for the admin panel?
Question 17

A developer is creating a class \Vendor\Module\Model\MyModeL How should that class be defined as transient in di.xml?
Question 18

Under which section should the soft dependency for a module be listed in app/code/<Vendor>/<Module>/composer.json file?
Question 19

How can a developer override a core class method in Adobe Commerce?
--> B. --> C
Question 20

Which command can be used to display a full list of enabled and disabled Magento modules?
Question