Curious about Actual Adobe Commerce (AD0-E717) Exam Questions?

Here are sample Adobe Commerce Developer Professional (AD0-E717) Exam questions from real exam. You can get more Adobe Commerce (AD0-E717) Exam premium practice questions at TestInsights.

Page: 1 /
Total 77 questions
Question 1

Which characteristic is associated with a persistent cart?


Correct : C

A persistent cart is a cookie that is stored on the customer's computer. This cookie allows the customer to continue shopping even if they close their browser. If the customer is logged in, the persistent cookie will remain active even if the session cookie expires.

Associated with a persistent cart in Adobe Commerce is the characteristic that while the customer is logged in, if the session cookie expires, the persistent cookie will remain active. This ensures that the customer's shopping cart is preserved even if they have been inactive and the session has expired. The persistent cookie allows the cart to be restored when the customer returns to the store.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 2

A developer is investigating a problem with the shopping cart. Some of the cart records in the database are being checked. Which table should the developer check?


Correct : C

A quote is a temporary object that represents the customer's shopping cart before it is converted into an order1.A quote can be created by a guest or a registered customer, and it can be active or inactive depending on whether the customer has completed the checkout process or not2.

The quote table stores the basic information about the quote, such as the customer ID, email, currency, subtotal, grand total, shipping method, payment method, and so on2.Each row in the quote table corresponds to one quote object, identified by a unique entity ID2.

The quote item table stores the details of each product added to the quote, such as the product ID, SKU, name, price, quantity, discount amount, tax amount, and so on2.Each row in the quote item table corresponds to one quote item object, identified by a unique item ID2.A quote item object is associated with a quote object by the quote ID column in the quote item table2.

When a customer adds a product to the cart, Magento creates or updates a quote object and a quote item object for that product.The quote object is initialized by the Magento\Quote\Model\Quote class, which implements the Magento\Quote\Api\Data\CartInterface interface3.The quote item object is initialized by the Magento\Quote\Model\Quote\Item class, which implements the Magento\Quote\Api\Data\CartItemInterface interface3.

Magento uses various classes and interfaces to manipulate the quote and quote item objects, such as the Magento\Quote\Model\QuoteRepository class, which implements the Magento\Quote\Api\CartRepositoryInterface interface for saving and retrieving quotes from the database3, and the Magento\Quote\Model\QuoteManagement class, which implements the Magento\Quote\Api\CartManagementInterface interface for creating and submitting quotes to orders3.

Magento also uses various events and observers to perform additional actions on the quote and quote item objects, such as applying discounts, calculating taxes, validating stock availability, and so on. Some of these events are: sales_quote_add_item, sales_quote_collect_totals_before, sales_quote_collect_totals_after, sales_quote_save_before, sales_quote_save_after, sales_model_service_quote_submit_before, sales_model_service_quote_submit_after.

Magento provides various APIs for interacting with the quote and quote item objects, such as the Magento\Quote\Api\CartManagementInterface API for creating empty carts and placing orders from carts, the Magento\Quote\Api\CartItemRepositoryInterface API for adding, updating, and removing items from carts, and the Magento\Quote\Api\CouponManagementInterface API for managing coupons for carts.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 3

Which action, if any, can be taken to change the URL key of the product?


Correct : C

The URL key of a product is the text that is used to generate the product's URL. This text can be set by the merchant in the product admin form.

The URL key of a product in Adobe Commerce can be changed in the product admin form under the 'Search Engine Optimization' fieldset. Here, the URL key can be set or edited manually, allowing for customization beyond the automatically generated value. This field is typically used to ensure that the product URL is search-engine friendly and relevant to the product.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 4

Which action, if any, should be taken to enable filtering by attribute in the category's layered navigation?


Correct : A

To enable filtering by attribute in a category's layered navigation, you should set the category's 'Is Anchor' setting to 'Yes'. This setting is found in the category's display settings within the admin panel. When a category is set as 'Anchor', Magento will automatically include filtering options in the layered navigation block for all attributes that are configured to be used in layered navigation.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 5

A developer is tasked with creating a new feature in an Adobe Commerce Cloud project. The developer decides to create an integration environment for a better development process.

Which Cloud CLI for Commerce command would the developer use?


Correct : A

The Cloud CLI for Commerce command that a developer would use to create an integration environment for a better development process is magento-cloud environment:branch <environment-name> . This command creates a new branch in the Git repository and a new environment in the Cloud project, using the specified parent environment as a base. The new environment inherits the code, data, and media files from the parent environment.

To create a new integration environment for development in an Adobe Commerce Cloud project, the developer would use the Cloud CLI for Commerce command: magento-cloud environment:branch <environment-name> . This command creates a new environment by branching from the specified parent environment, providing a separate environment for developing new features or testing without affecting the live site.


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Page:    1 / 16   
Total 77 questions