Magento M70-301 - Front End Certified Developer Exam

Page:    1 / 22   
Total 107 questions

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

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

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

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

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

Page:    1 / 22   
Total 107 questions