ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 36 - AD0-E722 discussion

Report
Export

A merchant notices that product price changes do not update on the storefront.

The index management page in the Adobe Commerce Admin Panel shows the following:

* All indexes are set to 'update by schedule'

* Their status is 'ready'

* There are no items in the backlog

* The indexes were last updated 1 minute ago

A developer verifies that updating and saving product prices adds the relevant product IDs into the catalog_product_price_cl changelog table. Which two steps should the Architect recommend to the developer to resolve this issue? (Choose two.)

A.
Reduce the frequency of the cron job to 5 minutes so the items have more time to process.
Answers
A.
Reduce the frequency of the cron job to 5 minutes so the items have more time to process.
B.
Make sure that no custom or third-party modules modify the changelog and indexing process.
Answers
B.
Make sure that no custom or third-party modules modify the changelog and indexing process.
C.
Make sure that the version_id for the price indexer in the mview_state table is not higher than the last entry for the same column in the changelog table and re-synchronize.
Answers
C.
Make sure that the version_id for the price indexer in the mview_state table is not higher than the last entry for the same column in the changelog table and re-synchronize.
D.
Invalidate the catalog_Product_price indexer in the Adobe Commerce Admin Panel so that it is fully reindexed next time the cron runs.
Answers
D.
Invalidate the catalog_Product_price indexer in the Adobe Commerce Admin Panel so that it is fully reindexed next time the cron runs.
E.
Manually reindex the catalog_product_price index from the command line: bin/magento indexer:reindex catalog_product_price.
Answers
E.
Manually reindex the catalog_product_price index from the command line: bin/magento indexer:reindex catalog_product_price.
Suggested answer: B, C

Explanation:

The issue here is that the product price changes are not reflected on the storefront, even though the indexes are set to update by schedule and there are no items in the backlog. This indicates that there might be some problem with the changelog and indexing process, which are responsible for tracking and applying the data changes to the index tables. Therefore, the Architect should recommend the developer to check if any custom or third-party modules interfere with the changelog and indexing process, and disable or fix them if needed. Additionally, the Architect should recommend the developer to verify that the version_id for the price indexer in the mview_state table is consistent with the last entry for the same column in the changelog table, and re-synchronize them if they are out of sync.This will ensure that the indexer can process all the data changes correctly and update the index tables accordingly.Reference: https://experienceleague.adobe.com/docs/commerce-admin/systems/tools/index-management.html?lang=en#cron-groups-and-processes1https://devdocs.magento.com/guides/v2.4/extension-dev-guide/indexing.html#m2devgde-mview2

asked 02/10/2024
Ida Aasvistad
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first