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 displayed In a different scope than global.
C. In the CMS page admin grid, select desired pages, and update the scope using the mass action.

Answer: B

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 complete this task?
A . Use the "require" function. because it is used to run the code immediately.
B. Use a Text/x-magento-init" script block, and then put the initialization JavaScript snippet into It.
C. Use the "define" function, because it is used to define modules for further usage.

Answer: B

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 object

Answer: B