The Adobe Commerce table that stores all cron job data iscron_schedule. This table maintains records of all scheduled cron tasks, including their statuses, execution times, and any messages related to their execution. It plays a central role in Magento's scheduling system, allowing for the management and monitoring of background tasks that are essential for various system functions and integrations.
Question 2
What database engine is part of the infrastructure of Adobe Commerce Cloud projects?
Options:
A.
Percona
B.
MariaDB
C.
MySQL
Answer:
B
Explanation:
Explanation:
The database engine that is part of the infrastructure of Adobe Commerce Cloud projects is MariaDB. MariaDB is a fork of MySQL that offers improved performance, scalability, and security features.
The database engine that is part of the infrastructure of Adobe Commerce Cloud projects is MariaDB. Adobe Commerce Cloud is configured to use MariaDB, which is a binary drop-in replacement for MySQL and is chosen for its performance, reliability, and feature set.
Question 3
Which action, if any, should be taken to enable filtering by attribute in the category's layered navigation?
Options:
A.
Set the category's "Anchor' display setting to "yes".
B.
Select "With layered navigation" from the category's display mode
C.
Filtering by the attribute is enabled for every category automatically.
Answer:
A
Explanation:
Explanation:
To enable filtering by attribute in a category's layered navigation, you should set the category's "Is Anchor" setting to "Yes". This setting is found in the category's display settings within the admin panel. When a category is set as "Anchor", Magento will automatically include filtering options in the layered navigation block for all attributes that are configured to be used in layered navigation.