Magento

  1. A gift registry will hold the following informations?
  2. A SOAP request is basically an HTTP POST request containing a SOAP ____ a ____ and a ____?
  3. Add another attribute to Magento products
  4. Adding Text and fields to the order fulfillment/invoice email or forwarding customer-facing email
  5. An observer in magento is defined as a:
  6. Assuming a left column is going to be added, which of the following are possible values of the block type in the code below? <block type="" name="left" as="left" template="page/html/left.phtml" />
  7. Assuming that a column needs to be added under Catalog >> Manage Products in Magento, which file will need to be edited?
  8. Assuming that product images need to be imported from a product import file, which folder should the images be uploaded to, before running the import profile routine?
  9. Assuming that trees must have categories as parents and products as children, and that there are no sub-categories under main categories, which of the following code samples will get the full catalog tree?
  10. Assuming the following choices are to be added to a custom theme layout’s local.xml file; which of the following will move the “related products” box in the “product details page” to the bottom center column?
  11. By default, Magento allows 3 themes to be loaded at any time. In what order are they loaded? (1 being first and 3 being last)
  12. Consider the following code: <block type=”A/B” name=”root” output=”toHtml” template=”example/view.phtml”> What is the meaning of A/B?
  13. CRUD stands for the four basic types of database operations , , ___, and delete?
  14. Factories are special objects that have this purpose
  15. For data security and privacy reasons, Magento uses two cookies for frontend session. All I know is that one of them is being set in Mage_Core_Model_Cookie::set(…) and the other one in Zend_Session::expireSessionCookie(). Why does Magento use the Zend_Session::expireSessionCookie()?
  16. How can a new column be added in sales_flat_order to save a custom value in Magento?
  17. How can account navigation links be changed?
  18. How can programmatically added bundle products be shown in Magento’s front-end?
  19. How can the checkout process be skipped for downloadable products in Magento?
  20. How can we disable magento extension for a particular page?
  21. How can you access the Magento theme directory?
  22. How can you disable a Magento Extension if you don’t have access to admin section?
  23. How can you extend Bundle updates product listing using the grid UI component located?
  24. How can you get Magento extension to run javascript when an item is added to the cart?
  25. How do place Magento theme blocks?
  26. How do you change an order status to complete?
  27. How do you forward to a specific external URL outside Magento from your controller?
  28. How do you setup a Magento multilingual store?
  29. How magento contact form can be shown on a CMS page?
  30. How many code pools does Magento has?
  31. How many tables are created when a new EAV module is created?
  32. How to create custom adminhtml theme magento
  33. If module A declares a dependency upon Module B, which of the following is not valid to declare such dependency?
  34. Is it possible to install magento in a local server and access it in to another system in the same network
  35. Is it possible to retrieve all the models’ ids based on collection filters without loading the collection itself?
  36. Is it possible to trigger an event after an order has been set to “processing”?
  37. Layered navigation gives users customized browsing options when viewing products by categories. Users can now _____ products by price, size, color, and other customizable attributes.
  38. Magento has the ability to run multiple stores from the same database. After adding the new store from System -> Manage Store, what is the correct code to add to the htaccess file to make Magento automatically load the new store?
  39. Magento has the following codepool?
  40. Magento looks for configuration information for each module in that module’s /etc directory. Depending on the needs of your module, you might have the following configuration files at the top level of your module’s /etc directory?
  41. Magento Override Shipping Methods
  42. Magento Redirect all .htaccess keeping administration
  43. Many webhosts provide automatic installations. This allows you to install Magento with a few simple clicks. While it is important to understand the installation process, an automatic installation can save time. Contact your web site host to find out if they support automatic installations. If they do not, Magento must be installed manually.
  44. Name the product types that are available in Magento?
  45. Page layout files are useful in ___ front pages of Magento
  46. Polls are used to get customer’s _____ and preferences?
  47. Select the correct sequence of methods to use to create a bundle product in Magento
  48. Select which conditions can be checked to track down a product that is not showing in a category page.
  49. Select which method will register observers/hooks to events in Magento
  50. Static __ is a silent function of a class, which is stored in the memory space of a class (not objects)
  51. The browser is ignoring the file referred on the code below
  52. The controller action _____ method is called each time before calling the action method itself?
  53. The data model is based on the Entity-attribute-value _____ that stores data objects in tree structures?
  54. The term static view file refers to the following
  55. The “Suspected Fraud” Order status is grouped under which state?
  56. To create a base grid block you need to define the following function?
  57. Using the following command you can reset for Magento file and Directory permissions?
  58. We need to make the following actions in order to create a module with one payment method that will?
  59. What actions are performed in this code?
  60. What does the Capture method do in the Magento Purchase and Order Processing flow?
  61. What does the following tag means in module’s config.xml file? <sallowspecific>0</sallowspecific>
  62. What is required for Installing Magento Extensions on a Custom Theme?
  63. What is stored in the var directory?
  64. What is the best way to create global variables which can be used everywhere in Magento?
  65. What is the best way to store session values in Magento?
  66. What is the correct method for calling a single product inside a static block?
  67. What is the correct method to add an external JavaScript file to Magento’s local.xml file?
  68. What is the difference between Mage::getSingleton() and Mage::getModel() in Magento?
  69. What is the difference between subtotal price and base subtotal?
  70. What is the difference between the isSaleable() and isAvailable() functions?
  71. What is the difference between “Flush Magento Cache” and “Flush Cache Storage” in the Magento Cache Management System?
  72. What is the file format for a data upgrade script?
  73. What is the recommended way to override/extend Magento core functionality?
  74. What is XML-RPC?
  75. What model property is responsible for the naming of this event: «catalog_product_after_load»?
  76. What step during the layout loading is the node processed?
  77. What are the advantages of Magento?
  78. What function fits in this code snippet?
  79. What happens when you edit an existing order using the order management page?
  80. When does the following error occur? “Not all products are available in the requested quantity”
  81. 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?
  82. 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?
  83. When we are using .htaccess, how can you redirect all admin pages in Magento to another domain and subdirectory?
  84. When you want to change the behavior of the Magento core modules, which of the following method is acceptable?
  85. Where are dynamic view files located in a theme directory?
  86. Which action should you perform to make it possible to display your custom attribute value on the product list?
  87. Which code is used to get the Total Price of items currently in the cart?
  88. Which code will get the tax amount on a page in Magento?
  89. Which command runs Magento cron jobs?
  90. Which endpoint is used for user authorization(Admin)?
  91. Which endpoint is used for user authorization(Customer)?
  92. Which file needs to change to update database when transfer a local Magento install onto live server?
  93. Which function can be used to get the image Width and Height?
  94. Which interface is not provided by service contracts?
  95. Which of the following is not true about flat catalog?
  96. Which of the following are components of a Magento module?
  97. Which of the following are existing entities in Magento EAV?
  98. Which of the following are inappropriate dependencies?
  99. Which of the following are the methods of PayPal Payment Gateways?
  100. Which of the following aspects to the define RESTful API?
  101. Which of the following attributes are the data member of magento Mage_Newsletter_Model_Subscriber Class?
  102. Which of the following code samples will detect if the account being checked on the front-end is an admin account?
  103. Which of the following code samples will display a list of both active and inactive sub-categories of the current category?
  104. Which of the following code samples will display products from a certain category in random order?
  105. Which of the following code samples will get all products sorted by ‘position’, assuming ‘position’ is of a numeric type?
  106. Which of the following code samples will link a configurable product’s images to its constituent simple products, in the product details page?
  107. Which of the following code snippets changes the position of the compare products block in the right column?
  108. Which of the following code to include CMS block in template file(.phtml)?
  109. Which of the following code to specify JavaScript resources mapping?
  110. Which of the following command you can use to clear the directories?
  111. Which of the following conditions can be checked to track down a product that is not showing in a category page?
  112. Which of the following conditions must be met in order to successfully run a Magento install script?
  113. Which of the following Events are triggered when the payment has been confirmed?
  114. Which of the following files are required for all components?
  115. Which of the following files does Magento use to detect maintenance mode?
  116. Which of the following GET parameter is used for «not equal to» filtering?
  117. Which of the following is not a Magento area type?
  118. Which of the following is not a Magento cache type?
  119. Which of the following is not a Magento module?
  120. Which of the following is not a Magento product type?
  121. Which of the following is not a module in Magento?
  122. Which of the following is not valid for service layer?
  123. Which of the following is required for installing Magento?
  124. Which of the following is the correct method to use to check if custom options were added to a product?
  125. Which of the following is the entry area for Magento Admin?
  126. Which of the following is the minimum memory requirement for running a Magento site?
  127. Which of the following Magento classes should be used for adding custom duties/taxes to a quote during the checkout process?
  128. Which of the following Magento objects will be created during checkout?
  129. Which of the following methods can be used add a new attribute to all products?
  130. Which of the following methods will allow access to a Magento session from other sites on different subdomains?
  131. Which of the following needs to be edited to input and display the order attributes in Magento?
  132. Which of the following PHP extensions are required for installing Magento?
  133. Which of the following piece of codes can be used to get Magento clients by payment method?
  134. Which of the following products do not have a physical presence, and are typically used for such things as services, warranties and subscriptions?
  135. Which of the following snippet of codes can be used to get the latest n products?
  136. Which of the following specifies the PHP class to use for the interface Magento\Customer\Api\CustomerRepositoryInterface?
  137. Which of the following statements are correct about Magento quotes?
  138. Which of the following statements are correct to store Contact form data in database of magento?
  139. Which of the following statements are true regarding passing data between a controller and a block in Magento?
  140. Which of the following statements are true regarding custom options for products in Magento?
  141. Which of the following step is going to instantiate a product collection?
  142. Which of the following tasks can be performed by Command Line Interface?
  143. Which of the following will add a new custom block on the product details page after the media block, using a custom module?
  144. Which of the following will add a static block on the site’s home page in Magento?
  145. Which of the following will add an external JavaScript file to a Magento page?
  146. Which of the following will call a static block inside one of Magento’s template files?
  147. Which of the following will change the order of existing blocks via XML?
  148. Which of the following will check if the current request is for a backendpage or a frontend page?
  149. Which of the following will check whether the currently logged-in customer ever placed an order at the Magento store?
  150. Which of the following will correctly add a custom event in Magento?
  151. Which of the following will correctly display the current theme name in Magento?
  152. Which of the following will display a customer’s TAX/VAT number?
  153. Which of the following will display a product’s thumbnail?
  154. Which of the following will display only ‘configurable’ products in a page?
  155. Which of the following will get a list of products belonging to a specific category within a view file?
  156. Which of the following will get a specific product attribute from its product ID without loading the whole product?
  157. Which of the following will get active store information (such as the store’s name) in Magento?
  158. Which of the following will get all active CMS pages in Magento?
  159. Which of the following will get information (‘customer_referrer_id’) from a currently logged-in admin user?
  160. Which of the following will get the order increment ID in Magento?
  161. Which of the following will get the tax amount on a page in Magento?
  162. Which of the following will list all products from a particular category?
  163. Which of the following will log current collection’s SQL query?
  164. Which of the following will not increase the performance of a Magento site?
  165. Which of the following will retrieve a list of all shipping methods in Magento?
  166. Which of the following will return a visitor’s UserAgent information?
  167. Which of the following will return the absolute path for a product image in Magento?
  168. Which of the following will return the current page title in Magento?
  169. Which of the following will save a custom session variable in Magento?
  170. Which of the following will set a template only if a particular module is disabled in Magento?
  171. Which of the following will sort any collection in Magento?
  172. Which of the following will sort products in the catalog by the date they were added?
  173. Which of the following XML files will remove an item from Magento’s admin panel navigation?
  174. Which of the followings magento features are related to CRM?
  175. Which of the routes define the HTTP route for the web API method?
  176. [Which PHP framework does Magento uses?](does Magento uses)
  177. Which relationship is not possible between two modules?
  178. Which statement correctly describes order state and order status?
  179. Which statement is correct regarding Theme’s registration.php file?
  180. Which statement is false about a service contract?
  181. Which theme file defines the location information in Magento 2.0?
  182. Which XML file(s) should be checked when the following Magento error occurs during installation? “PHP Extensions “0” must be loaded”
  183. Which layer holds the business logic layer of a Magento module?
  184. Which magento command is used to display the current deployment mode?
  185. Who ordered what in Magento webshop with a query on db?
  186. Who accesses the service layer?
  187. Who uses the presentation layer?
  188. Why does the error, “front controller reached 100 router match iterations”, occur?
  189. You want to display your custom attribute value on the product list, which actions should you perform to make it possible?