Pass B2C-Commerce-Architect Brain Dump Updated Certification Sample Questions
Online B2C-Commerce-Architect Test Brain Dump Question and Test Engine
NEW QUESTION # 32
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. jsblock
- B. jsattribute
- C. htmlunquote
- D. jshtml
Answer: A
NEW QUESTION # 33
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. Adjust the PDP to have a low caching period during the promotion.
- C. Remove caching of the product page during the promotion.
- D. Create a separate template or view based on the promotion.
Answer: A
NEW QUESTION # 34
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. 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.
- B. 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.
- 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 # 35
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. The Service Cloud Connector only supports Person Accounts as a customer model.
- B. The Service Cloud Connector only supports contacts as a customer model.
- C. Service agents need a corresponding storefront login mapped to their Service Cloud user record.
- D. Guests or anonymous storefront shoppers are not supported in this scenario.
- E. B2C Commerce needs to be registered as a remote site.
Answer: A,C
NEW QUESTION # 36
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. Create a new sorting rule with products.activeData.daysAvailable for "New products" category.
- B. None of these options are valid even though they scale in large catalogs. Dynamic categorization is not available OOTB in Salesforce Commerce Cloud.
- C. Create a new Search Refinement for "New products". To display products according products.activeData.daysAvailable
- D. 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.
Answer: B
NEW QUESTION # 37
While validating a LINK Cartridge for inclusion into the solution, an Architect notices that the UNK cartridge documentation requires the Architect to add a script node to a Pipeline in the storefront cartridge. The script is also a valid CommonJS module.
Which approach can the Architect use to Integrate this cartridge into a site that uses Controllers only?
- A. Add the script that is required via an import$cript statement in the Controller, add the appropriate arguments, and execute the correct method.
- B. Add the script that is required via a Module, exports statement m the Controller add the appropriate arguments, and execute the correct method.
- C. Copy and paste the script that is required directly into the Controller, add the appropriate arguments, then execute the correct method
- D. Add the script that Is required via a require statement In the Controller, add the appropriate arguments, and execute the correct method.
Answer: D
NEW QUESTION # 38
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 Issuing a Basic Auth request to the service provider.
- C. By wrapping the authentication service call with Basic Auth.
- D. By performing a signed SOAP Auth request using a certificate.
Answer: A
NEW QUESTION # 39
Northern Trail Outfitters (NTO) wants to upgrade its customer service by providing the opportunity for customers to engage using social messaging channels such as Facebook, WhatsApp, and SMS to resolve issues and ask questions. They already use Marketing Cloud Mobile Connect and Social Studio. Alongside these, the Solution Architect also recommends implementing Digita I Engagement features in Service Cloud.
Which two reasons should a Solution Architect use to justify those recommendations?
Choose 2 answers
- A. Mobile Connect only supports outbound messaging in selected countries
- B. Mobile Connect lacks integration with the service agent console without Digital Engagement
- C. Social Studio does not support 1:1 messaging on the apps listed in the scenario
- D. Social Studio is limited to listening to social channel and not responding
Answer: A,C
NEW QUESTION # 40
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 streaming updates for catalog importing, implement the Collect Tracking Code, and leverage Journey Builder to trigger an abandoned cart message.
- C. Configure streaming updates for catalog importing, implement Google Analytics tracking, and leverage Journey Builder to trigger an abandoned cart message.
- D. Configure B2C Commerce catalog, product, order, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through Journey Builder.
Answer: C,D
Explanation:
Journey Builder.
NEW QUESTION # 41
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 the data mapping between commerce and customer service provider.
- D. Document how the customer online journey flown from landing on the page to placing of the order
- E. Document the custom Nations required on top of the LINK cartridge based on current commerce implementation and business needs.
Answer: B,C,E
NEW QUESTION # 42
Northern Trail Outfitters (NTO) Just went live after migrating its online shop to B2C Commerce from a custom eCommerce platform. NTO now needs to migrate its orders NTO cannot provide a B2C Commerce feed, but a custom export We from its current eCommerce site.
What are the correct steps to migrate these orders to B2C Commerce?
- A. Receive the orders file and use a Job to place new orders in B2C Commerce with the order data received.
- B. Create a B2C Commerce Support ticket and ask them to import the order flies received from Northern Trail Outfitters.
- C. Receive the orders file and use a job to generate the orders m B2C Commerce schema. Ask the client to import them on production before the launch.
- D. Receive the orders file and use a Job to generate the orders in B2C Commerce schema. Create a B2C Commerce Support ticket to ask them to Import the orders.
Answer: D
NEW QUESTION # 43
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. Reports & Dashboard
- D. Pipeline Profiler
- E. Google Lighthouse
Answer: C
NEW QUESTION # 44
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 Trailblazer community
- B. Salesforce Trailblazer Portal
- C. Salesforce Commerce Cloud GitHub repository
- D. Salesforce B2C Commerce Documentation
Answer: C
NEW QUESTION # 45
A developer wants to import the data or different instances.
Which two types of data should the developer consider importing?
Choose 2 answers
- A. Customers
- B. Metadata
- C. Catalog
- D. Services
- E. Sites configurations
Answer: B,E
NEW QUESTION # 46
Northern Trail Outfitters (NTO) wants to integrate its product information management (PIM) system with B2C Commerce so shopping experiences can be relevant, personalized, and seamless across channels. They need the ability to search for product deltas in the PIM system and reflect those changes in B2C Commerce on a scheduled basis. The Solution Architect recommends using MuleSoft Accelerator for B2C Commerce for this integration.
Which two benefits should the Solution Architect highlight about API-led connectivity while implementing the MuleSoft accelerator for B2C Commerce?
Choose 2 answers
- A. It enables self-service and an increase in productivity through reusable microservices and APIs.
- B. It enforces a distributed approach and allows for the creation of Experience APIs, Data APIs, and System APIs.
- C. It offers a template-driven approach for development.
- D. It lets the business quickly integrate different systems without involving IT.
Answer: C,D
NEW QUESTION # 47
In Reports and Dashboards tools you find some requests with a very poor cache hit ratio (less than 20%). What can you do in order to increase cache hit ratio and improve website performance? Here a few examples of triggered URL:
- https://www.myawesomewebsite.com/products?sz=48&start=0&srule=price-low&campaign=ads1
- https://www.myawesomewebsite.com/products?start=0&sz=48&srule=price-low&campaign=ads2
- https://www.myawesomewebsite.com/products?srule=price-low&start=0&sz=48&campaign=ads3
- A. Use URL hashes for parameter campaign
- B. Always use the same URL parameter order
- C. Create custom cache for this request.
- D. New cache partition
Answer: A,B
NEW QUESTION # 48
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?
- A. Campaign
- B. Storefront URLs
- C. Static content
- D. Search Indexes
Answer: D
NEW QUESTION # 49
During the monitoring tasks you realize that a third party integration with your storefront is logging sensitive dat a. What can we do to avoid saving this information to the system logs?
- A. Implement filterResponseLogMessage method for the ServiceCallback to filter response log messages.
- B. Add a new log category for this service with level greater than the sensitive data is added to avoid logging.
- C. Implement filterLogMessage method for the ServiceCallback to filter response log messages.
- D. Implement getRequestLogMessage method for the ServiceCallback and remove sensitive data.
Answer: C
NEW QUESTION # 50
Facebook connect will be available on your storefront to allow users to log in. To configure properly the new OAuth provider. What should you need from your product owner?
- A. Ask for the access token.
- B. Ask to grant needed permissions for your facebook user.
- C. User and password from Facebook to get the access token.
- D. Send request to facebook endpoint with app_id sended by POST to retrieve the oauth token.
Answer: B
NEW QUESTION # 51
......
Real Salesforce B2C-Commerce-Architect Exam Dumps with Correct 66 Questions and Answers: https://www.prep4sureguide.com/B2C-Commerce-Architect-prep4sure-exam-guide.html
Salesforce B2C-Commerce-Architect Certification Real 2023 Mock Exam: https://drive.google.com/open?id=1GMWo9vlPhilUZExxZ3Xrpu4vP1ZzKdkj