ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 27 - AD0-E722 discussion

Report
Export

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 path

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. Xml

LimitRates.php:

Which step should the Architect perform to solve the issue?

A.
Change 'after' plugin with 'around' plugin. The issue is being caused by calling the result provider code after the code of the original method.
Answers
A.
Change 'after' plugin with 'around' plugin. The issue is being caused by calling the result provider code after the code of the original method.
B.
Replace the injected dependency Of \Magento\Checkout\Model\Session With \Magento\FraBievork\Session\SessionManagerInterf ace
Answers
B.
Replace the injected dependency Of \Magento\Checkout\Model\Session With \Magento\FraBievork\Session\SessionManagerInterf ace
C.
Inject an instance Of Magento\(Quote\Api\CartRepositoryInterface and receive Cart instance Via $thiscartRepository->get($this->session->getQuoteId())
Answers
C.
Inject an instance Of Magento\(Quote\Api\CartRepositoryInterface and receive Cart instance Via $thiscartRepository->get($this->session->getQuoteId())
Suggested answer: C
asked 02/10/2024
Anthony Steele
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first