100+ Magento certification questions and answers - Online exam & PDF

Magento certifications are extremely demanded across giant and tiny IT organizations across the planet. Hiring managers like candidates WHO not solely have an associated understanding of the subject and skill, however having completed certification within the subject. All the Magento certifications listed on Exam-Labs are accepted worldwide and are an area of the business standards.

Are you searching for real tests queries and answers for the Magento frontend Developer Certification test exam? Exam-Labs is here facilitate|to assist}! we've got compiled a information of queries from actual exams so as to help you steel oneself against and pass your exam on the primary try. All coaching materials on the location are up thus far and verified by business consultants.

Magento certification questions and answers:

Question No: 1

In layout XML, which of the following action methods would you use to define the block
identifier on a block of type cms/block?
  • A. <action method="addBlockId">
  • B. <Action method= “setStaticBlock”>
  • C. <action method="setBlockName”>
  • D. <action method="setBlockId">
  • Answer : D


    Question No: 2 -

    You want to figure out which phtml-files are rendering in the front end. Which developer
    tool helps you do that?
    • A. Profiler
    • B. Exception.log
    • C. Block Class Names
    • D. Template Path Hints
    • E. System.log
    • Answer : D


      Question No : 3 -

      You want to add a block to the content of the product detail page, without having to modify
      a template.
      Which three container blocks are rendered regardless of product type and configuration?
      (Choose THREE.)
      • A. alert.urls
      • B. product.info.extrahint
      • C. product.info.options.wrapper
      • D. product.info.options .wrapper.bottom
      • E. product.info.additional
      • F. product.info.container1
      • G. product.info.container2
      • H. product.info.attributes
      • Answer : A,B,E


        Question No: 4 -

        In layout XML, which tag attributes are always used when configuring a template block?
        (Choose THREE.)
        • A. as
        • B. name
        • C. type
        • D. value
        • E. before
        • F. module
        • G. template
        • Answer : B,C,G


          Question No: 5 -

          You have added some HTML to a custom template located at
          template/mytemplates/custom.phtml. Which code snippet is the correct way to create a
          block for custom.phtml in the layout XML?
          • A. <block type=“core/template” name=“custom” template=“mytemplates/custom.phtml”/>
          • B. <block type=“core/template” name=“custom” template=“template/mytemplates/ custom.phtml”/>
          • C. <block type=“custom1’ name=“custom” template=“template/mytemplates/ custom.phtml”/>
          • D. <block type=“custom” name=“custom” template=“mytemplates/custom.phtml”/>
          • Answer : A


            Question No: 6 -

            Given the HTML and CSS showed below, which attribute would clear the floated columns if
            applied to the grid element?
            Magento certification questions and answers - Question 6
            Magento certification questions and answers - Question 6

            • A. clear: both
            • B. clear: left
            • C. display: block
            • D. display: inline
            • E. overflow: auto
            • F. overflow: hidden
            • Answer: F


              Question No: 7 -

              Which three types of file are contained in the folder "skin/" in Magento? (Choose THREE.)
              • A. CSS
              • B. Image
              • C. JavaScript
              • D. Layout
              • E. Template
              • F. Translate
              • Answer : A,B,C


                Question No: 8 -

                What is the proper layout update handle for adding a CSS file to the product page?
                • A. <product>
                • B. <catalog_product>
                • C. <catalog_product_view>
                • D. <default>
                • Answer : C


                  Question No: 9 -

                  Which XML layout handle is used to assign layout configurations to all pages of a store?
                  • A. All
                  • B. Base
                  • C. Root
                  • D. Every
                  • E. Default
                  • Answer: E


                    Question No: 10 -

                    Which three of the following action method(s) are valid ways to add custom JavaScript
                    files? (Choose THREE.)
                    • A. <action method=”addJ”>< xscript>example.js</script></action>
                    • B. <action method=”addScript” ><type>js</type><src>example.js</src></action>
                    • C. <action method="addJs">< type>skin_js</typexname>example.is</name></action>
                    • D. <action method=”addltem><type>skin_js</type><name>example-js</namex/action>
                    • E. <action method= “newItem” >< “type>js</type><script>example.js</script></action>
                    • F. <action method=”addScript”><script>example.js</script></action>
                    • G. <action method= “addItem" ><type>js</typexname>example.js</name ></action>
                    • Answer : A,D,G


                      Question No: 11 -

                      You want to add the file “somescript.js” in a template. The JS-file is in the folder “root:
                      js/lib”. Which piece of code should you use?
                      • A. $this->getItemurl(‘lib/somescript.js’)
                      • B. $this->getskinurl(‘lib/somescript.js’)
                      • C. $this->getJsUrl(‘lib/somescript.js’)
                      • D. $this->getFileurl(‘lib/somescript.js’)
                      • E. $this->getLibUrl(‘lib/somescript.js’)
                      • Answer : C


                        Question No: 12 -

                        You want to use layout XML to specify the order of child blocks in a structural block. Which
                        two of the following tag attributes would you use? (Choose TWO.)
                        • A. Behind
                        • B. After
                        • C. Previous
                        • D. Next
                        • E. Before
                        • F. Below
                        • Answer: B, E


                          Question No: 13 -

                          You want to load my-file.js only on the exam' CMS page. In native Magento, which two of
                          the following statements are true? (Choose TWO.)
                          • A. You must create exam.xml and put the appropriate XML inside the <cms_page_exam> layout handle,
                          • B. You must make sure that my-file.js is present in app/design/base/default/cms/exam/.
                          • C. You must add appropriate XML to the CMS Layout-Update-XML textarea of the exam CMS page.
                          • D. You must add <?php echo $this->getChildJs (‘js/my-file.js’); ?> to head.phtml .
                          • E. You must make sure you are not using a layout handle in the Layout-Update-XML textarea of the "exam" CMS page
                          • Answer: C,E


                            Question No: 14 -

                            Which of the following is a native frontend layout handle in Magento?
                            • A. catalog_product_details
                            • B. catalog_category_list
                            • C. checkout_onepage_shippingmethod
                            • D. customer_account_default
                            • E. multiple_addresses_progress
                            • Answer: C


                              Question No: 15 -

                              You want to add additional XML (Additional XML Declaration) to an existing layout block.
                              Which is the proper tag for adding it?
                              • A. <reference type=“block”>Additional XML Declaration</ reference>
                              • B. <action method= addNewBlock><block name>Additional XML Declaration <I block name></ action>
                              • C. <reference name=“block.name”>Additional XML Declaration</reference>
                              • D. <method action= “setBlockContent”><xml>Additional XML Declaration</xml></method>
                              • Answer: C


                                Question No: 16 -

                                In order to display a custom design on a category landing page for a set number of days,
                                you need to make a change to the ___ area of Magento.
                                • A. XML
                                • B. Admin Panel
                                • C. CSS
                                • D. Block
                                • Answer : B


                                  Question No : 17 -

                                  Given the following XML, which statement is true?
                                  Magento certification questions and answers - question 17
                                  Magento certification questions and answers - question 17

                                  • A. You have to modify page/html/left.phtml to display the block.
                                  • B. You have to add <action method="setTemplate"><file>my-files/my- block.phtml</file></action> to display the block.
                                  • C. The block renders in the left structural block.
                                  • D. The block won't be shown until you put <?php echo $this->getChildHtml( left) ?> into my-block.phtml.
                                  • Answer : C


                                    Question No : 18 -

                                    Which ONE of the following adds links to the top links navigation?
                                    Magento certification questions and answers - Question 18
                                    Magento certification questions and answers - Question 18

                                    • A. Option A
                                    • B. Option B
                                    • C. Option C
                                    • D. Option D
                                    • Answer : B


                                      Question No : 19 -

                                      Which of the following is the correct code for assigning a custom template file using layout
                                      XML?
                                      • A. <block type=“core/text_list” name=“custom.template” template=“ folder/custom_template.phtml”/>
                                      • B. <block type=“core/template” name=“custom template” template=“ folder/custom_template.phtml”/>
                                      • C. <block type=“block/template” name=“custom template” template=“ folder/custom_template.phtml”/>
                                      • D. <block type=“cms/block” name=“custom.template” template=“ folder/custom_template.phtml”/>
                                      • E. <block type=“block/html” name=“custom template” template=“ folder/custom_template.phtml”/>
                                      • Answer : B


                                        Question No : 20 -

                                        You have created a custom theme called my_theme within the default package and want to
                                        override the native template file /page/lcolumn.phtml. You will need to place the file in the
                                        following structure:
                                        • A. app/design/frontend/base/my_theme/template/page/lcolumn.phtml
                                        • B. app/design/frontend/my_theme/default/template/page/lcolumn.phtml
                                        • C. app/design/frontend/default/my_theme/template/page/lcolumn.phtml
                                        • D. skin/design/frontend/my_theme/template/page/lcolumn.phtml
                                        • E. skin/design/frontend/base/my_theme/template/page/lcolumn.phtml
                                        • Answer : C


                                          Question No : 21 -

                                          You created a header-new.phtml from the original header.phtml. How can you force
                                          Magento to use that new file in place of the native header block template?
                                          Magento certification questions and answers - Question 21
                                          Magento certification questions and answers - Question 21

                                          • A. Option A
                                          • B. Option B
                                          • C. Option C
                                          • D. Option D
                                          • Answer : C


                                          Question No : 22 -

                                          • You want to stop all events on someElement. Which two methods from prototype.js will do
                                            this? (Choose TWO.)
                                            • A. $ ("someElement").stopEvent()
                                            • B. $ ("someElement") .stopObserving()
                                            • C. Event.stop("someElement")
                                            • D. $("someElement").stop ()
                                            • E. Event.stopEvent("someElement")
                                            • F. Event.stopObserving("someElement")
                                            • Answer : B,F


                                          Question No : 23 -

                                            • If your custom frontend theme is missing an expected template file, the last place Magento
                                              will look is this directory: ______________.
                                              • A. app/design/frontend/base/default
                                              • B. skin/design/frontend/base/default
                                              • C. skin/frontend/base/default
                                              • D. app/frontend/default/default
                                              • E. skin/frontend/default/default
                                              • F. app/frontend/design/default/default
                                              • Answer : A


                                          Question No : 24 -

                                              • To configure a category to display a set of Shop By filters, what is the correct option to set
                                                in the Magento admin?
                                                • A. “Is Anchor” set to “Yes”
                                                • B. “Show Filters” set to “Yes”
                                                • C. “Category Links” set to “No”
                                                • D. “Is Active” set to “No”
                                                • Answer : A


                                          Question No : 25 -

                                                • You have a custom/default design package. You need to edit this file:
                                                  /app/design/frontend/base/defauIt/template/page/html/header.Phtml
                                                  Which method is a bad practice because the file will be overwritten during Magento
                                                  upgrades?
                                                  • A. Edit the “base/default” file directly.
                                                  • B. Create a new module in “base/default” called “custom” and copy the file there for editing.
                                                  • C. Create a new package called “custom/custom” and copy the file there for editing.
                                                  • D. Copy the file to “custom/default” for editing.
                                                  • Answer : A


                                          Question No : 26 -

                                          Which two of the following statements are true regarding Magento configuration scopes?
                                          (Choose TWO.)
                                          • A. “Websites” contain “Stores”.
                                          • B. A “Store” can be associated with multiple “Websites”.
                                          • C. A “Store View” can be associated with multiple “Stores”.
                                          • D. A “Store” can be associated with multiple “Store Views”.
                                          • E. Multiple “Websites” can share a “Store View”.
                                          • Answer : A,D


                                          Question No : 27 -

                                          • You want to set up different languages in a Magento installation with multiple stores. Which
                                            configuration scope should you use?
                                            • A. Global
                                            • B. Website
                                            • C. Store
                                            • D. Store View
                                            • Answer : D


                                          Question No : 28 -

                                            • Which two of the following code samples contain correct XML code for adding style.css to a
                                              page? (Choose TWO.)
                                              • A. <action method= “add”><stylesheet>css/styles.css</stylesheet></action>
                                              • B. <action method=”addCss”><stylesheet>css/styles.css</stylesheet></action>
                                              • C. <action method=”addltem”><name>css/styles.css</name></action>
                                              • D. <action method= “addltem”><type>css</type><name> css/styles.css </name></action>
                                              • E. <action method= addltem ><type>skin_css</ type><name> css/styles.css</name></action>
                                              • Answer : B,E


                                          Question No : 29 -

                                              • Which is the correct type attribute for a structural block?
                                                • A. core/block
                                                • B. core/html_wrapper
                                                • C. core/text
                                                • D. core/text_list
                                                • Answer : D


                                          Question No : 30 -

                                                • Which of these block types can be used to define “breadcrumbs” on a page?
                                                  • A. page/breadcrumbs
                                                  • B. page/ html_bread crumbs
                                                  • C. core/ htmlbreadcrumbs
                                                  • D. core1 template
                                                  • Answer : B


                                          Question No : 31 -

                                          Which of the following will render the custom content block custom, name to a page based
                                          on the native 3columns.phtml template?
                                          Magento certification questions and answers - Question 31
                                          Magento certification questions and answers - Question 31

                                          • A. Option A
                                          • B. Option B
                                          • C. Option C
                                          • D. Option D
                                          • Answer : A


                                          Question No : 32 -

                                          • A parent HTML element has the style position:relative". You need to position a child
                                            element within the parent so that the child's position originates from the parent element's
                                            box. Which style on the child will accomplish that?
                                            • A. position:absolute
                                            • B. position:fixed
                                            • C. position:relative
                                            • D. position:static
                                            • Answer : A


                                          Question No : 33 -

                                            • Magento certification questions and answers  - Question 33
                                              Magento certification questions and answers  - Question 33

                                              Magento is searching in the fallback system for a my-template.phtml file. As shown in the
                                              graphic above, you have configured Magento to the following:
                                              Magento certification questions and answers  - Question 331

                                              In which four places might Magento find that file, assuming it has been placed there?
                                              (Choose FOUR)
                                              • A. app/design/frontend/my_pkg/my_theme/template/
                                              • B. app/design/frontend/default/default/
                                              • C. app/design/frontend/base/default/layout/
                                              • D. app/design/frontend/my_pkg/common/template
                                              • E. app/design/frontend/my_pkg/christmas/template
                                              • F. skin/frontend/my_pkg/christmas/template
                                              • G. skin/frontend/my_pkg/common/
                                              • H. app/design/frontend/my_pkg/default/template
                                              • I. app/design/frontend/base/default/template
                                              • Answer : D,E,H,I


                                          Question No : 34 -

                                              • Which three types of files are contained in the folder “app/design!”? (Choose THREE.)
                                                • A. CSS
                                                • B. Image
                                                • C. JavaScript
                                                • D. Layout
                                                • E. Template
                                                • F. Translate
                                                • Answer : D,E,F


                                          Question No : 35 -

                                                • What is System -> Design used for?
                                                  • A. Configuring the fallback system of a store view
                                                  • B. Overriding the fallback system of a store view for a limited period of time
                                                  • C. Activating the fallback system of a store view
                                                  • D. Overriding the fallback system of a subpart (Layout, Templates, ...) of a store view
                                                  • E. Configuring basic Package and Theme settings of your Magento instance
                                                  • Answer : B


                                          Question No : 36 -

                                          What is the difference between “display: none” and “visibility: hidden”?
                                          • A. The display: none rule removes the element from the DOM. The visibility: hidden rule leaves the element in the DOM.
                                          • B. The display: none rule leaves the element in the DOM. The visibility: hidden rule removes the element from the DOM.
                                          • C. The “display: none” rule removes the space used by the element from the page. The “visibility: hidden” rule reserves space on the page for the element.
                                          • D. The “display: none” rule reserves space on the page for the element. The “visibility: hidden” rule removes the space used by the element from the page.
                                          • Answer : C


                                          Question No : 37 -

                                          • In System->Configuration Design you can configure individual theme names for ________
                                            . (Choose FIVE)
                                            • A. templates
                                            • B. images only
                                            • C. layout XML
                                            • D. all skin files
                                            • E. translations
                                            • F. default theme
                                            • G. admin panel
                                            • H. modules
                                            • Answer : A,C,D,E,F


                                          Question No : 38 -

                                            • When assigning a template file, what is the difference between
                                              Magento certification questions and answers - Question 38
                                              Add Magento certification questions and answers - Question 38

                                              • A. No difference: Both set a template for an existing block.
                                              • B. Template= “” can only be used when the block is being instantiated.
                                              • C. <action method=”setTemplate”> can only be used when the block is being instantiated.
                                              • D. Template="" is wrong and doesn't work at all.
                                              • Answer : B


                                          Question No : 39 -

                                              • You want to create a wrapper block that uses an HTML tag name which is set by the action
                                                setHtmlTagName. The wrapper block should render all its child blocks within the HTML tag.
                                                Which block type should you use to create the wrapper block?
                                                • A. page/html
                                                • B. page/wrapper
                                                • C. page/div wrapper
                                                • D. page/html_wrapper
                                                • Answer : D


                                          Question No : 40 -

                                                • Which two of the following statements regarding Magento configuration scopes are true?
                                                  (Choose TWO.)
                                                  • A. “Website” has a higher priority than “Store View”.
                                                  • B. “Store View” has a higher priority than “Website”.
                                                  • C. “Global” has a higher priority than “Website.”
                                                  • D. “Website” has a higher priority than “Global”.
                                                  • E. “Global” has a higher priority than “Store View”.
                                                  • F. “Global” has a higher priority than “Store”.
                                                  • G. “Store” has a higher priority than “Store View”.
                                                  • Answer : B, D


                                          Question No : 41 -

                                          Given the following HTML and CSS, what color will the word "nice be:
                                          Magento certification questions and answers - Question 41
                                          Magento certification questions and answers - Question 41

                                          • A. Black
                                          • B. Blue
                                          • C. Green
                                          • D. Red
                                          • Answer : D


                                          Question No : 42 -

                                          • Layered navigation is displayed for a specific category when _________?
                                            • A. layered navigation is enabled in System-> Configuration-> Catalog
                                            • B. the category contains products with filterable attributes
                                            • C. “Is Anchor” is set to “Yes” in the category settings
                                            • D. custom layout update XML adds the layered navigation block
                                            • Answer : C


                                          Question No : 43 -

                                            • Which string will NOT be translated?
                                              • A. “You can save % s %% in the next 15 min.”, “Du kannst % s %% in den nachsten 15min sparen”
                                              • B. “Click <a href= “%s”>here</a> to continue.”,”Klicken Sie <a href=“%s”>hier</a> um welter zu machen .”
                                              • C. “We\’ll send you a new password.” , ”Wir Werden dir emneues Password zusenden.”
                                              • D. “The coupon has expired”, ” Der Coupon ist “abgelaufen”
                                              • Answer : B


                                          Question No : 44 -

                                              • Which file adds “breadcrumbs” on pages?
                                                • A. page.xml
                                                • B. breadcrumbs.xml
                                                • C. navigation.xml
                                                • D. core.xml
                                                • E. header.xml
                                                • Answer : A


                                          Question No : 45 -

                                                • Within a Magento instance configured to use the package name “my_package” and the
                                                  theme name “my_theme”, which file would override the default catalog search template?
                                                  • A. app/frontend/base/my_package/my_theme/template/catalogsearch/form.mini.phtml
                                                  • B. app/design/frontend/base/default/template/customsearch/form.mini.phtml C. app/design/frontend/my_theme/my_package/template/catalogsearch/custom.form.mini.pht ml
                                                  • D. app/design/frontend/my_package/my_theme/template/catalogsearch/form.mini.phtml
                                                  • E. app/frontend/default/my_theme/customsearch/form.mini.phtml
                                                  • Answer : D


                                          Question No : 46 -

                                          Given the following layout XML, what will be the expected result on the Magento frontend?
                                          Magento certification questions and answers - Question 46
                                          Magento certification questions and answers - Question 46

                                          • A. The top.menu block will be displayed on all pages within the header block
                                          • B. The top.menu block will never be displayed
                                          • C. The top.menu block will be displayed within the default block
                                          • D. The top.menu block will only be displayed within “Catalog” pages
                                          • Answer : B


                                          Question No : 47 -

                                          • If a layout handle exists in the “base/default” package, your custom design package, and
                                            the custom package’s “local.xml”, which handles can be merged?
                                            • A. All of the handles can be merged.
                                            • B. Only the handles in “base/default” can be merged.
                                            • C. Only the handles in your design package can be merged.
                                            • D. Only the handles in “local.xml” can be merged.
                                            • E. Only the handles in “base/default” and “local.xml” can be merged.
                                            • F. Only the handles in your design package and “local.xml” can be merged.
                                            • Answer : A


                                          Question No : 48 -

                                            • What does the <update handle=catalog_seo_sitemap /> element do in the following piece
                                              of layout XML?
                                              Magento certification questions and answers - Question 48
                                              Magento certification questions and answers - Question 48

                                              • A. It unsets all elements defined in the layout handle called catalog_seo_sitemap.
                                              • B. It loads the layout handle catalog_seo_sitemap_category into the layout handle ca catalog_seo_sitemap.
                                              • C. It loads the layout handle catalog_seo_sitemap into the layout handle called catalog_seo_sitemap_category.
                                              • D. It updates the name on the layout handle catalog_seo_sitemap_category to catalog_seo_sitemap.
                                              • Answer : C


                                          Question No : 49 -

                                              • Given the following HTML code, how are the divs "#column1", "#column2", and "#column3"
                                                displayed on the page?
                                                Magento certification questions and answers- Question 49
                                                Magento certification questions and answers- Question 49

                                                • A. The 3 divs are displayed side-by-side and their borders are adjacent to each other.
                                                • B. The 3 divs are displayed side-by-side; however, their borders overlap with each other.
                                                • C. The divs "#column1" and "#column2" are displayed side-by-side. The div "=column3" appears below " # column1".
                                                • D. The divs are displayed on top of one another.
                                                • Answer : C


                                          Question No : 50 -

                                                • What is the total width of a block-element styled with the following CSS?

                                                  • A. 200px
                                                  • B. 202px
                                                  • C. 222px
                                                  • D. 232px
                                                  • Answer : D


                                          Question No : 51 -

                                          When you create an inline translation, where is it stored?
                                          • A. In a browser cookie
                                          • B. In a CSV file
                                          • C. In an XML file
                                          • D. In the database
                                          • E. In the Magento cache
                                          • Answer : D


                                          Question No : 52 -

                                          • What is the correct PHP code for adding the output of a CMS block to a template?
                                            • A. $this->getchildcms (‘myCmsBlock’)
                                            • B. $this->getchildHtml(‘myCmsEloclc’)
                                            • C. $this->getChildBlock (‘myCmsBlock’)
                                            • D. $this->getcrnsHtml(‘myCmsElock’)
                                            • E. $this->getHtml(‘myCmsBlock’)
                                            • Answer : B


                                          Question No : 53 -

                                            • Which of the following functions is guaranteed to be executed after the DOM is ready?
                                              (Assume that the page only includes the prototype.js library.)
                                              • A. $(function() { . . . })
                                              • B. $(documerit).ready(function() { . . . })
                                              • C. $(“dom:loaded”, function(). . . })
                                              • D. document.observe( “dom:loaded”, function(). . . })
                                              • E. document.observe(“html:loaded”, function(). . . })
                                              • F. document.event(“html:load”, function(). . . })
                                              • Answer : D


                                          Question No : 54 -

                                              • Which of following "if else" constructs is used in Magento core templates?
                                                Magento certification questions and answers - Question 54
                                                Magento certification questions and answers - Question 54

                                                • A. Option A
                                                • B. Option B
                                                • C. Option C
                                                • D. Option D
                                                • Answer : B


                                          Question No : 55 -

                                                • You want to add CSS to an HTML page. Which HTML tag would you use?
                                                  • A. CSS
                                                  • B. Style
                                                  • C. Script
                                                  • D. styling
                                                  • Answer : B


                                          Question No : 56 -

                                          Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see
                                          EXAMPLE, below). Which one of the following code samples will create a class called
                                          AdvancedPhotoViewer that extends Photoviewe r?
                                          EXAMPLE:
                                          var PhotoViewer = Class.create();
                                          • A. var AdvancedPhotoViewer = new PhotoViewer()
                                          • B. AdvancedPhotoViewer.prototype = Object.extend (new PhotoViewer ()
                                          • C. var AdvancedPhotoViewer = Class.extend (PhotoViewer)
                                          • D. AdvancedPhotoViewer = PhotoViewer.extend ()
                                          • Answer : B


                                          Question No : 57 -

                                          • You want to create a new screendesign package based on the default packages
                                            default theme.
                                            Which ONE of the following steps do you have to take?
                                            • A. Copy app/design/base to app/design/screendesign
                                            • B. Create an empty folder app/design/frontend/screendesign and copy app/design/frontend/default/default into it
                                            • C. Create skin/frontend/screendesign, then copy the CSS and images folders and their files from /skin/frontend/default/default/ to skin/frontend/screendesign/default
                                            • D. Inside app/design/frontend and skin/frontend, copy the folder “default” to the folder “custom”; then rename custom/default to custom/screendesign in both places
                                            • E. Create app/design/frontend/default/screendesign
                                            • Answer : C


                                          Question No : 58 -

                                            • Based on the code below, what color will a browser display in rendering the text inside the
                                              div tag?
                                              Magento certification questions and answers - Question 58
                                              Magento certification questions and answers - Question 58

                                              • A. green
                                              • B. blue
                                              • C. red
                                              • D. black
                                              • Answer : A


                                          Question No : 59 -

                                              • Which two of the following would add a CSS file to every page? (Choose TWO.)
                                                Magento certification questions and answers - Question 59
                                                Magento certification questions and answers - Question 59

                                                • A. Option A
                                                • B. Option B
                                                • C. Option C
                                                • D. Option D
                                              • Answer : B,D


                                          Question No : 60 -

                                              • Given the following code, what color is the word “sale”?
                                                Magento certification questions and answers - Question 60
                                                Magento certification questions and answers - Question 60

                                                • A. #AA0000
                                                • B. #000000
                                                • C. #000099
                                                • D. #AA9900
                                                • Answer : C


                                          Question No : 61 -

                                          Using prototype.js, which selector would be used to target a group of list items with the
                                          class of item?
                                          • A. $(‘ul’).children(‘li.item’)
                                          • B. $(‘item’)
                                          • C. $$(‘li.item’)
                                          • D. $$(‘ul > li#item’)
                                          • Answer : C


                                          Question No : 62 -

                                          • The name of a design package in the Design tab of the System->Configuration window in
                                            Admin is also used as ________ and ________ . (Choose TWO.)
                                            • A. a folder name in app/design/frontend
                                            • B. a configuration value taken from index.php
                                            • C. a folder name in skin/frontend
                                            • D. a setting in the menu System -> Design
                                            • E. a folder name in app/design/frontend/base
                                            • Answer : A,C


                                          Question No : 63 -

                                            • You have created a system of multiple stores within a single Magento installation. Which
                                              one of the following levels of settings is NOT available?
                                              • A. Global
                                              • B. Website
                                              • C. Store Group
                                              • D. Store
                                              • E. Store View

                                              • Answer : C


                                          Question No : 64 -

                                              • How can a template be included in a CMS block?
                                                • A. {{block template=¡”path/to/template .phtm1’}}
                                                • B. {{block type=“core/template” template=”path/to/template.phtml”}}
                                                • C. {{block template=“path/to/template.phtml”}}
                                                • D. {{block id=“path/to/template.phtml”}}
                                                • E. {{block type=“core/template” method=“setTemplate” param=“path/to/template.phtml1” } }
                                                • Answer : B


                                          Question No : 65 -

                                                • Which file adds the search module on a Magento website frontend?
                                                  • A. page.xml
                                                  • B. search.xml
                                                  • C. catalogsearch.xml
                                                  • D. searchproducts.xml
                                                  • Answer : C


                                          Question No : 66 -

                                          Which one of these code samples will assign a root template to a specific page of native
                                          Magento?
                                          Magento certification questions and answers - Question 66
                                          Magento certification questions and answers - Question 66

                                          • A. Option A
                                          • B. Option B
                                          • C. Option C
                                          • D. Option D
                                          • Answer : D


                                          Question No : 67 -

                                          • How can you override a native template file in an activated custom theme, using the design
                                            fallback?
                                            • A. Copy the file to the appropriate folder.
                                            • B. Copy the file to the appropriate folder and specify the path to it in the admin panel.
                                            • C. Copy the file to the appropriate folder and specify the path to it in the database.
                                            • D. Copy the file to the appropriate folder and rename it by adding the suffix “as”.
                                            • Answer : A


                                          Question No : 68 -

                                            • In Magento layouts, which attribute for <block> defines the functionality of the block?
                                              • A. As
                                              • B. Action
                                              • C. Type
                                              • D. Name
                                              • Answer : C


                                          Question No : 69 -

                                              • Which one of the following methods assigns a custom template to the product compare
                                                sidebar block?
                                                Magento certification questions and answers - Question 69
                                                Magento certification questions and answers - Question 69

                                                • A. Option A
                                                • B. Option B
                                                • C. Option C
                                                • D. Option D
                                                • Answer : A


                                          Question No : 70 -

                                                • Given the information shown below, which answer will correctly assign a customized
                                                  template file using layout XML?
                                                  Block type:
                                                  example/controller
                                                  Template path:
                                                  /a pp/design/frontend/base/exampletheme/examplefolder/example.phtml
                                                  • A. &lt;template block type=“example/ controller” name= “example” as=“example1’ file path=“examplefolder/example.phtml”/ >
                                                  • B. &lt;block name=“example/controller” template=“examplefolder/example.phtml” />
                                                  • C. &lt;block type=“example/controller” name=“example” as=“example” template=“examplefolder/example.phtml” />
                                                  • D. &lt;reference name=“example/controller” as “example” template=“examplefolder/example.phtml” />
                                                  • Answer : C


                                          Question No : 71 -

                                          Which code snippet shows the correct way to add a JavaScript file from your custom theme
                                          to all Magento pages?
                                          Magento certification questions and answers - Question 71
                                          Magento certification questions and answers - Question 71

                                          • A. Option A
                                          • B. Option B
                                          • C. Option C

                                          • D. Option D
                                          • Answer : A


                                          Question No : 72 -

                                          • Which piece of code creates a url that links to the store pages in transactional email
                                            templates?
                                            • A. { {store url= “ ”}}
                                            • B. { { store_page url= “ ”} }
                                            • C. { { store_url= “ ”} }
                                            • D. { { store_name url= “ ”} }
                                            • Answer : A


                                          Question No : 73 -

                                            • Which element in layout XML specifies a method to be called on a referenced or newly
                                              defined block?
                                              • A. &lt;action>
                                              • B. &lt;call>
                                              • C. &lt;change>
                                              • D. &lt;method>
                                              • E. &lt;update>
                                              • Answer : A


                                          Question No : 74 -

                                              • Where are the core module translations located?
                                                • A. app/code/locale/
                                                • B. app/locale/
                                                • C. app/design/frontend/default/default/locale/
                                                • D. app/etc/modules/locale/
                                                • Answer : B


                                          Question No : 75 -

                                                • How can you minimize the number of HTTP requests made by your native Magento sites
                                                  for JavaScript files?
                                                  • A. Enable JavaScript merging in the admin.
                                                  • B. Move JavaScript requests to footer block in local.xml.
                                                  • C. Enable all Cache Storage Management.
                                                  • D. Remove Magento JavaScript and only use files hosted by a third party CDN.
                                                  • Answer : A


                                          Question No : 76 -

                                          You want to change the number of columns per row in the list of upsell products on all
                                          product pages. Where do you set the parameter that specifies the number of columns?
                                          • A. Admin panel
                                          • B. XML layout
                                          • C. Template
                                          • D. Database
                                          • Answer : B


                                          Question No : 77 -

                                          • In an email template or a CMS block, which two of the following directives specify a store
                                            URL without requiring you to hardcode the base URL? (Choose TWO.)
                                            • A. {{store url="checkout/cart/index"}}
                                            • B. {{store route="checkout/cart/index"}}
                                            • C. {{store checkout/cart/index}}
                                            • D. http://{{store url="checkout/cart/index"}}
                                            • E. {{base url=""}}checkout/cart/index
                                            • F. {{store direct_url=”checkout/cart/index”}}
                                            • Answer : A,F


                                          Question No : 78 -

                                            • Which is the correct order of the three types of translations by priority (1 = highest, 3 =
                                              lowest)?
                                              • A. 1. Database (Inline) translation 2. Module translation 3. Theme translation
                                              • B. 1. Database (Inline) translation 2. Theme translation 3. Module translation
                                              • C. 1. Module translation 2. Database (In line) translation 3. Theme translation
                                              • D. 1. Theme translation 2. Database (In line) translation 3. Module translation
                                              • Answer : B


                                          Question No : 79 -

                                              • In a “new order” transactional email template, which two of the following are valid ways to
                                                get properties of the template variable “order”? (Choose TWO.)
                                                • A. {{order var=customer_lastname}}
                                                • B. {{var data=order.customerEmail}}
                                                • C. {{var order.customer_lastname}}
                                                • D. {{var $order.getCustornerEmail()}}
                                                • E. {{var order.getCustomerLastname()}}
                                                • F. {{var order.getCustomerFirstname}}
                                                • Answer : C,E


                                          Question No : 80 -

                                                • Which three of the following folders should NOT be publicly accessible? (Choose THREE.)
                                                  • A. /app/design/frontend/package/theme/layout
                                                  • B. /app/design/frontend/package/theme/locale
                                                  • C. /app/design/frontend/package/theme/template
                                                  • D. /skin/frontend/package/theme/css
                                                  • E. /skin/frontend/package/theme/js
                                                  • F. /skin/frontend/package/theme/img
                                                  • Answer : A,B,c


                                          Question No : 81 -

                                          When a block of type __________ is rendered, all its child blocks are rendered
                                          automatically, without the need to call the getChildHtml () method.
                                          • A. Page/html
                                          • B. Core/template
                                          • C. Core/text_list
                                          • D. Page/html_wrapper
                                          • Answer : C


                                          Question No : 82 -

                                          • In layout XML, which two handles are used to assign layout rules to catalog category pages
                                            of a store? (Choose TWO.)
                                            • A. &lt;catalog_category>
                                            • B. &lt;catalog_layered>
                                            • C. &lt;catalog_category_default>
                                            • D. &lt;catalog_category_index>
                                            • E. &lt;catalog_category_layered>
                                            • Answer : C,E


                                          Question No : 83 -

                                            • Which attribute of an XML tag in the layout defines the system configuration key to be
                                              checked before performing the action method?
                                              • A. as
                                              • B. Config
                                              • C. if
                                              • D. ifconfig
                                              • E. iftrue
                                              • Answer : D


                                          Question No : 84 -

                                              • What is the function of the attribute output= “to Html” when applied to a <block> tag?
                                                • A. Renders a block without any other explicit calls
                                                • B. Specifies the sequence of blocks on the page
                                                • C. Marks a block as a structural block
                                                • D. Marks a block as a content block
                                                • Answer : A


                                          Question No : 85 -

                                                • Which two of the following examples can be used to include a custom JavaScript on every
                                                  page? (Choose TWO.)
                                                  Magento certification questions and answers - Question 85
                                                  Magento certification questions and answers - Question 85

                                                  • A. Option A
                                                  • B. Option B
                                                  • C. Option C
                                                  • D. Option D
                                                  • E. Option E
                                                  • Answer : B,D


                                          Question No : 86 -

                                          Given the layout XML example below, which one of the following actions will cause the title,
                                          Some Title, to be translated by Magento?
                                          EXAMPLE:

                                          Magento certification questions and answers - Question 86
                                          Magento certification questions and answers - Question 86

                                          • A. Option A
                                          • B. Option B
                                          • C. Option C
                                          • D. Option D
                                          • Answer : B


                                          Question No : 87 -

                                          • Which layout handle can be used to assign a customized template file to the filter
                                            navigation block in the left column?
                                            • A. default
                                            • B. catalog_category_view
                                            • C. catalog_category_layered
                                            • D. page_two_columns_left
                                            • Answer : C


                                          Question No : 88 -

                                            • Which file contains the code that renders the grid of products for a page of the catalog?
                                              • A. catalog/product/list.phtml
                                              • B. catalog/product/grid.phtml
                                              • C. catalog/category/list.phtml
                                              • D. catalog/category/grid.phtml
                                              • Answer : A


                                          Question No : 89 -

                                              • If you want to provide an existing custom theme for a mobile device browser, you'll only
                                                have to _____________.
                                                • A. Create a new store for that theme
                                                • B. Configure the setting in main menu "Mobile"
                                                • C. Create an exception under System->Design for an appropriate UserAgent
                                                • D. Create an exception under the System->Configuration "Design" tab for an appropriate UserAgent
                                                • Answer : D


                                          Question No : 90 -

                                                • What type of block is created by the code below?
                                                  Magento certification questions and answers - Question 90
                                                  Magento certification questions and answers - Question 90
                                                  • A. Content block
                                                  • B. Text block
                                                  • C. Structural block
                                                  • D. Bulleted list block
                                                  • E. Navigation block
                                                  • Answer : C


                                          Question No : 91 -

                                          In which of the following directories is a .xml file located?
                                          • A. CSS
                                          • B. Layout
                                          • C. Skin
                                          • D. Template
                                          • Answer : B


                                          Question No : 92 -

                                          • If you open an HTML document with the following code sample in the browser, what will
                                            you see in the text of the two Alerts in the browser?
                                            Magento certification questions and answers - Question 92
                                            Magento certification questions and answers - Question 92

                                            • A. "1" and "1"
                                            • B. "2" and "2"
                                            • C. "1" and "Undefined"
                                            • D. "2" and "false"
                                            • E. "false" and "false"
                                            • F. "Undefined" and "Undefined"
                                            • Answer : B


                                          Question No : 93 -

                                            • Given a configured package tmypackage and a configured theme mytheme, which
                                              THREE of the following templates would be part of the design fallback? (Choose THREE.)
                                              • A. mypackage/default/template/my/template.phtml
                                              • B. base/mytheme/template/my/template.phtml
                                              • C. default/default/template/my/template.phtml
                                              • D. base/default/template/my/template.phtml
                                              • E. default/mytheme/template/my/template.phtml
                                              • F. mypackage/mytheme/template/my/template.phtml
                                              • Answer : A,D,F


                                          Question No : 94 -

                                              • You want to override the lcolumn.phtml file. Which two of the following methods could you
                                                use? (Choose TWO.)
                                                • A. Rename the file in base/default to enable overriding.
                                                • B. Rename the root template configuration in the admin.
                                                • C. Create a file with same file name in the same directory structure as your theme.
                                                • D. Create a file exception in System -> Design, clear cache, and rebuild indexes.
                                                • E. Create a file with different file name and different directory structure; then change the template with the setTemplate method.
                                                • Answer : C,E


                                          Question No : 95 -

                                                • Which of the following is the layout update handle loaded for built-in simple products?
                                                  • A. TYPE_simple
                                                  • B. PRODUCT_TYPE_simple
                                                  • C. PRODUCT_simple
                                                  • D. Simple_product
                                                  • Answer : B


                                          Question No : 96 -

                                          You want to remove the right structural block from a page. Which code should you use?
                                          • A. &lt;remove name= “right”/>
                                          • B. &lt;remove_block name= “right”/>
                                          • C. &lt;remove type=“ right”>
                                          • D. &lt;remove_structure name=“ right”/>
                                          • Answer : A


                                          Question No : 97 -

                                          • A block named newsletter is already defined in the layout XML, as in the example shown
                                            below. The page on which the block is visible has a three-column layout. How can you
                                            move the block from the left column to the right column?
                                            Magento certification questions and answers - Question 97
                                            Magento certification questions and answers - Question 97

                                            Magento certification questions and answers - Question 97-2
                                            Magento certification questions and answers - Question 97-2

                                            • A. Option A
                                            • B. Option B
                                            • C. Option C
                                            • D. Option D
                                            • Answer : B


                                          Question No : 98 -

                                            • You need to add a custom structural block template to a block that will render all children
                                              automatically. Which three attributes are required in the blocks XML definition? (Choose
                                              THREE.)
                                              • A. after
                                              • B. as
                                              • C. before
                                              • D. name
                                              • E. template
                                              • F. type
                                              • Answer : B,D,F


                                          Question No : 99 -

                                              • Which type of block defines the HTML head section of the page, which contains elements
                                                for including JavaScript, CSS, etc.?
                                                • A. core/head
                                                • B. core/template
                                                • C. page/head
                                                • D. page/html_head
                                                • E. page/head_template
                                                • Answer : D


                                          Question No : 100 -

                                                • Which four of the following page elements can be updated from the Magento Admin in
                                                  System-> Configuration-> Design? (Choose FOUR.)
                                                  • A. Breadcrumb Separator
                                                  • B. Copyright
                                                  • C. Favicon
                                                  • D. Logo
                                                  • E. Navigation
                                                  • F. Page Title
                                                  • G. Top Links
                                                  • Answer : B,C,D,F


100+ Magento certification questions and answers - Online exam & PDF 100+ Magento certification questions and answers - Online exam & PDF Reviewed by Vicent Nguyen on February 06, 2018 Rating: 5

3 comments:

  1. Answer of question 6 is wrong, it should be A or B.

    ReplyDelete
  2. For question 6 answer should be A or B not F

    ReplyDelete
    Replies
    1. no, used Overflow:hidden. It will only show 1 line, if it is long it will be hidden. It is true

      Delete

Powered by Blogger.