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 backlogThe indexes were last updated 1 minute agoA 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.)
Since the last production deployment, customers can not complete checkout.The error logs show the following message multiple times:The Architect finds a deployed feature that should limit delivery for some specific postcodes.The Architect sees the following code deployed in etc/webapi_rest/di.xml and etc/frontend/di.xmlLimitRates.php:Which step should the Architect perform to solve the issue?
An Adobe Commerce system is configured to run in a multi-tier architecture that includes:A cache server with Varnish installedA backend web server with Adobe Commerce installedA database server with MySQL installedWhen an Adobe Commerce Architect tries to clean the cache from the Store Admin by using the “Flush Magento Cache” in Cache Management, the Full Page Cache does not clear.Which two steps should the Architect take to make the Full Page Cache work properly? (Choose two.)
Due to a marketing campaign, a website is experiencing a very large number of simultaneously placed orders, which is affecting checkout performance. The website is in the production deploy mode.Which two website settings can an Architect optimize to decrease the impact on checkout performance? (Choose two.)
An Adobe Commerce Architect is reviewing api-functional test code. Some tests send errors to indicate that the customer address does not exist.The test codes show the following:Which step should the Architect take to fix the test errors?
An Adobe Commerce Architect creates a new functionality called Customs Fee, which adds a new total that applies to additional costs for handling customs clearance expenses. The extension allows specifying fee value for every website separately via the Adobe Commerce Configuration System.The Architect plans to cover new functionality with integration tests. One test case needs to confirm if the total is calculated correctly on different websites.How should the Architect make sure that test configuration data is added to test methods according to best practices?