Q.1:
What is the difference in the effect of calling the invoice capture() method versus the invoice pay() method?m
A.
The difference is determined by the payment method implementation.B
B.
No difference: pay() will always call capture().0
C.capture() will trigger the payment and pay() will not.6
D.
pay() will trigger the payment and capture() will not.6
Q.2:
If you sell different products in a bundle, Where do you add a new options to a bundle product?_
A.
The Catalog section of the System Configuration/
B.
From the products management grid!
C.The Bundle Products section of the Product Edit Page4
D.
The Associated Products section of the Product Edit Page8
Q.3:
How do you completely disable a module in Magento?2
A.
Go to System > Configuration > Advanced and change the state to "Disable"W
B.Edit the configuration file located in app/etc/modules6
C.
No Option
D.
No Option
Q.4:
How are themes grouped together into design packages?5
A.Logically
B.
Unrelated
C.
Related
D.
Randomly
Q.5:
These are blocks created for the sole purpose of assigning visual structure to a store page such as header, left column, main column and footer.
A.Structural Blocks
B.
Fallback Blocks
C.
Frontend Blocks
D.
Content Blocks
Q.6:
Assume you have three models A, B and C. Both A and B extend C. Assume C contains a method that you are going to change in both A and B. How can you change the method using Magento class rewrites.
A.
Rewrite class C using the xpath global/models/_MODULE_/rewrite/C@
B.You must rewrite both A and B using the xpaths global/models/_MODULE_/rewrite/A and global/models/_MODULE_/rewrite/Bt
C.
You must change that method directly in C)
D.
Rewrite the method using the xpath global/models/_YOUR_MODULE_/rewrite/C/_METHOD_Q
Q.7:
In the context of a template file, which is the proper method of translating the following string: "Buy a ".$product->getName()." today!"
A.
$this->__(
B.
Mage::translate(
C.$this->__('Buy a %s today!', $product->getName());2
D.
Mage::helper('catalog')->__('Buy a {{product}} today!', array('product' => $product->getName());`
Q.8:
True or False? Changes made to the product option array will NOT be saved by the item.V
A. True
B.
False
C.
No Option
D.
No Option
Q.9:
By default Magento uses 4 main sales documents. What are they, in order of when they are created?a
A.
Quotes, Orders, Creditmemos, Transactions)
B.
Orders, Invoices, Creditmemos, Transactional Emails3
C.
Transactions, Payments, Orders, Creditmemos+
D.Quotes, Orders, Invoices, Creditmemos%
Q.10:
Customer Orders can be created from the Magento Backend. What are the 2 paths an admin user can take to create an order for a customer?
A.
From the Frontend Checkout page, or the Customer Management grid@
B.
From the Customer Management Grid, or from the Customer Management PageG
C.From Customer Management page, and from the Sales Order Management gridG
D.
From the Sales Order Management Page, or from the Creditmemo create pageH