Which two options should the Architect consider to meet these requirements?

An Adobe Commerce Architect needs to scope a bespoke news section for a merchant's Adobe Commerce storefront. The merchant's SEO agency requests that the following URL structure: news/{date}/{article_url_key}l where {date} is the publication date of the article, and {article_url_key} is the URL key of the article. The Architect scopes that...

March 30, 2023 No Comments READ MORE +

Which two steps should the Architect recommend to the developer to resolve this issue?

A merchant notices that product price changes do not update on the storefront. The index management page in the Adobe Commerce Admin Panel shows the following: • All indexes are set to 'update by schedule' • Their status is 'ready' • There are no items in the backlog • The...

March 28, 2023 No Comments READ MORE +

Which two steps should the Architect make to meet this requirement?

In a custom module, an Architect wants to define a new xml configuration file. The module should be able to read all the xml configuration files declared in the system, merge them together, and use their values in PHP class. Which two steps should the Architect make to meet this...

March 27, 2023 No Comments READ MORE +

What prevented the value type of field my_attribute from changing?

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_atcribute, but returns an mc value. The Architect wants this...

March 25, 2023 No Comments READ MORE +

How should the Architect make sure that test configuration data is added to test methods according to best practices?

An Adobe Commerce Architect creates a new functionality called Customs Fee, which adds a new total that applies to additional costs for handling customs clearance expenses. The extension allows specifying fee value for every website separately via the Adobe Commerce Configuration System. The Architect plans to cover new functionality with...

March 24, 2023 No Comments READ MORE +

Which two steps must be taken to fix this issue?

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...

March 22, 2023 No Comments READ MORE +

Which solution should the Architect implement?

An Adobe Commerce Architect needs to customize the workflow of a monthly installments payment extension. The extension is from a partner that is contracted with the default website PSR which has its own legacy extension (a module using deprecated payment method). The installment payment partner manages only initializing a payment,...

March 21, 2023 No Comments READ MORE +

Which three AMQP configurations should be considered to meet these requirements?

An Architect is working to implement Adobe Commerce into a pre-built ecosystem in a company. Communication between different company domains uses event-driven design and is driven via AMQP protocol with usingRabbitMQ. The Architect needs to establish the data flow between the ERP system and Adobe Commerce. The ERP system stores...

March 21, 2023 No Comments READ MORE +

Which three steps can the Architect take to ensure validation of the configuration files with unique validation rules for the individual and merged files?

An Adobe Commerce Architect is working on a scanner that will pull prices from multiple external product feeds. The Architect has a list of vendors and decides to create new config file marketplacejeeds.xml. Which three steps can the Architect take to ensure validation of the configuration files with unique validation...

March 21, 2023 No Comments READ MORE +

How should this customization be done?

An Adobe Commerce Architect gets a request to change existing payment gateway functionality by allowing voided transactions only for a certain range of paid amounts. In the vendor module file etc/config.xml,payment method has an option can,_voidsetto 1. How should this customization be done?A . Extend MagentoPaymentModel\MethodAdapter and reimplement method void....

March 21, 2023 No Comments READ MORE +