First Attempt Guaranteed Success in B2C-Commerce-Architect Exam 2022
Real B2C-Commerce-Architect Exam Questions are the Best Preparation Material
NEW QUESTION 32
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?
- A. A custom attribute of type enum-of-string (multiselect able value).
- B. A custom attribute of type enum-of-string selectable value)
- C. A custom attribute of type string containing comma separated values.
- D. A custom attribute type set-of-string containing multiple values.
Answer: A
NEW QUESTION 33
During the discovery phase the client tells you that certain categories for the storefront will need dynamic categorization. What is the best approach to list under "New products" category the products that have been online less than 30 days in the website.
- A. None of these options are valid even though they scale in large catalogs. Dynamic categorization is not available OOTB in Salesforce Commerce Cloud.
- B. Create a new sorting rule with products.activeData.daysAvailable for "New products" category.
- C. None of these options are valid because this may not scale if used widely in a large catalog even though caching may prevent the storefront from hitting the search engine too hard.
- D. Create a new Search Refinement for "New products". To display products according products.activeData.daysAvailable
Answer: A
NEW QUESTION 34
As a Commerce Architect you should ensure that the cache hit ratio for your storefront is over 70%. During your investigation you realize that a significant number of pages are not cached. From which tool can you get this information?
- A. Page Speed
- B. Code Profiler
- C. Pipeline Profiler
- D. Google Lighthouse
- E. Reports & Dashboard
Answer: E
NEW QUESTION 35
Your project requires the integrating with a 3rd party PIM for importing master catalog, two storefront catalogs and pricebooks. All imports need to happen in a single job. Search indexes will also need to be re-built.
- A. Three flows are needed. First to import master and storefront catalogs (organization scope). Another job flow with site scope to import pricebooks and another to perform site reindex under site scope.
- B. Two flows are needed. First will execute in parallel under organization scope the master catalog import and then the other flow with storefront catalog import and pricebooks (sequential) organization scope. The second flow will be needed with site scope to perform site reindex.
- C. Two flows are needed. First flow will execute in parallel under site scope the master catalog import and then the storefront catalogs and on the other hand in parallel the pricebooks imports. Then new flow will be needed with site scope to perform site reindex.
- D. Two flows are needed. First flow will execute in parallel under organization scope the master catalog import and then the storefront catalogs and on the other hand in parallel the pricebooks imports. Then new flow will be needed with site scope to perform site reindex.
Answer: D
NEW QUESTION 36
An Order Management System (OMS) handles orders from multiple brand specific 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:
What are three solution The Architect can take to fix this issue without losing meaningful data?
Choose 3 answers
- 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. Engage B2C Commerce Support Team to soften the quota limit for ''object.OrderPO.relation.notes''
- 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. Take the backup of the Order as XML and delete the notes from Order to ensure on the next job run the custom objects are getting processed.
- E. Using BM site import/export, soften the
<quota id=''object.orderPo.relation,notes''> <custom-action>warn<custom-action> </quots> to make sure that neither order notes are lost and custom object is processed.
Answer: B,D,E
NEW QUESTION 37
A multi-brand company uses B2C Commerce, Service Cloud, and Marketing Cloud and is seeking an order management solution. They process 2,000 orders per hour across their brands. The company has one B2C Commerce realm, two Salesforce core orgs, and two Marketing Cloud business units. The company is choosing between these three options for an order management tool:
* Build an order management solution in B2C Commerce using order management APIs
* Purchase Salesforce Order Management
* Build a custom order management solution using their own development team Which three statements should a Solution Architect use to support using the Salesforce Order Management solution?
Choose 3 answers
- A. Salesforce Order Management synchronizes orders to and from B2C Commerce, which essentially replaces the Service Cloud Connector.
- B. Salesforce Order Management shares the same database with Service Cloud while other solutions need to build additional integration.
- C. B2C Commerce order management does not support complex or advanced use cases.
- D. Salesforce Order Management is a productized connector solution between B2C Commerce and Service Cloud; orders will be synchronized from the client B2C Commerce realm to multiple Salesforce Orgs without the need for customization.
- E. The existing Service Cloud implementation team could extend the Salesforce Order Management product to the existing org.
Answer: C,D,E
NEW QUESTION 38
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?
- A. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to
- B. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.
- C. Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state
- D. Omit the removal of the Item and speed up the process for the customer by adding the product to the basket for them.
Answer: C
NEW QUESTION 39
A B2C Commerce Developer has just finished implementing a new promotion code form on checkout. During review, an Architect notes that the form it not using CSRF validation correctly.
Which two options are best practice recommendations for dealing with CSRF validation? Choose 2 answers
- A. Automatically renew the CSRF Token if expired.
- B. Ensure the CSRF protection is validated on form submission.
- C. Only use POST methods over HI IPS.
- D. Only use GET methods over HTTPS.
Answer: A,B
NEW QUESTION 40
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
- A. Document the data objects, the interface, and data synchronization frequency between the systems.
- B. Document the design of implementing a new B2C Commerce cartridge following the Industry standard best practices
- C. Document how the customer online journey flown from landing on the page to placing of the order
- D. Document the data mapping between commerce and customer service provider.
- E. Document the custom Nations required on top of the LINK cartridge based on current commerce implementation and business needs.
Answer: B,D,E
NEW QUESTION 41
An Architect has been approached by the Business with a request to create a custom product finder. The finder would initially be available on only one site, and would eventually be extended to be available on all sites the Business maintains. There is a requirement that these wrings art also available to be used in a Job context for export to other systems.
Each site will have a different category avertable for use by the product finder.
Where should the Architect store the custom settings for use on both the storefront and in a job context?
- A. Custom Object with an Organizational Scope
- B. Category custom attributes
- C. Custom Object with a Site Scope
- D. Jobs Framework parameters
Answer: B
NEW QUESTION 42
Cross-site scripting (XSS) lets attackers inject client-side JavaScripts into a web page viewed by a targeted user. Which encoding will you use in the <isprint> tag to avoid cross site scripting:
<script type="text/javascript"> var data = "<isprint encoding="" value="${unsafeData} "/>"; </script>
- A. htmlunquote
- B. jsattribute
- C. jsblock
- D. jshtml
Answer: C
NEW QUESTION 43
A company wants to integrate B2C Commerce and Marketing Cloud so that customers shopping online can be segmented for marketing campaigns like Abandoned Cart and Post Purchase Journeys.
Which two actions are needed to enable an Abandoned Cart Journey?
Choose 2 answers
- A. Integrate product, order, and customer data feeds into Service Cloud objects
- B. Integrate product, order, and customer data feeds into Marketing Cloud Data Extensions
- C. Implement the Marketing Cloud coilect.js through the storefront by using the Connector's reference implementation
- D. Use Mulesoft to bring order and customer data feeds from B2C Commerce to Marketing Cloud
Answer: C,D
NEW QUESTION 44
Northern Trail Outfitters (NTO) wants to use Marketing Cloud to implement an Abandoned Cart Solution Workflow so that personalized messages are sent to shoppers who add items to their cart but abandon the B2C Commerce storefront.
Which two options should a Solution Architect recommended to meet this requirement? Choose 2 answers
- A. Configure B2C Commerce catalog, product, inventory, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through
- B. Configure B2C Commerce catalog, product, order, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through Journey Builder.
- C. Configure streaming updates for catalog importing, implement Google Analytics tracking, and leverage Journey Builder to trigger an abandoned cart message.
- D. Configure streaming updates for catalog importing, implement the Collect Tracking Code, and leverage Journey Builder to trigger an abandoned cart message.
Answer: B,C
Explanation:
Journey Builder.
NEW QUESTION 45
Northern Trail Outfitters (NTO) wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. When an opportunity is closed or won, an order must be created in the ERP, which manages orders. The organization has an Enterprise Service Bus (ESB) that supports the CometD protocol.
Which two integration approaches or steps should a Solution Architect recommend for this scenario?
Choose 2 answers
- A. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
- B. Define a new platform event in the back-end system for the order details and then create a Process Builder process to initiate the platform event when the opportunity status changes to Closed-Won.
- C. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.
- D. Define a new platform event in Salesforce and then create a Process Builder process to publish a platform event when the opportunity status changes to Closed-Won.
Answer: A,C
NEW QUESTION 46
Northern Trail Outfitters (NTO) wants to unify customer data with a single identity for each customer across their ecommerce sites and their communities. Communities are treated as an identity provider (IDP) for commerce. The communities also allow self-service support for products via knowledge articles and crowd-sourced Knowledge and Chatter.
For which customer data should Experience Cloud be the system of record?
- A. Address book
- B. Wishlist
- C. Authentication credentials
- D. Payment information
Answer: C
NEW QUESTION 47
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers
- A. Product lacks a price.
- B. Product has been set to searchable.
- C. Product is not online.
- D. Product does not have any images.
- E. Product Available to sell is <1.
Answer: A,D
NEW QUESTION 48
The Client wants to have a flash sate on a few products every day. These products aresold through B2C Commerce as wellas an in store Point of Sale system that it tied to the same inventory.
AnArchitect analyzes the followingproposed solution:
Inventory feed w*l continue to run dailybut 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. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- C. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
- D. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
Answer: C,D
NEW QUESTION 49
A company is implementing a multi-locale solution that includes B2C Commerce, Service Cloud, and Marketing Cloud. Order confirmation emails are triggered from either B2C Commerce or Service Cloud and sent from Marketing Cloud.
What are two possible reasons why the shipping method name and description can be missing when these emails are triggered for languages other than US English, while other translated content appears correctly?
Choose 2 answers
- A. The ShippingMethods data extension is missing the label and description field for the corresponding locale.
- B. The locale is not set correctly in the body of the email template.
- C. The name and description for the shipping method are not set up correctly in B2C Commerce or Service Cloud for the requested locale.
- D. The subscriber in Marketing Cloud does not have a preferred locale set.
Answer: A,B
NEW QUESTION 50
During a load test the storefront shows steady but slow performance on all the paces being tested. The Architect opens Pipeline Profiler and sorts the data by *totaltime" column. The following come as the top Ave items:
Which controller should the Architect focus on to further investigate the performance issue?
- A. Home-IncludeHeaderMenu as It has highest average time.
- B. Product-Detail as It has the highest total time and highest maximum time.
- C. Search Show as this Is one of the key controllers that the customer uses
- D. Product-HitTile as it has the highest hits during the load test.
Answer: A
NEW QUESTION 51
A company is beginning a multi-cloud implementation involving B2C Commerce and Service Cloud. The company wants to trace configuration and code changes as much as possible and ensure basic standards for code quality.
Which three options should a Solution Architect recommend to help the company with this goal?
Choose 3 answers
- A. Smoke testing
- B. Salesforce DX
- C. CI/CD Pipelines
- D. GIT Repository
- E. Static Code Analysis tools
Answer: C,D,E
NEW QUESTION 52
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 to email recommendations to customers using an existingemail campaign.These recommendations should be to only send for products that are instock. 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 and Customer data should be exported from Production. Product and Inventory data should be exported from Staging.
- B. Order, Customer, and Inventory data should be exported from Production. Product data should be exported from staging.
- C. Order, Customer, and Product data should be exported from Staging. Inventory data should be exported from Production.
- 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.
Answer: B
NEW QUESTION 53
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 removed from the xml.
How should the Architect address the issues and requirements described above?
- A. 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 API from the next execution of the same job. Use the custom object to send emails for the cases when the survey was skipped.
- B. 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. - C. Create a custom object when the survey is required Send to the API endpoint in real-time. On success, remove the object. On failure, 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. 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.
Answer: D
NEW QUESTION 54
......
Salesforce B2C-Commerce-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
Practice LATEST B2C-Commerce-Architect Exam Updated 66 Questions: https://www.lead2passexam.com/Salesforce/valid-B2C-Commerce-Architect-exam-dumps.html
Download Latest B2C-Commerce-Architect Dumps with Authentic Real Exam QA's: https://drive.google.com/open?id=1OHnLsnFYZe2O892quhuSHm8fWL4k1RNq