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-E718 Topic 3 Question 18 Discussion

Actual exam question for Adobe's AD0-E718 exam
Question #: 18
Topic #: 3
[All AD0-E718 Questions]

An Adobe Commerce Architect is working on a sales campaign to present a new product on the site that allows the purchase of a pre-defined set of products with a discount. Each product in the set should have a separate stock and tax class.

One requirement is to use a third-party system to build reports with REST API to fetch the following data:

* SKU

* Qty

* Original price

* Sales price

* Tax amount

Which solution should the Architect use to meet these requirements?

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

To ensure validation of the configuration files with unique validation rules for the individual and merged files, you need to do the following steps:

Add the Uniform Resource Name (URN) to the XSD file in the config XML file. The URN is a unique identifier for a resource that follows a specific syntax. For example:

<config xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='urn:magento:module:Vendor_Module:etc/marketplacefeeds.xsd'>

Provide schema to validate a merged file. The schema defines the structure and constraints of the XML document that represents the merged configuration from all modules. The schema file should be named as <config_file_name>.xsd and placed in the etc directory of the module. For example:

marketplacefeeds.xsd

Provide schema to validate an individual file. The schema defines the structure and constraints of the XML document that represents the configuration from a single module. The schema file should be named as <config_file_name>_merged.xsd and placed in the etc directory of the module. For example:

marketplacefeeds_merged.xsd


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel