Exam4Training

Adobe AD0-E711 Adobe Commerce Developer Professional Online Training

Question #1

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

  • A . Date
  • B . Date and Time
  • C . Schedule
  • D . Timezone

Reveal Solution Hide Solution

Correct Answer: B,D
Question #2

Which index mode is valid?

  • A . Update on refresh
  • B . Update on Invalidate
  • C . Update on save

Reveal Solution Hide Solution

Correct Answer: C
Question #3

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?

  • A . Magento_Quote/js/model/model
  • B . Mag ento_Checkout/Js/model/quote
  • C . Magonto_Checkout/Js/model/quote shipping-address

Reveal Solution Hide Solution

Correct Answer: C
Question #4

A developer would like lo initialize a theme in Adobe Commerce Which two files are required to complete this task? (Choose two.)

  • A . com poser, json
  • B . theme.xml
  • C . registration.php
  • D . theme.less

Reveal Solution Hide Solution

Correct Answer: B,C
Question #5

A developer needs to configure a page to use the single-column layout .

Which XML code performs this task?

  • A . <action method-"set template"><template>page/1 column.phtml</template></action>
  • B . <action method="set Template">page/1 column.phlml</action>
  • C . <action method=”setTemplate"><page>1cournn.phtml</page></action>

Reveal Solution Hide Solution

Correct Answer: A
Question #6

A JavaScript library, made by a front-end developer, needs to be connected to a single custom page. A method (rom this library must also be called to initialize it. The decision is made to add this JavaScript snippet directly to the PHTML page template.

Which function should be used to complete this task?

  • A . Use the "require" function. because it is used to run the code immediately.
  • B . Use a Text/x-magento-init" script block, and then put the initialization JavaScript snippet into It.
  • C . Use the "define" function, because it is used to define modules for further usage.

Reveal Solution Hide Solution

Correct Answer: B
Question #7

Which method type can be intercepted by plugins?

  • A . static
  • B . public
  • C . final

Reveal Solution Hide Solution

Correct Answer: B
Question #8

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

  • A . Based on the types of values they contain
  • B . Based on all numeric values being stored in one table while text values are stored in the other
  • C . Based on the sizes of values they contain

Reveal Solution Hide Solution

Correct Answer: A
Question #9

Which file is used to add a custom router class to the list of routers?

  • A . config.xml
  • B . routes.xml
  • C . dl.xml

Reveal Solution Hide Solution

Correct Answer: C
Question #10

How should a CMS page only be made available for specific websites/store views?

  • A . In the CMS Page admin form, select desired website/store view m the store view list under the "Page in websites" fieldset.
  • B . In the store configuration, add the Id of each page that needs to be displayed In a different scope than global.
  • C . In the CMS page admin grid, select desired pages, and update the scope using the mass action.

Reveal Solution Hide Solution

Correct Answer: B

Question #11

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

  • A . pub/
  • B . app/
  • C . bin/

Reveal Solution Hide Solution

Correct Answer: A
Question #12

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

  • A . custom
  • B . user_defined
  • C . system

Reveal Solution Hide Solution

Correct Answer: A
Question #13

Which action, if any, should be taken to forbid Adobe Commerce Admin from performing specific actions?

  • A . Enable custom roles In the store configuration, and assign admin user ID(s).
  • B . Create a new user role with custom defined resources, and assign It to the admin user.
  • C . This action cannot be taken since all admin users must have full access.

Reveal Solution Hide Solution

Correct Answer: B
Question #14

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)

  • A . Option A
  • B . Option B
  • C . Option C

Reveal Solution Hide Solution

Correct Answer: A
Question #15

Under which section should the soft dependency for a module be listed in app/code/<Vendor>/<Module>/composer.json file?

  • A . soft’: {
    }
    ”optional”:{
  • B . }
    ”Suggest": {
  • C . }

Reveal Solution Hide Solution

Correct Answer: C
Question #16

How should a record be removed from a database which is using a model that was inherited from the MagentoFrameworkModelAbstractModel class?

  • A . Call the "unset" method on this model object
  • B . Call the "delete" method on this model object
  • C . Call the "remove" method on this model object

Reveal Solution Hide Solution

Correct Answer: B
Question #17

Which feature should a developer enable if a B2B buyer wants to negotiate the product price from a shopping cart?

  • A . B2B Quote
  • B . B2B Bid
  • C . B2B Propose price

Reveal Solution Hide Solution

Correct Answer: A
Question #18

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

  • A . $.trans( ‘<string>’)
  • B . $.image._C<string>’);
  • C . translate(‘<string>’); define (( ‘jquery1,
  • D . ‘mage/Translate’ 1, function ($, $t) {…});

Reveal Solution Hide Solution

Correct Answer: B,D
Question #19

What is the default store ID for the admin panel?

  • A . 1
  • B . -1
  • C . 0

Reveal Solution Hide Solution

Correct Answer: C
Question #20

How can a developer turn off all store view options and scope indicators for a single-store installation?

  • A . Remove all websites, stores, and store views.
  • B . Change the application mode to ”production".
  • C . Set the ‘Enable Single-Store Mode’ configuration setting to "Yes".

Reveal Solution Hide Solution

Correct Answer: C
Exit mobile version