Question 1
An Adobe Commerce developer wants to determine which template is rendering a specific element on the storefront. Which two methods can they use to turn on template hints? (Choose two.)
Question 2
By creating a Custom_Module, an Adobe Commerce Developer has implemented a new Page Builder viewport for tablet devices but the viewport's tablet selector button is missing.
The button .svg has been properly added to the path: CustomJ^odule/web/css/images/switcher/switcher-tablet
.svg. How the developer would implement the viewport button icon?
A)
By setting the node icon in the theme's etc/view.xml file for the respective viewport configuration data.

B)
By setting the node button-image in the theme's etc/view.xml file for the respective viewport configuration data.

C)By adding the node image in the theme's etc/viewport.xml file for the respective viewport configuration data.

D)
By adding the node image in the theme's etc/viewport.xml file for the respective viewport configuration data.

The button .svg has been properly added to the path: CustomJ^odule/web/css/images/switcher/switcher-tablet
.svg. How the developer would implement the viewport button icon?
A)
By setting the node icon in the theme's etc/view.xml file for the respective viewport configuration data.

B)
By setting the node button-image in the theme's etc/view.xml file for the respective viewport configuration data.

C)By adding the node image in the theme's etc/viewport.xml file for the respective viewport configuration data.

D)
By adding the node image in the theme's etc/viewport.xml file for the respective viewport configuration data.

Question 3
An Adobe Commerce developer is working on a custom knockout Ul component and they need to add the text Happy Birthday. to be translated inside an .html template.
How would the developer add the text?
How would the developer add the text?
Question 4
An Adobe Commerce developer was asked to customize a JavaScript component which is written as a function. How would the developer extend the native JavaScript function?
Question 5
When using Grunt, which CLI command is used to track changes in the source files and recompiles CSS files?
