Adobe AD0-E711 Adobe Commerce Developer Professional Exam Practice Test

Page: 1 / 14
Total 60 questions
Question 1

A merchant sells products in Euro currency. The merchant wants to show prices in other currencies. What is the scope of the default display currency?



Answer : C

The display currency scope is Store view. In Magento, you can set the default display currency for each store view, allowing merchants to show prices in different currencies for different store views.


Question 2

A developer is making customizations in the checkout, and access to the quote's shipping address is needed. Which file provides the shipping address of the current quote?



Answer : B

The file Magento_Checkout/Js/model/quote provides the shipping address of the current quote. It contains the necessary methods to retrieve and manipulate the quote's shipping address data.


Question 3

A developer needs to add additional validation that would be triggered before order placement and decides to use checkout_index_index.xml to declare a custom validation is component. Which checkout step in checkout_index_index.xml is used to complete this task?



Answer : B

To add additional validation before order placement, the developer should use the 'review-step' in checkout_index_index.xml. This step is the last step before order placement, where the custom validation component can be declared and triggered.


Question 4

A client would like to add an image icon in front of the telephone field to the shipping address form on a checkout page. What is the correct way to modify the Ul component to set a custom template file for the field?

A)

B)

C)



Answer : A


Question 5

What is the length of the generated coupons if the developer has enabled the Auto Generate Coupon feature and has set the coupon prefix = NEWYEAR, coupon quantity = 5, and coupon length = 12?



Answer : C

The length of the generated coupons will be 17. The coupon prefix 'NEWYEAR' has 7 characters, and the coupon length is set to 12, so the total length will be 7 (prefix) + 12 (coupon length) = 17.


Question 6

Which attribute option enables Adobe Commerce to distinguish between built-in attributes and the attributes created by the developer?



Answer : B

The 'user_defined' attribute option enables Adobe Commerce to distinguish between built-in attributes and the attributes created by the developer. Built-in attributes have 'user_defined' set to false, while custom attributes created by developers have 'user_defined' set to true.


Question 7

A merchant is running an Adobe Commerce store, and there are two active store views for the English and German languages. A developer is creating an attribute programmatically and needs to make sure the attribute can have value tor both store views.

Which value must the attribute property "global'' have to complete this task?



Answer : B

To make sure the attribute can have values for both store views, the attribute property 'global' must have the value 'Store'. This allows the attribute to have different values for each store view. Reference: https://devdocs.magento.com/guides/v2.4/extension-dev-guide/attributes.html#attribute-scope


Page:    1 / 14   
Total 60 questions