Question 41

Magento and third-party developers can find it difficult to track and report the dependencies that customized extensions have on other extensions. To address these issues, the Magento system introduces service contracts.
What is a Service Contracts - Data interfaces?
  • Question 42

    Which two tasks are supported by Magento CLI? (Choose two.)
  • Question 43

    How do you obtain customer information in a JavaScript module?
  • Question 44

    When building a custom page we need to get a collection of data. To determine how many items are in this collection, the Adobe Commerce developer uses $collection->count() . This sometimes is slow and causes some delay.
    What is the reason?
  • Question 45

    The developer is required to convert a modules database scripts from old install/upgrade setup files to a data patches format and does not want to apply database changes that were already done by install/upgrade scripts.
    The current module version is 1.5A
    What would be the recommended solution to skip changes that were already applied via old format (install/upgrade scripts)?