Logo ExamsQA
Exit
Free 0/10
1
Question

Which two of the following are supported in the native Magento API? (Choose two)

Select 2
Options
A

Partial void

B

Partial invoice

C

Partial capture

D

Partial refund

E

Partial shipment

2
Question

Which object never encapsulates any shopping cart items?

Options
A

Mage_Checkout_Model_Cart

B

Mage_Sales_Model_Quote

C

Mage_Sales_Model_Quote_Address<type=shipping>

D

Mage_Sales_Model_Quote_Address<type=billing>

3
Question

What happens when you edit an existing order using the order management page?

Options
A

A form appears that allows you to edit all information on the current order.

B

A form appears that allows you to edit shipping information of the current order only.

C

Depending on the order status, different editing forms appear for the current order.

D

The current order is canceled and a new order is created from scratch based on the current order's data.

4
Question

Which one of the following statements is true regarding layout update handles?

Options
A

Layout update handles must always match a module_controller_action pattern such as catalog_product_view.

B

There may never be more than one layout update handle per request.

C

Layout update handles are declared at any level of the layout XML hierarchy.

D

A layout update handle may be specified as a string argument when calling loadLayout ().

5
Question

The initial call to _______________ will create and return an instance of the specified class. Subsequent calls to this method during the same execution cycle will return the same class instance as opposed to creating a new one.

Options
A

Mage: :getResourceModel('namespace/modulename');

B

Mage:: get Instance ('name space/modulename');

C

Mage: :getModel( 'modulename/modelname') ;

D

Mage::getSingleton('modulename/modelname');

6
Question

Which of the following methods exists in the Mage_Sales_Model_Quote_Address class?

Options
A

getAllNonNominalItems()

B

importShippingAddress()

C

hasRecurringltems()

D

collect()

7
Question

Which of the following xpaths defines the correct XML structure for informing Magento that your module has install scripts?

Options
A

Global/resources/etc/setup/<script_directory_name>/module

B

System/database/resources/<script_directory_name>/setup/module

C

Global/resources/<script_directory_name>/setup/module

D

Database/action/scripts/<script_directory_name>

8
Question

Which method is responsible for a full re-index in the abstract Magento indexer?

Options
A

fullReindex()

B

reindexAH()

C

processEvent ()

D

reindex()

9
Question

Which one of the following declares a Layout XML file?

Question image
Options
A

Option A

B

Option B

C

Option C

D

Option D

10
Question

The value of the config/placeholders/ [placeholder_id] /block node from the merged cache.xml configuration is used______________.

Options
A

only as a human-readable attribute to the placeholder tags in full page cache records

B

to fetch the cache lifetime for the full page cache entry from the correct block instance

C

to build the unique cache id for full page cache records

D

to map a block instance to the corresponding placeholder configuration while saving a full page cache entry