Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Adobe AD0-E718 Exam Actual Questions

The questions for AD0-E718 were last updated on May 14, 2024.
  • Viewing page 1 out of 13 pages.
  • Viewing questions 1-4 out of 50 questions

Topic 1 - Exam A

Question #1 Topic 1

A company wants to build an Adobe Commerce website to sell their products to customers in their country. The taxes in their country are highly complex and require customization to Adobe Commerce. An Architect is trying to solve this problem by creating a custom tax calculator that will handle the calculation of taxes for all orders in Adobe Commerce.
How should the Architect add the taxes for all orders?

  • A. Write a before plugin to \Magento\Quote\Model\QuoteManagement::placeOrder() and add the custom tax to the quote
  • B. Declare a new total collector in “etc/sales.xml” in a custom module
  • C. Add a new observer to the event “sales_quote_collect_totals_before” and add the custom tax to the quote
Reveal Solution Hide Solution   Discussion   5

Correct Answer: A 🗳️

Question #2 Topic 1

An Adobe Commerce Architect needs to log the result of a ServiceClass::getData method execution after all plugins have executed. The method is public, and there are a few plugins declared for this method. Among those plugins are after and around types, and all have sortOrder specified.
Which solution should be used to meet this requirement?

  • A. Declare a new plugin with the sortOrder value higher than the highest declared plugin sortOrder and implement afterGetData method.
  • B. Declare a new plugin with the sortOrder value lower than the lowest declared plugin sortOrder and implement aroundGetData method.
  • C. Declare a new plugin with the sortOrder value higher than the highest declared plugin sortOrder and implement aroundGetData method.
Reveal Solution Hide Solution   Discussion   3

Correct Answer: C 🗳️

Question #3 Topic 1

An Adobe Commerce Architect is asked by a merchant using B2B features to help with a configuration issue.
The Architect creates a test Company Account and wants to create Approval Rules for orders. The Approval Rules tab does not appear in the Company section in the Customer Account Menu when the Architect logs in using the Company Administrator account.
Which two steps must be taken to fix this issue? (Choose two.)

  • A. Set ‘Enable Purchase Orders’ in the B2B Admin to TRUE
  • B. Merchant needs to log out of frontend and then log back in to load new permissions
  • C. Set ‘Enable Purchase Orders’ on the Company Record to TRUE
  • D. Make sure that the ‘Purchase Order’ payment method is active
  • E. Set ‘Enable B2B Quote’ in the B2B Admin to TRUE
Reveal Solution Hide Solution   Discussion   1

Correct Answer: AC 🗳️

Question #4 Topic 1

An external system integrates functionality of a product catalog search using Adobe Commerce GraphQL API. The Architect creates a new attribute my_attribute in the admin panel with frontend type select.
Later, the Architect sees that ProductInterface already has the field my_attribute, but returns an Int value. The Architect wants this field to be a new type that contains both option id and label.
To meet this requirement, an Adobe Commerce Architect creates a new module and file etc/schema.graphqls that declares as follows:

After calling command setup:upgrade, the introspection of ProductInterface field my_attribute remains Int.
What prevented the value type of field my_attribute from changing?

  • A. The fields of ProductInterface are checked during processing schema.graphqls files. If they have a corresponding attribute, then the backend_type of product attribute is set for field type.
  • B. The interface ProductInterface is already declared in Magento_CatalogGraphQl module. Extending requires use of the keyword extend before a new declaration of ProductInterface.
  • C. The Magento_CatalogGraphQl module occurs later in sequence than the Magento_GraphQl module and merging output of dynamic attributes schema reader overrides types declared in schema.graphqls.
Reveal Solution Hide Solution   Discussion   2

Correct Answer: B 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...