AD0-E718 Exam Question 1

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 2

    Since the last production deployment, customers can not complete checkout. The error logs show the following message multiple times:

    The Architect finds a deployed feature that should limit delivery for some specific postcodes.
    The Architect sees the following code deployed in/webapi_rest \di .xml and etc\frontend\di xml

    Which step should the Architect perform to solve the issue?
  • AD0-E718 Exam Question 3

    An Adobe Commerce Architect needs to create a new customer segment condition to enable admins to specify an 'Average sales amount' condition for certain segments.
    The Architect develops the custom condition under vendor\Module\Model\Segment\condition\AverageSalesAmount with all of its requirements:


    Which two steps should the Architect complete to fix the problem? (Choose two.) A)

    B)

    C)

    D)

    E)
  • AD0-E718 Exam Question 4

    A custom cron job has been added to an Adobe Commerce system to collect data for several reports. Its crontab. xml configuration is as follows:

    The job is data intensive and runs for between 20 and 30 minutes each night.
    Within a few days of deployment, it is noticed that the site's sitemap. xml file has not been updated since the new job was added.
    What should be done to fix this issue?
  • AD0-E718 Exam Question 5

    An Adobe Commerce Architect needs to customize the workflow of a monthly installments payment extension. The extension is from a partner that is contracted with the default website PSR which has its own legacy extension (a module using deprecated payment method).
    The installment payment partner manages only initializing a payment, and then hands the capture to be executed by the PSP. Once the amount is successfully captured, the PSP notifies the website through an IPN. The goal of the IPN is only to create an "invoice" and save the 'capture information' to be used later for refund requests through the PSP itself.
    The Architect needs the most simple solution to capture the requested behavior without side effects.
    Which solution should the Architect implement?