AD0-E710 Adobe Commerce Front-End Developer Expert

Loading demo links...

Showing 4–6 of 10 questions

Question 4

An Adobe Commerce developer has been asked to customize a product page layout. What are two valid layout handles? (Choose two.)

Select all that apply, then click Submit answer.

  • catalog_product_view_type_[product name]

  • catalog_product_view_name_[product name]

  • catalog_product_view

  • catalog_product_view_id_[id]

Question 5

An Adobe Commerce developer has found following code in the template:

getTitle( )?>

Keeping security in mind, what are two ways to improve this code? (Choose two.)

Select all that apply, then click Submit answer.

  • escape($block->getTitle()) ?>

  • escapeHtml($block->getTitle()) ?>

  • getTitleHtml ( )?>

  • getTitleHtml ( )?>

Question 6

An Adobe Commerce developer created a new CMS page and set the page title as 'My Custom Page". The page must be accessible at the URL /custom_page. Which CMS page configuration do they set to make the page accessible at /custom_page ?

Select an option, then click Submit answer.

  • Under 'Page in Websites', they set the "URL' field as "custom.page".

  • Under 'Search Engine Optimization", they set the "URL Key' field as "custom_page".

  • Under "Content", they set the "Path" field as "custom_page".