Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E722 Topic 4 Question 21 Discussion

Actual exam question for Adobe's AD0-E722 exam
Question #: 21
Topic #: 4
[All AD0-E722 Questions]

An Architect needs to integrate an Adobe Commerce store with a new Shipping Carrier. Cart data is sent to the Shipping Carrier's API to retrieve the price and display to the customer. After the feature is implemented on the store, the API hits its quota and returns the error "Too many requests". The Shipping Carrier warns the store about sending too many requests with the same content to the API.

In the carrier model, what should the Architect change to fix the problem?

Show Suggested Answer Hide Answer
Suggested Answer: B, C, E

The Architect can take the following steps to ensure validation of the configuration files with unique validation rules for the individual and merged files:

Create validation rules in marketplace.schema.xsd. This file defines the structure and constraints of the XML elements and attributes for the marketplace.feeds.xml configuration file. The Architect can use this file to specify the required and optional elements, data types, values, and patterns for the configuration file.

Provide schema to validate a merged file. This schema is used to validate the final configuration file that is generated after merging all the individual configuration files from different modules. The Architect can use this schema to check the consistency and completeness of the merged configuration file.

Provide schema to validate an individual file. This schema is used to validate each individual configuration file from each module before merging them. The Architect can use this schema to check the syntax and validity of each configuration file.


Contribute your Thoughts:

Karrie
2 days ago
Option C seems like the way to go. Caching the quotes will help reduce the number of API calls and prevent hitting the quota. Plus, it's a more efficient approach compared to the other options.
upvoted 0 times
...
Ruthann
4 days ago
I see both points, but I think option B) might also work. By saving the response and checking its existence before returning, we can prevent hitting the quota.
upvoted 0 times
...
Shayne
5 days ago
I disagree, I believe option C) is the way to go. By implementing cached quotes, we can retrieve the data without making unnecessary requests to the API.
upvoted 0 times
...
Isaac
13 days ago
I think option A) is the best choice. By checking if rates can be collected before sending the request, we can avoid hitting the API quota.
upvoted 0 times
...

Save Cancel