ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - AD0-E722 discussion

Report
Export

An Adobe Commerce Architect is working on a scanner that will pull prices from multiple external product feeds. The Architect has a list of vendors and decides to create new config file marketplace.feeds.xml.

Which three steps can the Architect take to ensure validation of the configuration files with unique validation rules for the individual and merged files? (Choose three.)

A.
Implement validation rules in the Converter class for the Config Reader
Answers
A.
Implement validation rules in the Converter class for the Config Reader
B.
Create validation rules in marketplace.schema.xsd.
Answers
B.
Create validation rules in marketplace.schema.xsd.
C.
Provide schema to validate a merged file.
Answers
C.
Provide schema to validate a merged file.
D.
Add the Uniform Resource Name to the XSD file in the config XML file.
Answers
D.
Add the Uniform Resource Name to the XSD file in the config XML file.
E.
Provide schema to validate an individual file.
Answers
E.
Provide schema to validate an individual file.
F.
Create a class that implements \Magento\Framework\Config\Datainterface.
Answers
F.
Create a class that implements \Magento\Framework\Config\Datainterface.
Suggested answer: B, C, E

Explanation:

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.

asked 02/10/2024
asd asd
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first