Free AD0-E717 Exam Braindumps (page: 7)

Page 7 of 20

Which CLI command should be used to determine that static content signing is enabled?

  1. bin/magento config:show dev/static/status
  2. bin/magento config:show dev/static/sign
  3. bin/magento config:show dev/static/sign/status

Answer(s): C

Explanation:

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?

  1. Specify the forward action in the controllerjorward.xml configuration file.
  2. Implement a forwardToAction method in the controller, and return the action where the request should be forwarded.
  3. Return the forward object with action as an argument in the object's forward method

Answer(s): C

Explanation:

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.


Reference:

[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?

  1. The attribute must be moved to the specific group in the attribute set
  2. The attribute property "Use in Product Tab' must be set to "yes"
  3. The attribute property "Visible on Catalog Pages on Storefront" must be set to "yes".

Answer(s): C

Explanation:

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.)

  1. Timezone
  2. Schedule
  3. Date and Time
  4. Date

Answer(s): C,D

Explanation:

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.


Reference:

[Adobe Commerce User Guide - Create a product attribute]



Page 7 of 20



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