M70-301 Front End Certified Developer

Loading demo links...

Showing 1–3 of 10 questions

Question 1

In layout XML, which tag attributes are always used when configuring a template block? (Choose THREE.)

Select all that apply, then click Submit answer.

  • as

  • name

  • type

  • value

  • before

  • module

  • template

Question 2

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 block’s XML definition? (Choose THREE.)

Select all that apply, then click Submit answer.

  • after

  • as

  • before

  • name

  • template

  • type

Question 3

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.)

Select all that apply, then click Submit answer.

  • {{order var=customer_lastname}}

  • {{var data=order.customerEmail}}

  • {{var order.customer_lastname}}

  • {{var $order.getCustornerEmail()}}

  • {{var order.getCustomerLastname()}}

  • {{var order.getCustomerFirstname}}