AD0-E718 Exam Question 1

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 2

    An Adobe Commerce Architect is setting up a Development environment for an on-premises project that will be used for developers to specifically test functionality, not performance, before being passed to the Testing team.
    The Magento application must run with the following requirements:
    1. Errors should be logged and hidden from the user
    2. Cache mode can only be changed from Command Line
    3. Static files should be created dynamically and then cached
    Which Application Mode is required to achieve this?
  • AD0-E718 Exam Question 3

    An Adobe Commerce Architect gets a request to change existing payment gateway functionality by allowing voided transactions only for a certain range of paid amounts.
    In the vendor module file etc/config.xml, payment method has an option can,_void set to 1.
    How should this customization be done?
  • AD0-E718 Exam Question 4

    A company wants to build an Adobe Commerce website to sell their products to customers in their country. The taxes in their country are highly complex and require customization to Adobe Commerce. An Architect is trying to solve this problem by creating a custom tax calculator that will handle the calculation of taxes for all orders in Adobe Commerce.
    How should the Architect add the taxes for all orders?
  • AD0-E718 Exam Question 5

    A representative of a small business needs an Adobe Commerce Architect to design a custom integration of a third-party payment solution. They want to reduce the list of controls identified in their Self-Assessment Questionnaire as much as possible to achieve PCI compliance for their existing Magento application.
    Which approach meets the business needs?