AD0-E718 Exam Question 6

In a custom module, an Architect wants to define a new xml configuration file. The module should be able to read all the xml configuration files declared in the system, merge them together, and use their values in PHP class.
Which two steps should the Architect make to meet this requirement? (Choose two.)
  • AD0-E718 Exam Question 7

    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 8

    A merchant is utilizing an out-of-the-box Adobe Commerce application and asks to add a new reward card functionality for customers. During the code review, the Adobe Commerce Architect notices the reward_card_number attribute setup created for this functionality is causing the customer attribute to be unavailable in the My account/My rewards page template.

    What should be added to set the customer attribute correctly?
  • AD0-E718 Exam Question 9

    While reviewing a newly developed pull request that refactors multiple custom payment methods, the Architect notices multiple classes that depend on \Magento\Framework\Encryption\EncryptorInterf ace to decrypt credentials for sensitive dat a. The code that is commonly repeated is as follows:

    In each module, the user_secret config is declared as follows:

    The Architect needs to recommend an optimal solution to avoid redundant dependency and duplicate code among the methods. Which solution should the Architect recommend?
  • AD0-E718 Exam Question 10

    An Architect is reviewing a custom module that is logging customer activity data on storefront using observers. The client reports that logs were recorded while the client was previewing storefront catalog pages from Admin Panel for a future scheduled campaign, using Adobe Commerce staging preview functionality.
    What should the Architect check first to address this issue9