Which CLI command should be used to determine that static content signing is enabled?
Answer(s): C
The bin/magento config:show dev/static/sign/status CLI command can be used to determine if static content signing is enabled in Magento. If static content signing is enabled, the output of the command will include the following message:static content signing is enabled
A developer is working on a task that includes a custom controller creation. A controller should forward the request to a different action.How can the developer complete this task?
To forward the request to a different action, the developer can use the following code in the controller:return $resultForward->forward(`action');where $resultForward is an instance of \Magento\Framework\Controller\Result\ForwardInterface and `action' is the name of the action where the request should be forwarded.There is no controllerjorward.xml configuration file or forwardToAction method in Adobe Commerce.
[Adobe Commerce Developer Guide - Forward action result]
A product has been added to the Adobe Commerce Store, and it contains a value for the custom product attribute. A merchant reports that the attribute value is not displayed in the Additional Information tab on the product detail page.Which action will correct this problem?
The "Visible on Catalog Pages on Storefront" attribute property determines whether or not the attribute value is displayed in the Additional Information tab on the product detail page. If this property is set to "no", the attribute value will not be displayed.
Which two attribute input types can be used for a date? (Choose two.)
Answer(s): C,D
The two attribute input types that can be used for a date are Date and Time and Date. These input types allow the user to select a date or a date and time from a calendar widget.The Timezone and Schedule input types do not exist in Adobe Commerce.
[Adobe Commerce User Guide - Create a product attribute]
Post your Comments and Discuss Adobe AD0-E717 exam with other Community members:
Christine commented on November 06, 2024 Good for practice Anonymous upvote
Xiching commented on August 20, 2024 Thank you for publishing these questions. I assisted me to pass my exam. China upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the AD0-E717 content, but please register or login to continue.