Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Salesforce Certified B2C Commerce Architect (Arch-303)

Last Update 17 hours ago Total Questions : 64

The Salesforce Certified B2C Commerce Architect (Arch-303) content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include B2C-Commerce-Architect practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our B2C-Commerce-Architect exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these B2C-Commerce-Architect sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Salesforce Certified B2C Commerce Architect (Arch-303) practice test comfortably within the allotted time.

Question # 11

A new project for a Client will involve a few different Integrations to their middleware system resulting in four different web services. All will use the same credentials to the middleware. Each will have the same timeout, but will require a separate log file prefix.

How should the Architect set this up with the Service framework using a minimal set of configuration?

A.

Four Service Configurations. Four Service Profiles, One Service Credential

B.

Four Service Configurations. Four Service Profiles, Four Service Credentials

C.

Four Service Configurations. One Service Profile, One Service Credential.

D.

One Service Configuration, Four Service Profiles, One Service Credential.

Question # 12

While validating a LINK Cartridge for inclusion into the solution, an Architect notices that the UNK cartridge documentation requires the Architect to add a script node to a Pipeline in the storefront cartridge. The script is also a valid CommonJS module.

Which approach can the Architect use to Integrate this cartridge into a site that uses Controllers only?

A.

Copy and paste the script that is required directly into the Controller, add the appropriate arguments, then execute the correct method

B.

Add the script that Is required via a require statement In the Controller, add the appropriate arguments, and execute the correct method.

C.

Add the script that is required via a Module, exports statement m the Controller add the appropriate arguments, and execute the correct method.

D.

Add the script that is required via an import$cript statement in the Controller, add the appropriate arguments, and execute the correct method.

Question # 13

A B2C Commerce Developer has just finished implementing a new promotion code form on checkout. During review, an Architect notes that the form it not using CSRF validation correctly.

Which two options are best practice recommendations for dealing with CSRF validation? Choose 2 answers

A.

Ensure the CSRF protection is validated on form submission.

B.

Only use GET methods over HTTPS.

C.

Automatically renew the CSRF Token if expired.

D.

Only use POST methods over HTTPS.

Question # 14

The client provided these business requirements:

• The B2C Commerce platform will integratewith the Client s Order Management System (OMS).

• The OMS supports Integration using REST services.

• The OMS is hosted on the Clients infrastructure.

Whet configurations are needed for this integration with the OMS?

A.

A service configuration, a hostname alias configuration, and a user credential configuration.

B.

A service profile configuration, a WAF configuration, and a service credential configuration.

C.

A service configuration, a service profile configuration, and a user credential configuration.

D.

A service configuration, a service profile configuration, and a service credential configuration.

Question # 15

An Architect to notify by the Business that order conversion dramatically dropped a few hours after go live. Further investigation points out that customers cannot proceed to checkout anymore. The Architect is aware that a custom inventory checks with a third-party API is enforced at the beginning of checkout, and that customers are redirected to the basket page when items are no longer in stock

Which tool can dearly confirm that the problem is indeed caused by the inventory check?

A.

Sales Dashboard from Reports and Dashboards

B.

Service Status from Business Manager

C.

Pipeline Profiler from Business Manager

D.

Realtime Report from Reports and Dashboards

Question # 16

An ecommerce site has dynamic shipping cost calculation. it allows the customers to see their potential shipping costs on the Product Detail Page before adding an item to the cart.

For this feature, shipping touts are calculated using the following logic:

• Set the shipping method on the Basket

• Add the item to the basket, calculate the basket total and get the shipping cost for this method

• Remove the item from the Basket to restore the original state

• The above process is repeated for each shipping method

During the testing it was discovered that the above code violates the spi.basket.addResolveInSameResquest quota.

What should the Architect do to resolve this issue and maintain the business requirement?

A.

Omit the removal of the Item and speed up the process for the customer by adding the product to the basket for them.

B.

Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to

C.

Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.

D.

Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state

Question # 17

A client receives multiple feeds from third parties on the same SFTP location:

• Product prices (sftp: prod/prices)

• Stores information (sftp: prod/stores;

• Product information (sftp: prod/catalog)

• Categories information (sftp: prod/marketing)

• Content (sftp: prod/marketing)

Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.

The Architect decides to have only two jobs:

• One that checks and downloads available feeds every hour

• One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework

Which design is correctfor the import Job, taking the steps scope in consideration?

A.

- four sibling flows execute steps ki parallel: import products, stores, prices, content- fifth flow executes: import categories- last flow executes steps In sequence: reindex

B.

- foursibling flows execute steps in parallel: import products, stores, prices, content- last flow executes steps in sequence import categories, reindex

C.

- three siting flows Import steps In parallel: import products, stores, prices- fourth flow executes: import categories- last flow executes steps in sequece: reindex, Import content

D.

-Four sibling flows execute steps in parallel: import products, stores, price, content-last flow executes steps in sequence: import:categories, reindex

Question # 18

An integration cartridge implements communication between the B2C Commerce Storefront and a third-party service provider. The cartridge contains the localServiceRegistry code:

How does this code sample accomplish authentication to the service provider?

A.

By Issuing a Basic Auth request to the service provider.

B.

By performing a signed SOAP Auth request using a certificate.

C.

By wrapping the authentication service call with Basic Auth.

D.

By disabling Basic Auth and executing the service authentication call.

Question # 19

An Order Management System (OMS) handles orders from multiple brandspecific sites, as part of the processing, the OMS sends the processing detail to be added at notes to the orders in B2C Commerce. These processing details are captured temporarily in custom objects, and are later processed by a batch Job that:

• Processes the custom object to extract the orderid and note data.

• Tries to load the order.

• If the order is not found, it deletes the custom object and moves on.

• If the order is found, it updates notes In the Order, upon successful update of this order, it deletes the custom object.

There is an Issue reported that the job is constantly failing and custom objects are growing in number. On investigating the production look the message below is being logged on each failure:

What are three solution The Architect can take to fix this issue without losing meaningful data?

Choose 3 answers

A.

Take the backup of the Order as XML and delete the Order to ensure on the next job run, the custom objects are getting processed.

B.

Using BM site import/export, softenthe < quota id=’’object.orderPo.relation,notes’’ > < custom-action > warn < custom-action > < /quots > to make sure that neither order notes are lost and custom object is processed.

C.

Take the backup of the custom object and delete the custom object to ensure on the next job run the custom objects are getting processed.

D.

Engage B2C Commerce Support Team to soften the quota limit for ‘’object.OrderPO.relation.notes’’

E.

Take the backup of the Order as XML and delete the notes from Order to ensure on the next jobrun the custom objects are getting processed.

Go to page: