Pass4itsure > Salesforce > Salesforce Certifications > 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

Buy Now
Questions 5

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.

Buy Now
Questions 6

The Client has implemented a different category/search layout for mobile and desktop. The code uses a session attribute called deviceType to choose the corresponding layout. This attribute it populated from the browser user agent. After this implementation they have run into these problems:

1.

Sometimes desktop pages are being served to both desktop and mobile customers.

2.

Sometimes mobile pages ate being served to both desktop and mobile customers.

The page has cachingimplemented that depends; on promotions. SEC is very important and the site traffic is high.

Which solution should the Architect select to resolve the issue without impacting the existing requirements?

A. Create customer groups for desktop and mobile usersand uh remote includes based on these groups to render the mobile and desktop pages

B. Create customer groups for desktop and mobile users and empty promotions linked to these groups to ensure different cached versions of the page.

C. Disable caching forthese pages to ensure that the correct template is used to render the mobile and desktop pages.

D. Change the URL structure to include desktop and mobile as URL parameters to ensure different cached versions of the page

Buy Now
Questions 7

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?

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.

Buy Now
Questions 8

TheClient 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 Profilesystem 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 customergroup.

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?

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 customergroup then the result includes those products appropriately.

D. Customize the Storefront to use a hidden search refinement and modify the customer group to be qualified for by a new product custom attribute

Buy Now
Questions 9

Given a website launched to production, the Architect can rely on several SFCC Business Manager tools that provide an automatic notification feature. Which three tools have such a feature and do not require to be monitored manually? Choose 3 answers

A. Job Schedules

B. Custom Log Settings

C. Analytics Conversion Reports

D. Pipeline Profiler

E. Quota Status

Buy Now
Questions 10

The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.

An Architect analyzes the following proposed solution:

Inventory feed w*l continue torun daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.

Which two risks should the Architect communicate to the Client about this solution? Choose 2 answers

A. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.

B. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.

C. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.

D. Because the job would still be configured to run daily there will be a degrade in performanceduring non-flash sales periods

Buy Now
Questions 11

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.

Buy Now
Questions 12

The Architect has been presented with a requirement from thebusiness 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?

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 beupdated to use SFRA Controllers.

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

Buy Now
Questions 13

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

1.

Product prices (sftp: prod/prices)

2.

Stores information (sftp: prod/stores;

3.

Product information (sftp: prod/catalog)

4.

Categories information (sftp: prod/marketing)

5.

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.

TheArchitect decides to have only two jobs:

1.

One that checks and downloads available feeds every hour

2.

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

Which designis correct for the import Job, taking the steps scope in consideration?

A. 1. four sibling flows execute steps ki parallel: import products, stores, prices, content

2.

fifth flow executes: import categories

3.

last flow executes steps In sequence: reindex

B. 1. four sibling flows execute steps in parallel: import products, stores, prices, content

2. last flow executes steps in sequence import categories, reindex

C. 1. three siting flows Import steps In parallel: import products, stores, prices

2.

fourthflow executes: import categories

3.

last flow executes steps in sequece: reindex, Import content

D. 1. Four sibling flows execute steps in parallel: import products, stores, price, content

2. last flow executes steps in sequence: import:categories, reindex

Buy Now
Exam Name: Salesforce Certified B2C Commerce Architect
Last Update: Dec 31, 2024
Questions: 65
10%OFF Coupon Code: SAVE10

PDF (Q&A)

$49.99

VCE

$55.99

PDF + VCE

$65.99