Pre-Winter Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 2493360325

Good News !!! B2C-Commerce-Architect Salesforce Certified B2C Commerce Architect (SU24) is now Stable and With Pass Result

B2C-Commerce-Architect Practice Exam Questions and Answers

Salesforce Certified B2C Commerce Architect (SU24)

Last Update 4 hours ago
Total Questions : 64

Salesforce Certified B2C Commerce Architect (SU24) is stable now with all latest exam questions are added 4 hours ago. Incorporating B2C-Commerce-Architect practice exam questions into your study plan is more than just a preparation strategy.

B2C-Commerce-Architect exam questions often include scenarios and problem-solving exercises that mirror real-world challenges. Working through B2C-Commerce-Architect dumps allows you to practice pacing yourself, ensuring that you can complete all Salesforce Certified B2C Commerce Architect (SU24) practice test within the allotted time frame.

B2C-Commerce-Architect PDF

B2C-Commerce-Architect PDF (Printable)
$48
$119.99

B2C-Commerce-Architect Testing Engine

B2C-Commerce-Architect PDF (Printable)
$56
$139.99

B2C-Commerce-Architect PDF + Testing Engine

B2C-Commerce-Architect PDF (Printable)
$70.8
$176.99
Question # 1

During discovery, the customerrequired a feature that is not inducted in the standard Storefront Reference Architecture CSFRA). In order to save budget, the Architect needs to find the quickest way to implement this feature.

What is the primary resource the Architect should use to search for an existing community Implementation of the requested feature?

Options:

A.  

Salesforce Commerce Cloud GitHub repository

B.  

Salesforce Commerce Cloud Trailblazer community

C.  

Salesforce Trailblazer Portal

D.  

Salesforce B2C Commerce Documentation

Discussion 0
Question # 2

A client has just pushed a new site live to Production. However during smoketesting. It's found that some customers are not seeing the correct pricing on the Product Detail Page.

What three places would the Architect begin to look for the cause of this Issue?

Choose 3 answers

Options:

A.  

Check Log Center

B.  

Check the Quota Status page.

C.  

Check the Global Preferences to be sure the settings are correct.

D.  

Check that there was not an error during replication.

E.  

Check that the cache is set correctly

Discussion 0
Question # 3

An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:

• 50 different pricing groups of customers

• 30 different pricing groups of employees

• 10 different pricing groups of vendors

Which items should the Architect include in the design in order to set applicable price books based on these requirements''

Choose 2 answers

Options:

A.  

- 50 customer groups for customers- 30 customer groups for employees- 10 customer groups for vendors

B.  

- One customer group and SO subgroups for customers- One customer group and 30 subgroups for employees- Onecustomer group and 10 subgroups for vendors

C.  

- One campaign and multiple promotions for each customer group

D.  

- One promotion and 50 campaigns for customers- One promotion and 30 campaigns for employees- One promotion and 10 campaigns forvendors

Discussion 0
Question # 4

An Architect has been asked by the Business to integrate a newpayment LINK cartridge. As part of the integration, the Architect has created four new services to access various endpoints in the integration.

How can the Architect move the new services to Production when the integration is ready for launch?

Options:

A.  

The new services will be moved to Production with a Data Replication.

B.  

The new services will be moved to production with a Site Import.

C.  

The new services must be manually exported from staging and Imported into Production.

D.  

The new services will be moved to Production with a Code Replication.

Discussion 0
Question # 5

The Client is creating a new Storefront and their requirements include:

• ApplePay support

• Log -n through a standard OAuth2 social media account

• One Okie checkout process

• Ay B testing forpromotions

Which two items require technical documentation for customizing the Storefront Reference Architecture?

Choose 2 answers

Options:

A.  

One Click checkout process

B.  

ApplePay support

C.  

log in through a standard OAuth2 social media account

D.  

A/B testing forpromotions

Discussion 0
Question # 6

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:

Question # 6

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

Choose 3 answers

Options:

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

Discussion 0
Question # 7

Northern Trail Outfitters uses an Order Management system (OMS), which creates an order tracking number for every order 24 hours after receiving it. The OMS provides only a web-service interface to get this tracking number. There is a job that updates this tracking number for exported orders, which were last modified yesterday.

Part of this jobs code looks like the following:

Based on the above description and code snippet, which coding best practice should theArchitect enforce?

Options:

A.  

Post-processing of search results is a bad practice that needs to be corrected.

B.  

The transaction for updating of orders needs to be rewritten to avoid problems with transaction size.

C.  

Configure circuit breaker and timeout for theOMS web service call to prevent thread exhaustion.

D.  

Standard order import should be used instead of modifying multiple order objects with custom code.

Discussion 0
Question # 8

The following promotions are configured with no exclusivity (can be combined with any other promotion) in a -1month campaign:

• Free correct- in -store shipping

• 20% accessories products discount, applies for all customers

• $5 off coupon based discount, sent to a selected group of customers

The combination of above promotions allows customers to get 16 socks for free in store. This was unintended, and the Client If considering disabling the coupon. The Client is concerned about a potential spike in the number of Call Center calls from customers who had the coupon code added to their baskets before it was disabled. As basket lifetime is set to 30 days for all customers, this can continue for the full length of the campaign.

What solutionshould the Architect suggest to keep the Call Center calls to a minimum?

Options:

A.  

Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.

B.  

Disable the coupon code. Email all the customers to not use the coupon code in their baskets.

C.  

Disable the coupon code. Restart the production instance from control Center to dear existing baskets.

D.  

Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets

Discussion 0
Question # 9

During the testing of the login form, QA finds out that the first time the user can log in, but every other login attempt from another computer leads to the homepage and the basket being emptied. Developers tried to debug the issue, but when they add a breakpoint to the login action, it is not hit by the debugger.

Whatshould the Architect recommend developers to check?

Options:

A.  

Remove CSRF protection from Login Form Action.

B.  

Add remote include for the login page

C.  

Add disable cache page in the template ISML - .

D.  

Check Login Form and any includedtemplates for includes that enable page caching.

Discussion 0
Question # 10

A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them toSFTP

how should the Architect configure the import job flows following the best practices?

Options:

A.  

1st flow is global to download the files horn SFTP. 2nd flow is global to import the master catalog. 3rd flow Is global to Import the storefront catalog.

B.  

1st flow is global to download the files from SFTP. 2nd flow is global to import the storefront catalog 3rd flow K global to Import the master catalog.

C.  

1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the master catalog. 3rd flow K global to Import the storefront catalog.

D.  

1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the storefront catalog 3rd flow It global to Import the master catalog.

Discussion 0
Get B2C-Commerce-Architect dumps and pass your exam in 24 hours!

Free Exams Sample Questions