[Mar-2023] Feel Salesforce B2C-Commerce-Architect Dumps PDF Will likely be The best Option
B2C-Commerce-Architect exam torrent Salesforce study guide
NEW QUESTION 22
A new dent is moving from their existing ecommerce platform to B2C Commerce. They have an existing service that connects to the Email Marketing System. The endpoint of the service can directly parse the data posted by the customer from the Storefront page for marketing materials subscriptions. it if required that the service implementation on the B2C Commerce site supports authentication and encoding.
What type should the Architect document this new service as?
- A. Generic
- B. HTTP
- C. HTTP Form
- D. SOAP
Answer: B
NEW QUESTION 23
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. Only use POST methods over HI IPS.
- B. Only use GET methods over HTTPS.
- C. Automatically renew the CSRF Token if expired.
- D. Ensure the CSRF protection is validated on form submission.
Answer: C,D
NEW QUESTION 24
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. Custom Object with an Organizational Scope
- C. Category custom attributes
- D. Jobs Framework parameters
Answer: A
NEW QUESTION 25
A merchant uploads an image using the Content Image Upload module of Business Manager.
Which three modules can the merchant or developer use to display the image on the Storefront7 Choose 3 answers
- A. Payment types
- B. Storefront catalogs
- C. Content assets
- D. ISML templates
- E. Content slots
Answer: B,C,E
NEW QUESTION 26
A developer is checking for Cross Site Scripting (XSS) and found that the quick search is not escaped (allows inclusion of Javascript) in the following script:
How would the developer resolve this issue?
- A. Use <isprint value='${searchPhrase} encoding-'jsblock" />
- B. Use <toprint value="${searchPhrase}" />
- C. Use <isprint value="${searchPhrase}* encoding-'jshtmr />
- D. Replace ' with double Quote*
Answer: A
NEW QUESTION 27
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. Reports & Dashboard
- C. Pipeline Profiler
- D. Code Profiler
- E. Google Lighthouse
Answer: B
NEW QUESTION 28
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 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.
- B. 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.
- C. 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.
- 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 29
A client is planning to migrate its e-commerce to Salesforce Commerce Cloud. Their expectation is to increase the business volume by 300%. As an architect you decide before go-live execute a load testing in order to check that the new site will fit client expectations. This table show the results of test execution:
* 500 http error appears twice during search refinement and 404 is shown while accessing an specific PDP. According to the results shown above, how can we evaluate the load test?
- A. We can proceed with the go live. All key performance indicators are now better than in the old site even with 300% more volume.
- B. Go live must be postponed until those 400/500 errors will be fixed.
- C. In general it is pretty good, the new site will work as expected. We can proceed with the go live and after that some improvements on place order should be done.
- D. There are two blockers. Go live must be postponed until checkout and place order average time is under 1,500 milliseconds. Otherwise a lot of purchases will be lost.
Answer: B
NEW QUESTION 30
Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.
What are the two feasible technical approaches to meet these requirements?
Choose 2 answers
- A. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.
- B. Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.
- C. Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.
- D. Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site.
Show the products from the site navigation catalog.
Answer: A,B
NEW QUESTION 31
During a technical review, the Client raises a need to display product pricing on the Product Detail Page (PDP) with discounted values per promotion. The Client notes customers complained of bad user experiences in the past when they would add a productto the basket from the cached PDP and then see a higher price when they started checkout as the promotion had expired.
What should the Architect suggest be implemented for this given that performance should be minimally impact?
- A. Modify the page to vary the cache by price and promotion.
- B. Create a separate template or view based on the promotion.
- C. Adjust the PDP to have a low caching period during the promotion.
- D. Remove caching of the product page during the promotion.
Answer: A
NEW QUESTION 32
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. The standard email address field for contacts and leads needs to be populated with a token
- B. The synchronized data extensions will include the token and all PII attributes
- C. The token with all supporting attributes will need to be stored in Service Cloud
- D. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions
Answer: B,D
NEW QUESTION 33
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 removal of the Item and speed up the process for the customer by adding the product to the basket for them.
- B. Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state
- C. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to
- D. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.
Answer: C
NEW QUESTION 34
A customer service team raised a new business requirement that requires a multi-cloud solution design between B2C Commerce, Service Cloud, and Marketing Cloud. A Solution Architect has been hired to lead the design of the multi-cloud solution.
Which two actions should the Solution Architect take to accurately capture requirements and deliver the solution overview?
Choose 2 answers
- A. Conduct discovery workshops and upon completion present the solution back to the design authority or executive stakeholders to validate the solution.
- B. Include functional subject matter experts and technical resources across multiple discovery workshops, grouped by business function to ensure all requirements are captured.
- C. Conduct discovery workshops to create a user acceptance testing document and invite business owners, each cloud technical architect, and implementation development team.
- D. Include the customer service team so that they can provide detailed user stories prior to the discovery workshops.
Answer: B,C
NEW QUESTION 35
A client has just pushed a new site live to Production. However during smoke testing. It's found that some customers are not seeing the correct pricing on the Product Detail Page.
What three places would the Architect begin to look for the cause of this Issue?
Choose 3 answers
- A. Check the Global Preferences to be sure the settings are correct.
- B. Check that there was not an error during replication.
- C. Check Log Center
- D. Check the Quota Status page.
- E. Check that the cache is set correctly
Answer: B,D,E
NEW QUESTION 36
A retail company currently uses 62C Commerce and Marketing Cloud to enable a seamless customer experience. They are evaluating tools to better support customer service activities like their call center for online ordering and social customer service.
Which two functionalities should a Solution Architect discuss with the company to explain the value of Service Cloud? Choose 2 answers
- A. Ability to create a B2C storefront using Digital Experiences.
- B. Ability to allow the agent to see purchase history to support case management
- C. Ability to de-duplicate and create a single customer identity.
- D. Ability to have a customer leave a journey when they have an escalated case.
Answer: B,C
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. Send an Outbound Message from Service Cloud and catch and handle the Outbound Message using the B2C Commerce APIs
- C. Use change data capture to send a message from Service Cloud and catch and handle the message using B2C Commerce Service Cloud Connector
- D. Develop a custom solution in Service Cloud to consume and communicate with B2C Commerce APIs
Answer: A
NEW QUESTION 38
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. onRequest and onSession pipelines are replaced with the OnRequest and OnSession hooks.
- D. Controllers and pipelines must be in the same folder to avoid collisions between them.
Answer: B,C
NEW QUESTION 39
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 Production Instance of a rental Realm.
- B. The Development Instance of the existing Realm.
- C. The Production instance of the existing Realm.
- D. The Development Instance of a rental Realm.
Answer: B
NEW QUESTION 40
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. Tooling API
- B. REST API
- C. SOAP API
- D. Streaming API
Answer: B
NEW QUESTION 41
A B2C Commerce merchant has multiple live sites across different brands and geographies all supported by Service Cloud and Marketing Cloud. Unfortunately, the merchant is having customer service challenges caused by fragmented views of the customer. Customers occasionally use alternate email addresses, make purchases as guests, and contact customer service anonymously. The Success Manager believes that Customer 360 Data Manager could help them solve their problem.
How should a Solution Architect describe the role of Customer 360 Data Manager in this context?
- A. Customer 360 Data Manager can be used to identify multiple records within each separate system representing the same person and assigning them a consistent Global Party ID; additional custom development is then required to relate those IDs between systems.
- B. Customer 360 Data Manager cannot be used across multiple brands within a single merchant environment because the customer as human view cannot support different accounts under separate brands.
- C. When Customer 360 Data Manager is provisioned, B2C Commerce, Service Cloud, and Marketing Cloud will automatically use a common core Customer Profile managed by Customer 360 Data Manager.
- D. Customer 360 Data Manager can be used to recognize customers as humans and extend existing records related to that human across connected systems with a consistent Global Party ID.
Answer: D
NEW QUESTION 42
......
Salesforce B2C-Commerce-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
Use Valid New B2C-Commerce-Architect Test Notes & B2C-Commerce-Architect Valid Exam Guide: https://learningtree.testkingfree.com/Salesforce/B2C-Commerce-Architect-practice-exam-dumps.html