magento m70-101 practice test

Exam Title: Magento Certified Developer

Last update: Nov 27 ,2025
Question 1

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()
Answer:

E

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 2

Which one of the following EAV attribute types may be used for layered navigation in native
Magento?

  • A. varchar
  • B. enum
  • C. option
  • D. union
Answer:

C

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

You are creating a custom CMS module named Achme_Cms. Which one of the following is the
correct XML required to override a controller from the Mage_Cms module in your Achme_Cms
module?
A.

B.

C.

D.

Answer:

A

vote your answer:
Comments
Question 4

Which of the following options would cause a poll/poll collection to load all entities that have been
posted during April, 2011?

  • A. $collection->addAttributeToFilter(*date_posted', array('from' => '2011-04-01', 'to' => •2011-04-30') );
  • B. $collection->addFieldToFilter('date_posted', array('from' => '2011-04-01', 'to' => '2011-04-30') );
  • C. $collection->addPostDateFilter('2011-04-01', '2011-04-30');
  • D. $collection->addFieldToSelect(('date_posted', Array('from' => '2011-04-01', 'to' => '2011-04-30') );
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 5

The final price for the product on the product view page is__________.

  • A. taken from the catalog_product_index_price table
  • B. taken from the catalog_product_index_price_idx table
  • C. taken from the catalog_product_index_price_f inal_idx table
  • D. calculated on-the-fly on php-level
  • E. pre-calculated in the products price attribute
Answer:

D

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 6

Which of the following is a true statement about how Magento loads data for an EAV-based data
model?

  • A. A data helper is used in order to properly load an object's attributes from the database.
  • B. EAV-based data models use a different abstract resource class than other data models.
  • C. The attribute values are loaded into an attribute collection object.
  • D. You must always specify each of the attributes to be loaded on the model.
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 7

Which one of the following class types directly charges a credit card when you capture an invoice in
Magento admin?

  • A. Order
  • B. Payment
  • C. Invoice
  • D. payment_method
Answer:

D

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 8

Applying the shopping cart rule's action affects the quote item by setting the quote item's
___________.

  • A. base_price and price properties with the discounted price
  • B. base_discount_amount and discount_amount with the discount applied to the original price
  • C. base_row_total and row_total properties with the discounted price
  • D. base_price_incl_tax and price_incl_tax properties with the discounted price
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

Which one of the following statements is true regarding Mage_Core_Block_Text_List?

  • A. Mage_Coce_Block_Text_List declares its own template for rendering, but the rendered template can be overridden via layout XML.
  • B. Child blocks of Mage_Core_Block_Text_List are always rendered alphabetically by name.
  • C. Mage_Core_Block_Text_List will always render all children automatically when it is rendered.
  • D. Mage_Core_Block_Text_List directly extends Mage_Core_Block_Template
  • E. In order to render, the parent block of Mage_Core_Block_Text_List must always be an output block.
Answer:

C

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 10

Which one of the following API protocols does native Magento support?

  • A. XmlRpc
  • B. REST
  • C. POST
  • D. Open Social
  • E. XQuery
Answer:

A

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Page 1 out of 12
Viewing questions 1-10 out of 122
Go To
page 2