How should a CMS page only be made available for specific websites/store views?

How should a CMS page only be made available for specific websites/store views?A . In the CMS Page admin form, select desired website/store view m the store view list under the "Page in websites" fieldset. B. In the store configuration, add the Id of each page that needs to be...

September 24, 2022 No Comments READ MORE +

Which XML code performs this task?

A developer needs to configure a page to use the single-column layout . Which XML code performs this task?A . <action method-"set template"><template>page/1 column.phtml</template></action> B. <action method="set Template">page/1 column.phlml</action> C. <action method=''setTemplate"><page>1cournn.phtml</page></action>View AnswerAnswer: A

September 24, 2022 No Comments READ MORE +

What is the default store ID for the admin panel?

What is the default store ID for the admin panel?A . 1 B. -1 C. 0View AnswerAnswer: C

September 22, 2022 No Comments READ MORE +

A developer would like lo initialize a theme in Adobe Commerce Which two files are required to complete this task? (Choose two.)

A developer would like lo initialize a theme in Adobe Commerce Which two files are required to complete this task? (Choose two.)A . com poser, json B. theme.xml C. registration.php D. theme.lessView AnswerAnswer: B,C

September 21, 2022 No Comments READ MORE +

Which function should be used to complete this task?

A JavaScript library, made by a front-end developer, needs to be connected to a single custom page. A method (rom this library must also be called to initialize it. The decision is made to add this JavaScript snippet directly to the PHTML page template. Which function should be used to...

September 20, 2022 No Comments READ MORE +

Which two actions will the developer need to take to translate strings added in JS files? (Choose two.)

Which two actions will the developer need to take to translate strings added in JS files? (Choose two.)A . $.trans( '<string>') B. $.image._C<string>'); C. translate('<string>'); define (( 'jquery1, D. 'mage/Translate' 1, function ($, $t) {...});View AnswerAnswer: B,D

September 18, 2022 No Comments READ MORE +

Which index mode is valid?

Which index mode is valid?A . Update on refresh B. Update on Invalidate C. Update on saveView AnswerAnswer: C

September 17, 2022 No Comments READ MORE +

Which two attribute input types can be used for a date? (Choose two.)

Which two attribute input types can be used for a date? (Choose two.)A . Date B. Date and Time C. Schedule D. TimezoneView AnswerAnswer: B,D

September 17, 2022 No Comments READ MORE +

Which Magento project directory is the recommended webroot for the web server?

Which Magento project directory is the recommended webroot for the web server?A . pub/ B. app/ C. bin/View AnswerAnswer: A

September 17, 2022 No Comments READ MORE +

How should a record be removed from a database which is using a model that was inherited from the MagentoFrameworkModelAbstractModel class?

How should a record be removed from a database which is using a model that was inherited from the MagentoFrameworkModelAbstractModel class?A . Call the "unset" method on this model object B. Call the "delete" method on this model object C. Call the "remove" method on this model objectView AnswerAnswer: B

September 16, 2022 No Comments READ MORE +