[Oct 14, 2022] Ultimate B2C-Commerce-Architect Guide to Prepare Free Latest Salesforce Practice Tests Dumps [Q18-Q35]

Share

[Oct 14, 2022] Ultimate B2C-Commerce-Architect Guide to Prepare Free Latest Salesforce Practice Tests Dumps

Get Top-Rated Salesforce B2C-Commerce-Architect Exam Dumps Now


Salesforce B2C-Commerce-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given the systems that are interacting with the platform, evaluate the integration points
  • Given an implementation, evaluate the end-to-end needs for custom logging configuration
Topic 2
  • Given an implementation issue, demonstrate the ability to identify root causes and recommend solutions
  • Given a customer's business requirement, create a technical specification that accurately reflects the business requirement
Topic 3
  • Given a site launch, monitor launch activities that cover all system health indicators
  • Given a set of real-time integration requirements, leverage the productized Service Framework for real-time integration
Topic 4
  • Given an implementation and known KPIs, support in load testing, evaluate results
  • Given systems integration requirements & technical details, evaluate LINK cartridges applicable versions
Topic 5
  • Given dependencies between sources of site data, define jobs and data replication schedules
  • Given a collection of cartridges and data, define a process to compile and deploy to Salesforce environments
Topic 6
  • Given a site launch checklist, identify rollback steps possibly required, plan post-production activities
  • Given an implementation performance issue, demonstrate the ability to identify and address existing
Topic 7
  • Given business and technical requirement details, review implementation specifications for solutions
  • Given a set of batch process requirements, leverage the productized Job Framework for batch process integration

 

NEW QUESTION 18
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. Use a job to store and update the token in a custom object that is used from the storefront code
  • B. Obtain the token from local storage of the browser and update it once It expires.
  • C. Apply page caching to the client authentication controller that is used with AJAX.
  • D. Use HTTPService caching for the client authentication call.
  • E. Obtain the token from a custom cache before making the client authentication call.

Answer: C,D,E

 

NEW QUESTION 19
A company wants to send a coupon code to VIP customers who have abandoned their cart. The company also wants to track email open and forward count, as well as disable the coupon code after a single use.
Which set of platforms and native services should a Solution Architect recommend to satisfy these requirements?

  • A. Marketing Cloud for customer segmentation; Service Cloud for creation of coupon codes; B2C Commerce to send abandoned cart emails; Tableau CRM to track email opens and forwards.
  • B. Service Cloud for customer segmentation; third-party service for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Service Cloud to track email opens and forwards.
  • C. Marketing Cloud for customer segmentation; B2C Commerce for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Marketing Cloud to track email opens and forwards.
  • D. B2C Commerce for customer segmentation; Service Cloud for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Service Cloud to track email opens and forwards.

Answer: C

 

NEW QUESTION 20
Recent code changes to an existing cartridge do not appear correctly on a Storefront. The developer confirms that the code is uploaded in the IDE and ensures that the cartridge is associated with the sandbox.
Which two additional steps should the developer take to troubleshoot this problem?
Choose 2 answers

  • A. Check the Business Manager site cartridge path.
  • B. Check the Storefront site cartridge path.
  • C. Check that the search index was recently rebuilt.
  • D. Check that the correct code version is selected.

Answer: B,C

 

NEW QUESTION 21
A university is considering using Experience Cloud so its students can interact with advisors who have Service Cloud licenses. The university would like to offer the easiest path for existing students to log in while still maintaining security. They have an on-premises Active Directory identity provider and use Google Workspace (formerly known as G Suite) for student email addresses.
What should a Solution Architect recommend?

  • A. Implement Social Sign On with Openld Connect and Google Workspace as Auth Provider.
  • B. Implement Active Directory and Salesforce Identity for SAML delegated Single Sign On.
  • C. Implement OAuth 2.0 authentication protocol with Google Workspace as Service Provider.
  • D. Implement Aloha template for students to access email with Salesforce Authenticator app.

Answer: C

 

NEW QUESTION 22
A client has a single site with multiple domains, locales, and languages. After launch, there is a need for the client to perform offline maintenance. The client would like to show the same maintenance page for each locale.
Which version of aliases,Json file below will accomplish this task?
A)

B)

C)

D)

  • A. Option C
  • B. Option B
  • C. Option A
  • D. Option D

Answer: D

 

NEW QUESTION 23
A company wants to migrate their existing in-house order management solution to the Salesforce Order Management product, which will trigger post-purchase transactional emails through Marketing Cloud. They are already using B2C Commerce, Service Cloud, and Marketing Cloud, as well as the B2C Commerce - Service Cloud Connector and Marketing Cloud Connect.
What are three actions that a Solution Architect must take when planning and deploying this solution? Choose 3 answers

  • A. Replace the Service Cloud Connector with an Order Management Connector for B2C Commerce.
  • B. Migrate subscriber keys in Marketing Cloud to a new Order Management customer identifier.
  • C. Configure data extensions and triggered sends in Marketing Cloud to support transactional emails for ordering scenarios.
  • D. Integrate Salesforce Order Management to B2C Commerce for order history and user self service.
  • E. Modify the Service Cloud Connector implementation to remove potentially conflicting features with the Order Management Connector.

Answer: B,D,E

 

NEW QUESTION 24
An organization uses B2C Commerce to capture order details but needs to process the order in an ERP system. They want B2C Commerce to send a message to the ERP system with the order details after they have been entered, then wait for the order to be processed, and then receive a reply from the ERP system with the order number and status.
Which integration pattern should a Solution Architect use to meet this requirement?

  • A. Publish / Subscribe
  • B. Asynchronous Call-Out
  • C. Batch Data Synchronization
  • D. Request and Reply

Answer: D

 

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

Answer: A

 

NEW QUESTION 26
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. REST API
  • B. Bulk API Serial Mode
  • C. Bulk API
  • D. SOAP API

Answer: C

 

NEW QUESTION 27
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. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.
  • B. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to
  • 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 28
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 name and description for the shipping method are not set up correctly in B2C Commerce or Service Cloud for the requested locale.
  • B. The ShippingMethods data extension is missing the label and description field for the corresponding locale.
  • C. The subscriber in Marketing Cloud does not have a preferred locale set.
  • D. The locale is not set correctly in the body of the email template.

Answer: B,D

 

NEW QUESTION 29
An integration cartridge implements communication between the B2C Commerce Storefront and a third-party service provider. The cartridge contains the localServiceRegistry code:

How does this code sample accomplish authentication to the service provider?

  • A. By disabling Basic Auth and executing the service authentication call.
  • B. By wrapping the authentication service call with Basic Auth.
  • C. By Issuing a Basic Auth request to the service provider.
  • D. By performing a signed SOAP Auth request using a certificate.

Answer: A

 

NEW QUESTION 30
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?

  • A. The job Pipelines must be updated to work as custom job steps.
  • B. The job Pipelines must be removed and recreated with scripts.
  • C. The Job Pipelines must be updated to use SiteGenesis Controllers.
  • D. The job Pipelines must be updated to use SFRA Controllers.

Answer: B

 

NEW QUESTION 31
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. Pipeline Profiler
  • B. Job Schedules
  • C. Analytics Conversion Reports
  • D. Custom Log Settings
  • E. Quota Status

Answer: B,C,E

 

NEW QUESTION 32
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

  • A. Implement a Iive export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.
  • B. Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.
  • C. 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.
  • D. implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate end marks processed orders as exported upon success.

Answer: B,C

 

NEW QUESTION 33
Northern Trail Outfitters (NTO) is at the beginning of an implementation of B2C Commerce and is now discussing the communication flow. They are designing the flows between systems to send password resets via email when a new account is created in B2C Commerce or the email address is updated.
Considering NTO also uses Service Cloud and Marketing Cloud, which feature should a Solution Architect suggest to optimize the end-customer experience while also ensuring that tracking is visible to service agents?

  • A. Marketing Cloud Triggered Send
  • B. Service Cloud Email Service
  • C. Marketing Cloud Journey Event
  • D. Commerce Cloud Email Service

Answer: A

 

NEW QUESTION 34
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/services
  • B. /cartridge
  • C. /cartridge/webreferences
  • D. /cartridge/webreferences2

Answer: C

 

NEW QUESTION 35
......

Passing Key To Getting B2C-Commerce-Architect Certified Exam Engine PDF: https://www.dumpsreview.com/B2C-Commerce-Architect-exam-dumps-review.html

B2C-Commerce-Architect Exam Dumps Pass with Updated Tests Dumps: https://drive.google.com/open?id=1NiU5mNuArusOPmwt6nCGWBLyNOeEqzKW