March Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Salesforce Certified B2C Commerce Architect (SP23) Question and Answers

Salesforce Certified B2C Commerce Architect (SP23)

Last Update Mar 29, 2024
Total Questions : 64

We are offering FREE B2C-Commerce-Architect Salesforce exam questions. All you do is to just go and sign up. Give your details, prepare B2C-Commerce-Architect free exam questions and then go for complete pool of Salesforce Certified B2C Commerce Architect (SP23) test questions that will help you more.

B2C-Commerce-Architect pdf

B2C-Commerce-Architect PDF

$35  $99.99
B2C-Commerce-Architect Engine

B2C-Commerce-Architect Testing Engine

$42  $119.99
B2C-Commerce-Architect PDF + Engine

B2C-Commerce-Architect PDF + Testing Engine

$56  $159.99
Questions 1

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?

Options:

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.

Discussion 0
Questions 2

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?

Options:

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

Discussion 0
Questions 3

A company that is a shoe-producer is doing Salesforce B2C Commerce implementation. In their Enterprise Resource Warning (ERP) system, the products are marked as being one of three types: boots, sandals, and sneakers. The business requirements based on the type are:

• The messaging on Product Detail page is different

• Customers are able to filler their Product Search Results

The customer's operations team asks about the format in which to send this value in the catalog.

Which data type should the Architect specify for this attribute In the Data Mapping document?

Options:

A.  

A custom attribute of type string containing comma separated values.

B.  

A custom attribute type set-of-string containing multiple values.

C.  

A custom attribute of type enum-of-string (multiselect able value).

D.  

A custom attribute of type enum-of-string selectable value)

Discussion 0
Questions 4

Northern Trail Outfitters (NTO) wants to migrate its online shoo from a custom ecommerce platform to B2C Commerce. NTO needs to migrate several thousands of customer records profile information, address book). WTO can provide a B2C Commerce feed. It is currently using SHA-2S6 as an encryption mechanism for the customer passwords.

What approach can the Architect propose?

Options:

A.  

Import the customer records, including the hashed password, as B2C Commerce supports SHA-2S6, and they will be able to login with their existing password.

B.  

Do not import customer records and asks customers to create new accounts the first fame they try to log in to the B2C Commerce storefront.

C.  

Import the customer records, excluding the password field, and B2C Commerce will automatically require a password reset the first time a customer logs m to the storefront.

D.  

Import the customer records, with the hashed password as a custom attribute, and during the login compare the entered password with the hashed password and save it in the password field.

Discussion 0
Questions 5

A developer is remotely fetching the reviews for a product.

Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?

Options:

A.  

Cache the HTTP service request

B.  

Remote include with caching only the reviews

C.  

Use custom cache

D.  

Cached remote include with cache of the HTTP service

Discussion 0
Questions 6

The Client plans to deploy a new payment provider and Order Management System on its existing B2C Commerce website. They have asked an Architect to advise which environment it should use to conduct load testing of its new integrations.

Which environment should be used as the ideal environment for this kind of load test?

Options:

A.  

The Development Instance of a rental Realm.

B.  

The Development Instance of the existing Realm.

C.  

The Production instance of the existing Realm.

D.  

The Production Instance of a rental Realm.

Discussion 0
Questions 7

A business wants to migrate its customer service provider from provider A to provider B. Provider e offers a LINK cartridge to integrate with its commerce solution.

Which three artifacts need to be created by the Architect? Choose 3 answers

Options:

A.  

Document the design of implementing a new B2C Commerce cartridge following the Industry standard best practices

B.  

Document the data objects, the interface, and data synchronization frequency between the systems.

C.  

Document the data mapping between commerce and customer service provider.

D.  

Document the custom Nations required on top of the LINK cartridge based on current commerce implementation and business needs.

E.  

Document how the customer online journey flown from landing on the page to placing of the order

Discussion 0
Questions 8

The client provided these business requirements:

• The B2C Commerce storefront will integrate with the client's Order Management System (OMS).

• The storefront will provide reel-time order export of successfully pieced orders

The OMS supports both web service export end SfTP batch order export, but the client has expressed concern about the availability of the OMS.

Which two solutions satisfy the requirements and address the OMS reliability concern?

Choose 2 answers

Options:

A.  

Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.

B.  

Implement a batch export of orders to SFTP, excluding exported orders. This runs as a scheduled fc>b with a high-frequency run rate end marks processed orders as exported upon success.

C.  

implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate end marks processed orders as exported upon success.

D.  

Implement a Iive export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.

Discussion 0
Questions 9

The Client identifies that a segment of customers need to see some products on the site that other customers should not be able to access. All products are maintained within one catalog but in separate categories. A custom attribute will be used on the Profile system object to identify customers that belong to this special segment. A customer group will be made that is qualified for by this Profile custom attribute. The storefront will be customized to include navigation to relevant categories for this customer group.

Unfortunately during technical review the Client points out that the business teams have raised a concern with maintenance and want to use a shared navigation within the catalog and not use separate categories.

Which item should the Architect suggest to efficiently fulfil this new requirement while maintaining scalability?

Options:

A.  

Customize the Storefront Co use a hidden search refinement that if the user Is In the customer group then the result Includes those products with a new custom attribute.

B.  

Customize the Storefront to use separate storefront catalogs with the same navigation that If the customer Is In the customer group gets assign products appropriately.

C.  

Customize the Storefront to modify the search result that if the user is in the customer group then the result includes those products appropriately.

D.  

Customize the Storefront to use a hidden search refinement and modify the customer group to be qualifiedfor by a new product custom attribute

Discussion 0