AD0-E718 Exam Question 11

An Architect is working to implement Adobe Commerce into a pre-built ecosystem in a company.
Communication between different company domains uses event-driven design and is driven via AMQP protocol with usingRabbitMQ.
The Architect needs to establish the data flow between the ERP system and Adobe Commerce.
The ERP system stores only customer data excluding customer addresses.
The role of Adobe Commerce is to provide Customer Address data to the enterprise ecosystem.
Primary Customer data should not be changed from Adobe Commerce side; it should only be updated by messages data from ERP.
Which three AMQP configurations should be considered to meet these requirements? (Choose three.)
  • AD0-E718 Exam Question 12

    An external system integrates functionality of a product catalog search using Adobe Commerce GraphQL API.
    The Architect creates a new attribute my_attribute in the admin panel with frontend type select.
    Later, the Architect sees that Productinterface already has the field my_atcribute, but returns an mc value. The Architect wants this field to be a new type that contains both option id and label.
    To meet this requirement, an Adobe Commerce Architect creates a new module and file etc/schema.graphqls that declares as follows:

    After calling command setup:upgrade, the introspection of Productlnterface field xy_attribute remains int.
    What prevented the value type of field my_attribute from changing?
  • AD0-E718 Exam Question 13

    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 Kyservice.
    How should the Architect fix the code so that it complies with the coding standard rule?
  • AD0-E718 Exam Question 14

    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 marketplacejeeds.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.)
  • AD0-E718 Exam Question 15

    An Adobe Commerce Architect needs to set up two websites on a single Adobe Commerce instance with base URLs: example.com and website2.example.com.
    How should the Architect configure this project so that both websites can use the same customer base?