Since the last production deployment, customers can not complete checkout.The error logs show the following message multiple times:main.CRITICAL: Report ID: webapi-61b9fe83f0c3e; Message: Infinite loop detected, review the trace for the looping pathThe 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 Architect runs the PHP Mess Detector from the command-line interface using the coding standard provided with Adobe Commerce. The following output appears:The Architect looks at the class and notices that the constructor has 15 parameters. Five of these parameters are scalars configuring the behavior of MyService. The class also contains three constants referencing one other class.How should the Architect fix the code so that it complies with the coding standard rule?
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?
A custom cron job has been added to an Adobe Commerce system to collect data for several reports. Its crontab.xml configuration is as follows:The job is data intensive and runs for between 20 and 30 minutes each night.Within a few days of deployment, it is noticed that the site's sitemap.xml file has not been updated since the new job was added.What should be done to fix this issue?
A developer needs to uninstall two custom modules as well as the database data and schemas. The developer uses the following command: bin/magento module:uninstall Vendor_SampleMinimal Vendor_SampleModifyContentWhen the command is run from CLI, the developer fails to remove the database schema and data defined in the module Uninstall class.Which three requirements should the Architect recommend be checked to troubleshoot this issue? (Choose three.)