Exam Details

  • Exam Code
    :M70-201
  • Exam Name
    :Magento Certified Developer Plus
  • Certification
    :Magento Certifications
  • Vendor
    :Magento
  • Total Questions
    :136 Q&As
  • Last Updated
    :May 20, 2025

Magento Magento Certifications M70-201 Questions & Answers

  • Question 91:

    How is the sort order in which total models collect their values specified?

    A. The sort order is specified in the admin configuration under Sales > "Checkout Totals Sort Order".

    B. The sort order is specified in the system configuration under global/sales/quote/totals/[total_code] with and nodes.

    C. The sort order is defined by the module loading order as specified by the children of the modules/ [module_name]/depends configuration node.

    D. The sort order is specified by the collect method in each total model.

  • Question 92:

    Which of the following allows you to save a single attribute value on an EAV entity?

    A. $model->saveAttribute($attributeCode);

    B. $model->save(SattributeCode);

    C. $model->getResource()->saveAttribute($model, SattributeCode);

    D. $model->getResource()->save($model, $attributeCode);

  • Question 93:

    Which method is called on a shipping carrier model to fetch a list of all available shipping methods, along with the rates associated with them, for a quote address?

    A. collectShippingRates()

    B. getAllowedMethodsO

    C. getShippingRates()

    D. getAvailableRates()

    E. collectRates()

  • Question 94:

    Which of the following layout XML directives will set a value on a block?

    A. B. C. D. E.

  • Question 95:

    In order to successfully register and configure a new entity capable of being saved and loaded from the database, you must create a model and which three of the following? (Choose three)

    A. collection class

    B. Configuration settings in your module's config.xrnl

    C. An entry in Mage:: $_registry

    D. A record in the eav_entity table

    E. A resource model

    F. A table in the database that will store the entity's data

  • Question 96:

    Which object never encapsulates any shopping cart items?

    A. Mage_Checkout_Model_Cart

    B. Mage_Sales_Model_Quote

    C. Mage_Sales_Model_Quote_Address

    D. Mage_Sales_Model_Quote_Address

  • Question 97:

    Which table is used for calculating a new increment ID for an order?

    A. sales_flat_order_increment

    B. eav_entity_store

    C. core_increment

    D. core_config_data

  • Question 98:

    Which of the following will NOT generate a