ExamGecko
Home / Adobe / AD0-E717 / List of questions
Ask Question

Adobe AD0-E717 Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

Which Adobe Commerce table stores all cron data?

schedule
schedule
cronjob
cronjob
cron_schedule
cron_schedule
Suggested answer: C

Explanation:

The cron_schedule table stores all cron data in Adobe Commerce. It contains information about the cron jobs that are scheduled to run, as well as the time and date they are scheduled to run.

asked 02/10/2024
Venkataramanan R
32 questions

Question 22

Report
Export
Collapse

Which method type can be intercepted by plugins?

final
final
static
static
public
public
Suggested answer: C

Explanation:

Only public methods can be intercepted by plugins. This is because plugins are essentially extensions of Magento classes, and they can only modify the behavior of public methods.

asked 02/10/2024
Oleksii Ivanov
45 questions

Question 23

Report
Export
Collapse

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

define ([ 'jquery, 'mage/translate' ), function ($, $t) {.;
define ([ 'jquery, 'mage/translate' ), function ($, $t) {.;
$ trans( ,<string>')
$ trans( ,<string>')
$.mage._('<string>);
$.mage._('<string>);
translate('<string>');
translate('<string>');
Suggested answer: A, C

Explanation:

To translate strings added in JS files, the developer needs to do the following:

Import themage/translatemodule.

Use thetranslate()function to translate the string.

asked 02/10/2024
Alajauan Adams
35 questions

Question 24

Report
Export
Collapse

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

Pub/
Pub/
app/
app/
bin/
bin/
Suggested answer: A

Explanation:

The Pub/ directory is the recommended webroot for the web server in Magento. This is because it contains all of the static content that is used by the Magento store, such as images, CSS, and JavaScript files.

asked 02/10/2024
Olive Wang
39 questions

Question 25

Report
Export
Collapse

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

bin/magento config:show dev/static/status
bin/magento config:show dev/static/status
bin/magento config:show dev/static/sign
bin/magento config:show dev/static/sign
bin/magento config:show dev/static/sign/status
bin/magento config:show dev/static/sign/status
Suggested answer: C

Explanation:

Thebin/magento config:show dev/static/sign/statusCLI 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

asked 02/10/2024
Franklin Adama
45 questions

Question 26

Report
Export
Collapse

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?

Specify the forward action in the controllerjorward.xml configuration file.
Specify the forward action in the controllerjorward.xml configuration file.
Implement a forwardToAction method in the controller, and return the action where the request should be forwarded.
Implement a forwardToAction method in the controller, and return the action where the request should be forwarded.
Return the forward object with action as an argument in the object's forward method
Return the forward object with action as an argument in the object's forward method
Suggested answer: 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.

Verified

Reference: [Adobe Commerce Developer Guide - Forward action result]

asked 02/10/2024
Petros Kapouleas
46 questions

Question 27

Report
Export
Collapse

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 attribute must be moved to the specific group in the attribute set
The attribute must be moved to the specific group in the attribute set
The attribute property 'Use in Product Tab' must be set to 'yes'
The attribute property 'Use in Product Tab' must be set to 'yes'
The attribute property 'Visible on Catalog Pages on Storefront' must be set to 'yes'.
The attribute property 'Visible on Catalog Pages on Storefront' must be set to 'yes'.
Suggested answer: 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.

asked 02/10/2024
Nidal Allamadani
45 questions

Question 28

Report
Export
Collapse

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

Timezone
Timezone
Schedule
Schedule
Date and Time
Date and Time
Date
Date
Suggested answer: 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.

Verified

Reference: [Adobe Commerce User Guide - Create a product attribute]

asked 02/10/2024
Henry Hendricks
26 questions

Question 29

Report
Export
Collapse

Which two attribute input types does Magento already have by default? (Choose two.)

Multiple Select
Multiple Select
Text Field
Text Field
Geographic coordinate
Geographic coordinate
Numeric Field
Numeric Field
Suggested answer: A, B

Explanation:

The two attribute input types that Adobe Commerce already has by default are Multiple Select and Text Field. Multiple Select allows the user to select multiple values from a list of options. Text Field allows the user to enter text in a single line.

The Geographic coordinate and Numeric Field input types do not exist in Adobe Commerce.

Verified

Reference: [Adobe Commerce User Guide - Create a product attribute]

asked 02/10/2024
RANA MANSOUR
33 questions

Question 30

Report
Export
Collapse

How are multiple EAV attributes belonging to the same entity grouped in the database?

Based on the sizes of values they contain
Based on the sizes of values they contain
Based on all numeric values being stored in one table while text values are stored in the other
Based on all numeric values being stored in one table while text values are stored in the other
Based on the types of values they contain
Based on the types of values they contain
Suggested answer: C

Explanation:

Multiple EAV attributes belonging to the same entity are grouped in the database based on their data types, such as datetime, decimal, int, text, or varchar. For example, all attributes with datetime values are stored in one table, while all attributes with text values are stored in another table.

The sizes or numeric/text values of attributes do not determine how they are grouped in the database.

Verified

Reference: [Adobe Commerce Developer Guide - EAV data model]

asked 02/10/2024
Laurence Peterson
34 questions
Total 77 questions
Go to page: of 8

Related questions