[Jan 11, 2023] New Salesforce B2C-Commerce-Architect Dumps with Test Engine and PDF (New Questions)
Pass Your B2C-Commerce-Architect Exam Easily - Real B2C-Commerce-Architect Practice Dump Updated
Salesforce B2C-Commerce-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION 13
Northern Trail Outfitters (NTO) wants to bring data from across all parts of their Salesforce Customer Success Platform Into the Marketing Cloud account. A Solution Architect recommends using Synchronized Data Sources In Contact Builder and Marketing Cloud Connect to Integrate multiple business units In their account.
Which API does the Solution Architect need to use with Marketing Cloud Connect for this integration?
- A. Streaming API
- B. SOAP API
- C. REST API
- D. Tooling API
Answer: C
NEW QUESTION 14
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. Rate Limit is reached.
- D. Service mode is Mocked.
- E. Circuit Breaker is enabled on the service profile and max circuit breaker calls are reached in the allowed time interval.
Answer: C,E
NEW QUESTION 15
The Home-Show route uses this middleware chain:
The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:
Assuming the code is correct on both functions, what is the expected result?
- A. A RunTime error is thrown, "Error: Params do not match route".
- B. The base code executes and then the custom code executes.
- C. The custom code executes and then the base code executes.
- D. The base code executes, but the custom code is ignored because the signature lines do not match.
Answer: A
NEW QUESTION 16
During discovery, the customer required a feature that is not inducted in the standard Storefront Reference Architecture CSFRA). In order to save budget, the Architect needs to find the quickest way to implement this feature.
What is the primary resource the Architect should use to search for an existing community Implementation of the requested feature?
- A. Salesforce Commerce Cloud GitHub repository
- B. Salesforce B2C Commerce Documentation
- C. Salesforce Trailblazer Portal
- D. Salesforce Commerce Cloud Trailblazer community
Answer: A
NEW QUESTION 17
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 remote include for the login page
- B. Check Login Form and any included templates for includes that enable page caching.
- C. Add disable cache page in the template ISML - <iscache status--off''/>.
- D. Remove CSRF protection from Login Form Action.
Answer: A
NEW QUESTION 18
Given the SFRA Controller below:
Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?
- A. viewdata is declared but not assigned.
- B. cache. applyDefauItCache is not a valid middleware.
- C. viewdata is assigned but not declared.
- D. viewdata is a B2C Script reserved name.
Answer: C
NEW QUESTION 19
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 subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.
- B. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
- C. 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.
- D. 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.
Answer: A,B
NEW QUESTION 20
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. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
- B. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- C. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
- D. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
Answer: A,D
NEW QUESTION 21
During a review of the most recent release notes, the Architect finds that Salesforce has deprecated an API that is used throughout the site. After reviewing the deprecated API usage in Business Manager, the Architect narrows down the usage of that API to a particular LINK integration cartridge. The cartridge was integrated when the site was first launched and is heavily customized for the Client.
What is the recommended way for the Architect to remove the deprecated API so the LINK integration continues to work without interruptions, and lowest level of effort'
- A. The Architect should check to see If the LINK cartridge has been updated already, integrate It, apply the customisations, and teat thoroughly.
- B. The Architect should contact the company that created the LINK cartridge to fix the issue and provide the client with updated code.
- C. The Architect should update all the deprecated API cats in the already integrated LINK cartridge and test thoroughly.
- D. The Architect does not need to do anything at this time, the API will continue to work with no issues for the foreseeable future.
Answer: C
NEW QUESTION 22
A company has B2C Commerce and Marketing Cloud. The Marketing team wants to match up the purchasing data from B2C Commerce to the Marketing Cloud subscriber data.
Which two objects from B2C Commerce should a Solution Architect map to Marketing Cloud in order to meet the company's needs?
Choose 2 answers
- A. Customer
- B. Orders
- C. Contact
- D. Profile
Answer: B
NEW QUESTION 23
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. 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.
- 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. 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.
Answer: B
NEW QUESTION 24
A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user.
What should a developer implement to achieve this requirement?
- A. Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.
- B. Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
- C. Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
- D. Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.
Answer: D
NEW QUESTION 25
There Is an Issue with the site when the domain Is opened from Google search results. After researching the problem. It turns out that the site returns * 404 page error when accessed with a parameter in the URL.
What should the Architect recommend to fix that issue?
- A. Add this snippet to the aliases configuration for the domain:

- B. Add dynamic redirect if the URL contains parameter to Home Show.
Add this snippet to the aliases configuration for the domain - C. Add dynamic catch-all rule to redirect to home page.
- D. Add this snippet to the aliases configuration for the domain

Answer: A
NEW QUESTION 26
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. Site supports multiple hostnames and locates.
- C. Hostname www example.co.uk will redirect to www.example.com/uk.
- D. Hostname www.example.de will redirect to www.example.com/de.
Answer: A
NEW QUESTION 27
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:
* Sometimes desktop pages are being served to both desktop and mobile customers.
* Sometimes mobile pages ate being served to both desktop and mobile customers.
The page has caching implemented 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. Disable caching for these pages to ensure that the correct template is used to render the mobile and desktop pages.
- B. Change the URL structure to include desktop and mobile as URL parameters to ensure different cached versions of the page
- C. Create customer groups for desktop and mobile users and uh remote includes based on these groups to render the mobile and desktop pages
- D. Create customer groups for desktop and mobile users and empty promotions linked to these groups to ensure different cached versions of the page.
Answer: C
NEW QUESTION 28
Whichtwo activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers
- A. Replicate the latest data to Production during periods of increased site use to ensure freshness.
- B. Use the undo replication process to roll back code replications only, not data replications.
- C. Use the undo replication process to rollback to the previous replication if necessary.
- D. Wait 15 minutes after the recreation process completes for the cache to dear automatically.
Answer: B,D
NEW QUESTION 29
Due to an integration issue, logs files are full. Because of that no new logs have been logged. Given this Business Manager logging configuration how would you solve the issue your client is experimenting in their site?
- A. Change integration log level to error.
- B. Change root log level to error.
- C. Remove integration log level.
- D. Disable integration log level by putting log level to OFF.
- E. Remove all log levels and activate them again when the issue is solved.
Answer: D
NEW QUESTION 30
The Clientis 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 for promotions
Which two items require technical documentation for customizing the Storefront Reference Architecture?
Choose 2 answers
- A. A/B testing for promotions
- B. One Click checkout process
- C. ApplePay support
- D. log in through a standard OAuth2 social media account
Answer: B,C
NEW QUESTION 31
A financial services company wants to implement Service Cloud and Marketing Cloud. A number of profile attributes required for personalization in Marketing Cloud were identified as personally identifiable information (PII) and are too sensitive to be stored in Salesforce.
Tokenized Sending was presented as a way to address these concerns.
Which two implications should a Solution Architect consider if Marketing Cloud Connect is to be used for cloud integration?
Choose 2 answers
- A. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions
- B. The synchronized data extensions will include the token and all PII attributes
- C. The standard email address field for contacts and leads needs to be populated with a token
- D. The token with all supporting attributes will need to be stored in Service Cloud
Answer: A,B
NEW QUESTION 32
......
Free4Torrent just published the Salesforce B2C-Commerce-Architect exam dumps!: https://pdfdumps.free4torrent.com/B2C-Commerce-Architect-valid-dumps-torrent.html