Question 71

You are creating a module that will be sold on the Magento Marketplace. You wish for this module to be easily extensible, and decide to add the capability for other developers to utilize extension attributes.
What is the minimum update necessary to enable this capability?
  • Question 72

    A merchant is interested in setting different prices for the same products in different store scopes.
    What do you reply to this inquiry?
  • Question 73

    You want to remove a column introduced by a third-party extension via declarative schema.
    How do you do that?
  • Question 74

    An international merchant is complaining that changes are taking too long to be reflected on the frontend after a full product import. Thinking it may be database issues, the Adobe Commerce developer collects the following entity counts;
    * Categories: 900
    * Products: 300k
    * Customers: 700k
    * Customer groups : 106
    * Orders :1600k
    * Invoices: 500k
    * Creditmemos: 50k
    * Websites: 15
    * Stores : 45
    What is a probable cause for this?
  • Question 75

    An Adobe Commerce developer has been taskedto create a new rest API endpoint to get a list of items for a CustomEntity . When testing the endpoint, it throws an exception.
    This is the code the developer has written forMyVendor\Module\Api\CustomEntityRepositoryInterface:

    And this is the implement method within MyVendor\MyModulemodel\CustomEntityRepository:

    What is wrong with the code?