AD0-E718 Exam Question 31

A third-party company needs to create an application that will integrate the Adobe Commerce system to get orders data for reporting. The integration needs access to the get /vi/orders endpoint. It will call this endpoint automatically every hour around the clock. The merchant wants the ability to restrict or extend access to resources as well as to revoke the access using Admin Panel.
Which type of authentication available in Adobe Commerce should be used and implemented in a third-party system for this integration?
  • AD0-E718 Exam Question 32

    A merchant asks for a new category attribute to allow uploading an additional mobile image against categories. The merchant utilizes the content staging and preview feature in Adobe Commerce and wants to schedule and review changes to this new mobile image field.
    A developer creates the attribute via a data patch and adds it to
    view/adminhtml/ui_component/category_form.xml. The attribute appears against the category in the main form, but does not appear in the additional form when scheduled updates are made.
    To change this attribute when scheduling new category updates, which additional action should the Architect ask the developer to take?
  • AD0-E718 Exam Question 33

    An Architect working on a headless Adobe Commerce project creates a new customer attribute named my_attribure. Based on the attribute value of the customer, the results of GraphQI queries are modified using a plugin. The frontend application is communicating with Adobe Commerce through Varnish by Fastly, which is already caching the queries that will be modified. The Adobe Commerce Fastly extension is installed, and no other modifications are made to the application.
    Which steps should the Architect take to make sure the vcl_hash function of Varnish also considers the newly created attribute?
  • AD0-E718 Exam Question 34

    An Adobe Commerce Architect needs to log the result of a ServiceClass : : ge-Dara method execution after all plugins have executed. The method is public, and there are a few plugins declared for this method. Among those plugins are after and around types, and all have sortOrder specified.
    Which solution should be used to meet this requirement?
  • AD0-E718 Exam Question 35

    An Adobe Commerce store owner sets up a custom customer attribute "my.attribute" (type int).
    An Architect needs to display customer-specific content on the home page to Customers with "my.attribute" greater than 3. The website is running Full Page Cache.
    Using best practices, which two steps should the Architect take to implement these requirements? (Choose two.)