Certbus > Salesforce > Commerce Cloud Digital Developer > B2C-COMMERCE-ARCHITECT > B2C-COMMERCE-ARCHITECT Online Practice Questions and Answers

B2C-COMMERCE-ARCHITECT Online Practice Questions and Answers

Questions 4

An Architect is configuring a data replication schedule.

Which task(s) can be removed In order to reduce replication times?

A. Campaign

B. Static content

C. Storefront URLs

D. Search Indexes

Browse 65 Q&As
Questions 5

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 storefrontcartridge. 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 appropriatearguments, 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 theController 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.

Browse 65 Q&As
Questions 6

A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey data. The initial implementation of the integration includes

1.

Marking the order as requiring a survey before order placement

2.

On the order confirmation pace, the survey form is displayed for the customer to fill

3.

The data is sent to the survey provider API, and the order it marked as not requiring a survey

Later it was identified that this solution is not fit for purpose as the following issues and additional requirements were identified:

1.

If the API call fails, the corresponding survey data is lost. The Business requires to avoid data loss.

2.

Some customers skipped the form. The Business require sending a survey email to such customers.

3.

The Order Management System (OMS) uses a non-standard XML parser it did not manage to parse orders with the survey, until the survey attribute was manuallyremoved from the xml.

How should the Architect address the issues and requirements described above?

A. Create a custom session attribute when the survey is required. Send to the API endpoint in real-time. On failure, capture the survey data in the sessionand reprocess, use me session attribute to send emails for the cases when survey was skipped.

B. Create a custom object to store the survey data. Send to the API endpoint using a job. On success, remove the custom object. On failure, send the survey datawith API from the next execution of the same job. Use the custom object to send emails for the cases when the survey was skipped.

C. Create a custom object when the survey is required Send to the API endpoint in real-time. On success, remove the object. Onfailure, capture the survey data in the custom object and later reprocess with a job. Use the custom object to send emails for the cases when survey was skipped.

D. Send the survey data to the API endpoint in real-time until the survey data is successfully captured. Instruct the OMS development team to update their XML parser, use the Order survey attribute to send emails for the cases when the survey was skipped.

Browse 65 Q&As
Questions 7

Northern Trail Outfitters (NTO) wants to migrate its online shoo from a custom ecommerce platformto 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-256 as an encryption mechanism for the customer passwords.

What approach can theArchitect propose?

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.

Browse 65 Q&As
Questions 8

During a review of the most recent release notes, the Architect finds that Salesforce has deprecated an API that is used throughout the site. After reviewing the deprecated API usage in Business Manager, the Architect narrows down the usage of that API to a particular LINK integration cartridge. The cartridge was integrated when the site was first launched and is heavily customized for the Client.

What is the recommended way for the Architect to remove thedeprecated API so the LINK integration continues to work without interruptions, and lowest level of effort'

A. The Architect should update all the deprecated API cats in the already integrated LINK cartridge and test thoroughly.

B. The Architect does not need to do anything at this time, the API will continue to work with no issues for the foreseeable future.

C. The Architect should check to see If the LINK cartridge has been updated already, integrate It, apply the customisations, and teat thoroughly.

D. The Architect should contact the company that created the LINK cartridge to fix the issue and provide the client with updated code.

Browse 65 Q&As
Questions 9

A business wants to migrate its customerservice 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

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

Browse 65 Q&As
Questions 10

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?

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 toProduction with a Code Replication.

Browse 65 Q&As
Questions 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.

Browse 65 Q&As
Questions 12

During code review, the Architect found that there is a service call on every visit of the product detail woe (PDP).

What best practices should the Architect ensure are followed for the service configuration? Choose 2 answers

A. Circuit breaker is enabled.

B. Service timeout is set.

C. Service mock up call is configured.

D. Service logging is disabled.

Browse 65 Q&As
Questions 13

The Client has requested an Architect's help in documenting the architectural approach to a new home page. The requirements provided by the business are:

1.

Multiple areas of static image content, some may need text shown at well

2.

The content page must be Realizable

3.

A carousel of featured products must be shown below a banner 101191

4.

Recommended categories will be featured based on the time of year Which two solutions would fulfil these requirements? Choose 2 answers

A. Leverage B2C Commerce ContentManagement Service

B. Leverage B2C Commerce locales in Business Manager

C. Leverage B2C Commerce content slots and assets

D. Leverage B2C Commerce Page Designer with a dynamic layout.

Browse 65 Q&As
Questions 14

A developer is checking for Cross Site Scripting (XSS) and found that the quick search is not escaped (allows inclusion of Javascript) in the following script:

How would the developer resolve this issue?

A. Replace' with double Quote*

B. Use

D. Use

Browse 65 Q&As
Questions 15

The Client currently manages Customers, Inventory, and Product Information with dedicated backend systems as shown In the Systems Diagram below. There is also an external Email Marketing System (EMS) in place. The EMS needs order data toemail recommendations to customers using an existingemail campaign. These recommendations should be to only send for products that are in stock. The EMS has no access to the backend systems so this data should come from the Salesforce B2C Commerce site.

Which relationships should be added to the Systems Diagram to complete it and fulfill the chant requirements necessary for the email campaign?

A. Order, Customer, and Product data should be exported from Staging. Inventory data should be exported from Production.

B. Order, Customer, and Inventory data should be exported from Production. Product data should be exported from staging.

C. Order and Customer data should be exported from Production. Product and Inventory data should be exported from Staging.

D. Order and Inventory should be exported from Production. Products should be exported from Staging. Customers should be exported from the external Customer Management System.

Browse 65 Q&As
Questions 16

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:

1.

50 different pricing groups of customers

2.

30 different pricing groups of employees

3.

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 A. 1. 50 customer groups for customers

2.

30 customer groups for employees

3.

10 customer groups for vendors

B. 1. One customer group and SO subgroups for customers

2.

One customer group and 30 subgroups for employees

3.

Onecustomer group and 10 subgroups for vendors

C. One campaign and multiple promotions for each customer group

D. 1. One promotion and 50 campaigns for customers

2.

One promotion and 30 campaigns for employees

3.

One promotion and 10 campaigns for vendors

Browse 65 Q&As
Questions 17

The Client wishes to implement a third party integration that allows for free shipping If the customer Is a member of the third party service. When the customer's order is exported to the Order Management System (OMS) it also creates a custom object in order to track additional data before sending that order data to the third-party service as well.

What technical concern should the Architect raise to protect performance and stability of the site1?

A. The customer order quota and related retention or deletion needs.

B. The customer's order data sent to a third-party and related security needs.

C. The OMS having order data sent to a thud party and related security needs.

D. The custom object quota and related retention or deletion needs.

Browse 65 Q&As
Questions 18

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

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

Browse 65 Q&As
Exam Name: Salesforce Certified B2C Commerce Architect
Last Update: Apr 21, 2024
Questions: 65 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99