1. Question: What is the best way to store session values in Magento?

    A
    myValue=’Hello world’; Mage::getSingleton( 'customer/session' )->setMyValue($myValue);

    B
    $myValue=’Hello world’; Mage::getSingleton( 'core/session' )->setMyValue($myValue);

    C
    $myValue=’Hello world’; Mage::getSingleton( 'core/variable' )->setMyValue($myValue);

    D
    $myValue=’Hello world’; $_SESSION[‘MyValue’] = $myValue;

    Note: Not available
    1. Report
  2. Question: The "Suspected Fraud" Order status is grouped under which state?

    A
    Processing state

    B
    Payment Processing state

    C
    Pending shipment state

    D
    Payment Review state

    Note: Not available
    1. Report
  3. Question: Which of the following needs to be edited to input and display the order attributes in Magento?

    A
    /app/design/adminhtml/default/default/template/sales/order/view/info.phtml

    B
    /app/design/adminhtml/default/default/template/salesext/edit_form.phtml

    C
    /app/code/local/CWACI/SalesExt/controllers/Adminhtml/Sales/OrderController.php

    D
    Both /app/design/adminhtml/default/default/template/sales/order/view/info.phtml and /app/code/local/CWACI/SalesExt/controllers/Adminhtml/Sales/OrderController.php

    Note: Not available
    1. Report
  4. Question: When using a custom Magento logo as the default logo for transactional emails; which of the following is the correct way for the logo to be maintained even after Magento system upgrades?

    A
    Replace the logo in the base theme skin directory.

    B
    Create a new theme and replace the new logo in the skin directory.

    C
    Update the logo in all transactional emails.

    D
    Create a new theme and place the new logo, named as "logo_email.png", in the skin directory.

    Note: Not available
    1. Report
  5. Question: When does the following error occur? "Not all products are available in the requested quantity"

    A
    When the products are out of stock, but the cart still proceeded to checkout

    B
    When the products are in stock, but not in the cart

    C
    When no products are available

    D
    None

    Note: Not available
    1. Report
  6. Question: Which of the following will change the order of existing blocks via XML?

    A
    reference name="parent.block.name"> <action method="unsetChild"><alias>child_block_alias</alias></action> <action method="insert"><blockName>child.block.name</blockName><siblingName>name_of_block</siblingName><after>1</after><alias>child_block_alias</alias></action> </reference>

    B
    reference name="parent.block.name"> <action method="insert"><blockName>child.block.name</blockName><siblingName>name_of_block</siblingName><after>1</after><alias>child_block_alias</alias></action> <action method="unsetChild"><alias>child_block_alias</alias></action> </reference>

    C
    reference name="child.block.name"> <action method="unsetParent"><alias>child_block_alias</alias></action> <action method="insert"><blockName>parent.block.name</blockName><siblingName>name_of_block</siblingName><after>1</after><alias>child_block_alias</alias></action> </reference>

    D
    It is not possible to edit the order of existing blocks.

    Note: Not available
    1. Report
  7. Question: Which of the following is the minimum memory requirement for running a Magento site?

    A
    at least 128MB

    B
    at least 256MB

    C
    at least 512MB

    D
    ver 512MB

    Note: Not available
    1. Report
  8. Question: How can the checkout process be skipped for downloadable products in Magento?

    A
    The checkout step cannot be skipped in Magento.

    B
    Downloadable products automatically do not require checkout.

    C
    There is an option in the admin panel to skip the checkout step for downloadable products.

    D
    Magento does not support downloadable products.

    Note: Not available
    1. Report
  9. Question: Which of the following conditions must be met in order to successfully run a Magento install script?

    A
    The install script should be placed in MODULE/sql/RESOURCES_KEY/SCRIPT_NAME.

    B
    The install script should be named using the convention, mysql4-install-MODULE_VERSION.php

    C
    The module version in config.xml and in the install script file name must be same.

    D
    All

    Note: Not available
    1. Report
  10. Question: When migrating a Magento store to a new server, after moving the files and the database, where must the database access details be configured for the new server?

    A
    Database table ‘core_config_data’

    B
    config.inc file at magento root

    C
    app/etc/config.xml

    D
    app/etc/local.xml

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd