Magento Certified Developer Exam (M70-101) - Magen Actual Exam Questions
Last updated on March 10, 2026
How can you make a payment method store entire credit card numbers?
For security reasons, there are no native ways for doing that.
Pass the credit card number to the payment method: it will be stored automatically.
Change the protected property of payment method $_canSaveCc to true.
Configure your method to save the card number by setting 1 to the following xpath: default/payment/_NAME_/save_cc
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following should you do in order to add another product attribute to the condition in a shopping cart price rule?
Mark the attribute as “Use for Promo Rule Conditions”on the attribute management page in the admin.
Override Mage SalesRule Model Rule Condition Product and modify the protected variable $_ruleAttributes.
Create an observer on the load sales rule product attributes event.
Add another child to the configuration node global/catalog/attributes_to_use_in_sales_rules.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which one of the following EAV attribute types may be used for layered navigation in native Magento?
varchar
enum
option
union
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which one of the following API methods exists in Magento?
catalog_category.save
catalog_product, items
catalog_product_attribute_set.update
catalog_product.info
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
What does Magento use to determine whether the automatically run upgrade scripts have been run yet?
The modification date on the modules' etc/config.xml file
The version number (or lack thereof) stored in the cotre_module_vetrsion table
The version number (or lack thereof) stored in the cot:e_cesoui:ce table
A comparison of the resources that are capable of successfully loading
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.