Pass the Salesforce Architect Exams B2C-Commerce-Architect Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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?

Options:

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.


Expert Solution
Questions # 2:

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


Expert Solution
Questions # 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


Expert Solution
Questions # 4:

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 marksprocessed orders as exported upon success.


D.

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


Expert Solution
Questions # 5:

The Architect has been presented with a requirement from the business to implement a new LINK cartridge. The current site is built on the Storefront Reference Architecture, and the LINK cartridge is certified for Pipelines and Controllers. On review, the Architect notes that the Jobs are all created in Pipelines.

How should the Architect implement that cartridge to make sure the required jobs runs property?

Options:

A.

The Job Pipelines must be updated to use SiteGenesis Controllers.


B.

The job Pipelines must be removed and recreated with scripts.


C.

The job Pipelines must be updated to useSFRA Controllers.


D.

The job Pipelines must be updated to work as custom job steps.


Expert Solution
Questions # 6:

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?

Options:

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 retentionor deletion needs.


Expert Solution
Questions # 7:

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


Expert Solution
Questions # 8:

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 manually removedfrom the xml.

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

Options:

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 session and 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 data with APIfrom 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 successfullycaptured. 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.


Expert Solution
Questions # 9:

A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code.

What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?

Options:

A.

Rework the implementation so it reads the parameter on client-side, passesit to the analytics and exclude It from cache parameters.


B.

Add the key to the cache exclude parameters.


C.

Rework the Implementation so it doesn’t depend on that parameter.


D.

Rework the Implementation so the parameter is not passed In the URL and isread from the URL hash.


Expert Solution
Questions # 10:

The storefront integrates with a REST based Address verification service (AVS) that uses token based security. The sequence of calls in the API documentation for this AVS looks like the following

1. Client authentication call, which contains the merchantId and secret in a GET request and returns a token in the response.

2. Address verification call, which contains the token and the address to verify in a POST request.

Once the token is obtained, it is valid for hours and it is not needed to request a new one for subsequent address verification calls, the AVS charges for every request made no matter if it is client authentication call or address verificationcall.

Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers

Options:

A.

Apply page caching to the client authentication controller that is used with AJAX.


B.

Obtain the token from local storage of the browser and update it once It expires.


C.

Obtain the token from a custom cache before making the client authentication call.


D.

Use HTTPService caching for the client authentication call.


E.

Use a job to store and update the token in a customobject that is used from the storefront code


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions