Logo ExamsQA
Exit
Free 0/10
1
Question

Which of the following should you do in order to add another product attribute to the condition in a shopping cart price rule?

Options
A

Mark the attribute as “Use for Promo Rule Conditions”on the attribute management page in the admin.

B

Override Mage SalesRule Model Rule Condition Product and modify the protected variable $_ruleAttributes.

C

Create an observer on the load sales rule product attributes event.

D

Add another child to the configuration node global/catalog/attributes_to_use_in_sales_rules.

2
Question

What is the name of the shopping cart item created from a recurring product?

Options
A

Nominal

B

Non-nominal

C

Virtual

D

Recurrent

3
Question

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

Options
A

Order

B

Payment

C

Invoice

D

payment_method

4
Question

Which three of the following object types will have a parent class found in the Mage_Eav module for the purposes of EAV data storage in Magento? (Choose three)

Select 3
Options
A

data model

B

data helper

C

resource model

D

resource collection

E

setup class

5
Question

In which of the following integrations should you use the Magento API?

Options
A

to send a SOAP request from Magento to a third-party system

B

to receive a SOAP request from a third-party system to Magento

C

to send or receive SOAP requests in Magento

D

to provide tracking on the order success page

6
Question

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

Options
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

7
Question

Which one of the following is responsible for sending a remote request to the payment service when capturing an order?

Options
A

Payment Info

B

Order Payment

C

Payment Method

D

Invoice

8
Question

You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(‘customer/address’) with an instance of your own class. Which one of the following xpaths would accomplish that?

Options
A

global/ rewrite/ helpers/ rewrite/address

B

global/customer/helpers/address

C

global/helpers/ rewrite/ customer address

D

global/helpers/rewrite/customer/address

E

global/helpers/customer/rewrite/address

9
Question

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?

Options
A Question image
B Question image
C Question image
D Question image
10
Question

Assume that: $product is a loaded instance of Mage_Catalog_Model_Product/. Catalog Price Scope is set to global, and $customerGroupid contains a valid customer group ID. Which one of the following statements will correctly set new group prices?

Options
A Question image
B Question image
C Question image