May-2023 Free Salesforce B2C-Commerce-Architect Exam Question Practice Exams [Q30-Q54]

Share

May-2023 Free Salesforce B2C-Commerce-Architect Exam Question Practice Exams

Ace B2C-Commerce-Architect Certification with 66 Actual Questions

NEW QUESTION 30
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 mapping between commerce and customer service provider.
  • B. Document the custom Nations required on top of the LINK cartridge based on current commerce implementation and business needs.
  • C. Document how the customer online journey flown from landing on the page to placing of the order
  • D. Document the design of implementing a new B2C Commerce cartridge following the Industry standard best practices
  • E. Document the data objects, the interface, and data synchronization frequency between the systems.

Answer: A,B,D

 

NEW QUESTION 31
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 solution should the Architect suggest to keep the Call Center calls to a minimum?

  • A. Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets
  • B. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
  • C. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.
  • D. Disable the coupon code. Email all the customers to not use the coupon code in their baskets.

Answer: A

 

NEW QUESTION 32
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. Search Show as this Is one of the key controllers that the customer uses
  • C. Product-Detail as It has the highest total time and highest maximum time.
  • D. Product-HitTile as it has the highest hits during the load test.

Answer: A

 

NEW QUESTION 33
A company uses Service Cloud and B2C Commerce and now wants to enable the 'Order on Behalf of functionality on its storefront. The customers using the storefront are Person and Household accounts.
Which three design and architecture considerations should a Solution Architect follow to ensure that the 'Order on Behalf of functionality works well for all the designated storefront customers?
Choose 3 answers

  • A. Verify that agents are Service Cloud and B2C Commerce users with Order on Behalf rights.
  • B. Verify that the permissions used are Login_On_Behalf, Login_Agent, and Create_Order_On_BehaIf_Of business manager functional permissions.
  • C. The REST calls between B2C Commerce and Service Cloud do not count towards API governor limits.
  • D. The Order on Behalf of feature in the Service to B2C Commerce Connector only supports person accounts as a customer model by default.
  • E. Default user is required for anonymous storefront shoppers.

Answer: A,C,D

 

NEW QUESTION 34
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 string containing comma separated values.
  • B. A custom attribute of type enum-of-string (multiselect able value).
  • C. A custom attribute of type enum-of-string selectable value)
  • D. A custom attribute type set-of-string containing multiple values.

Answer: B

 

NEW QUESTION 35
Refer to the exhibit.

A company plans to adopt Salesforce for a number of their needs, including an internal CRM, a public B2C Commerce storefront with order management functionality, and an extensible API framework to integrate with other systems, as well as marketing automation. The overall system landscape of the proposed solution is shown above.
Which three considerations are important for this scenario? Choose 3 answers

  • A. Salesforce products, including Sales Cloud, Service Cloud, Experience Cloud, and Order Management System (OMS) run on the same physical platform and share a common data model.
  • B. The Salesforce Platform can be used for customer master and consent management, or it can Integrate with a third-party Master Data Management system.
  • C. Order Management System (OMS) is a B2C Commerce product but it does not run natively on the core Salesforce Platform.
  • D. Tableau requires MuleSoft in order to access data outside of the Salesforce Platform.
  • E. Marketing Cloud enables personalization, journey orchestration, and cross-channel messaging.

Answer: A,D,E

 

NEW QUESTION 36
A merchant has reported that customers are seeing low stock items at the top of their search results, giving them a subpar customer experience and impacting conversion.
How might this issue be resolved to ensure a better customer journey?

  • A. In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
  • B. In Business Manager, set an availability low ranking threshold in Search Preferences.
  • C. In Business Manager, enter a higher boost factor for availability in Searchable Attributes.
  • D. Create a job that sets all unavailable products to be hidden. Schedule the job to run hourly to clean up the catalog on a regular basis.

Answer: D

 

NEW QUESTION 37
A company is using both Service Cloud and B2C Commerce but they are not using Mulesoft or any other integration middleware and do not plan on adding that in the near future. However, there is a need to keep customer records in sync across both Service Cloud and B2C Commerce. When a change to the customer record in Service Cloud takes place, such as an updated customer name, the same customer record should be updated in B2C Commerce. Assume that there is a common ID that uniquely identifies the customer across the two systems.
How should a Solution Architect deliver the desired functionality?

  • A. Send a platform event from Service Cloud and subscribe to the platform event in B2C Commerce using the built-in functionality
  • B. Develop a custom solution in Service Cloud to consume and communicate with B2C Commerce APIs
  • C. Send an Outbound Message from Service Cloud and catch and handle the Outbound Message using the B2C Commerce APIs
  • D. Use change data capture to send a message from Service Cloud and catch and handle the message using B2C Commerce Service Cloud Connector

Answer: A

 

NEW QUESTION 38
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 verification call.
Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers

  • 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 a job to store and update the token in a custom object that is used from the storefront code
  • E. Use HTTPService caching for the client authentication call.

Answer: A,D,E

 

NEW QUESTION 39
A merchant using B2C Commerce and Service Cloud has a requirement for service agents to order products on behalf of shoppers. In the envisioned scenario, a shopper contacts the service center with an order request, the agent uses the Service Console to find the shopper's account, and initiate an order on behalf of the shopper using payment information provided by the shopper. The merchant is considering the B2C Commerce - Service Cloud Connector for this implementation.
Which three considerations should a Solution Architect keep in mind prior to implementation? Choose 3 answers

  • A. Service agents need a corresponding storefront login mapped to their Service Cloud user record.
  • B. The Service Cloud Connector only supports contacts as a customer model.
  • C. Guests or anonymous storefront shoppers are not supported in this scenario.
  • D. The Service Cloud Connector only supports Person Accounts as a customer model.
  • E. B2C Commerce needs to be registered as a remote site.

Answer: A,D

 

NEW QUESTION 40
Whichtwo activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers

  • A. Use the undo replication process to rollback to the previous replication if necessary.
  • B. Replicate the latest data to Production during periods of increased site use to ensure freshness.
  • C. Wait 15 minutes after the recreation process completes for the cache to dear automatically.
  • D. Use the undo replication process to roll back code replications only, not data replications.

Answer: C,D

 

NEW QUESTION 41
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 wen.
What technical concern should the Architect raise to protect performance and stability of the site1?

  • A. The OMS having order data sent to a thud party and related security needs.
  • B. The customer order quota and related retention or deletion needs.
  • C. The custom object quota and related retention or deletion needs.
  • D. The customer's order data sent to a third-party and related security needs.

Answer: C

 

NEW QUESTION 42
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 OMS having order data sent to a thud party and related security needs.
  • B. The customer order quota and related retention or deletion needs.
  • C. The custom object quota and related retention or deletion needs.
  • D. The customer's order data sent to a third-party and related security needs.

Answer: C

 

NEW QUESTION 43
You're in charge of Pipeline migration to Controllers. What should be the best approach to do it in order to avoid poor performance and using Pipelines and controllers together until all migration is done?

  • A. To reduce risk of circular dependencies and for easier migration mix pipelines and controllers in a single cartridge.
  • B. Use the same name for new Controllers than pipelines because it will be easy to identify that is migrated and Controllers take precedence. Furthermore it will be a good practice to do it in separate cartridges.
  • C. Controllers and pipelines must be in the same folder to avoid collisions between them.
  • D. onRequest and onSession pipelines are replaced with the OnRequest and OnSession hooks.

Answer: B,D

 

NEW QUESTION 44
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. jshtml
  • C. jsattribute
  • D. jsblock

Answer: D

 

NEW QUESTION 45
An existing B2C Commerce site has the following aliases configuration:

Which statement related to this configuration is incorrect?

  • A. Hostname www.example.com will redirect to www example com/us
  • B. Hostname www example.co.uk will redirect to www.example.com/uk.
  • C. Site supports multiple hostnames and locates.
  • D. Hostname www.example.de will redirect to www.example.com/de.

Answer: A

 

NEW QUESTION 46
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. Custom Object with a Site Scope
  • C. Category custom attributes
  • D. Jobs Framework parameters

Answer: C

 

NEW QUESTION 47
The Client is Crowing and decided to migrate its ecommerce website to B2C Commerce. The Client provided the Architect with the f metrics for its existing website over the past 12 months and forecasted into the next year:

Noting these historical metrics and the forecasted growth of 300%, which load test targets meet best practices for testing the new B2C Commerce site?

  • A. 3000 visits per hour, 60000 page views per hour, and 750 orders per hour
  • B. 1500 visits per hour, 30000 page views per hour, and 375 orders per hour
  • C. 15000 visits per hour, 300000 page views per hour, and 3750 orders per hour
  • D. 150000 visits per hour, 3000000 page views per hour, and 37500 orders per hour

Answer: B

 

NEW QUESTION 48
An organization chose a multi-cloud solution that Is comprised of Service Cloud and B2C Commerce. The organization now wants to ensure that the theme of Its self-service portal Is consistent with the theme of its B2C Commerce storefront.
How should a Solution Architect ensure that this requirement Is met?

  • A. Copy any relevant .ess code from the organization's website and paste it into the pages for the self-service portal in Page Builder.
  • B. Make a copy of the appropriate .ess file from the organization's web server and upload it to the self-service portal.
  • C. Set the value of the Style Sheet URL setting to match the publicly-accessible URL of the style sheet the organization wants to use.
  • D. Set the value of the Portal Theme URL setting to match the publicly-accessible URL of the style sheet the organization wants to use.

Answer: B

 

NEW QUESTION 49
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.
What should the Architect recommend developers to check?

  • A. Add disable cache page in the template ISML - <iscache status--off''/>.
  • B. Remove CSRF protection from Login Form Action.
  • C. Add remote include for the login page
  • D. Check Login Form and any included templates for includes that enable page caching.

Answer: D

 

NEW QUESTION 50
The client provided these business requirements:
* The B2C Commerce platform will integrate with the client's Order Management System (OMS).
* The OMS supports Integration us-no legacy RPC style SOAP services.
* The OMS is hosted on client s infrastructure.
What is the right cartridge folder to place the WSDL provided for the OMS service?

  • A. /cartridge/webreferences2
  • B. /cartridge
  • C. /cartridge/webreferences
  • D. /cartridge/services

Answer: A

 

NEW QUESTION 51
To properly configure your service connection to Salesforce Marketing Cloud your receive this configuration:

After making a call to this service you receive a ServiceUnavailableException. What could be the reason?

  • A. Commerce Cloud IP not whitelisted on Marketing Cloud.
  • B. Force PRD Behavior in Non-PRD Environments option in the service configuration is checked.
  • C. Service mode is Mocked.
  • D. Circuit Breaker is enabled on the service profile and max circuit breaker calls are reached in the allowed time interval.
  • E. Rate Limit is reached.

Answer: D,E

 

NEW QUESTION 52
Northern Trail Outfitters (NTO) hosts a customer care portal using Service Cloud. The portal uses Marketing Cloud for customer interaction for a number of use cases, including customer sign-up and updates on togged cases. NTO has decided that the connectors provided by Salesforce are not flexible enough for their needs, so they would like to explore a programmatic approach for doing so.
Which two considerations should a Solution Architect point out to NTO as it moves forward to integrate the Service Cloud portal with Marketing Cloud for customer interaction? Choose 2 answers

  • A. The Marketing REST API calls are asynchronous, with timeout values of 120 for non-tracking operations and 300 seconds for tracking and data retrieve operations.
  • B. NTO can use Marketing Cloud REST API for integrating with Service Cloud.
  • C. NTO can use Marketing Cloud SOAP API for integrating with Service Cloud.
  • D. The Marketing REST API uses XML request and response bodies and resource endpoints to support multi-channel use.

Answer: B,D

 

NEW QUESTION 53
Northern Trail Outfitters (NTO) exported all the Account records from Salesforce and used a data transformation tool to clean up values in the phone field using a standardized format. The export file has more than 2 million records. During previous data loads for similar updates on the Account object, NTO did not experience any issues with row lock.
Which feature of Data Loader should be used to load this data back into Salesforce faster?

  • A. SOAP API
  • B. Bulk API Serial Mode
  • C. Bulk API
  • D. REST API

Answer: C

 

NEW QUESTION 54
......

B2C-Commerce-Architect Questions PDF [2023] Use Valid New dump to Clear Exam: https://www.actual4labs.com/Salesforce/B2C-Commerce-Architect-actual-exam-dumps.html

PASS Salesforce B2C-Commerce-Architect EXAM WITH UPDATED DUMPS: https://drive.google.com/open?id=17sWIyi8MJ4vfzwxzXrgwxrzvCUgFyFCx

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 )
From Monday to Saturday

Support: Contact now