Printable & Easy to Use B2C-Commerce-Architect Dumps 100% Same Q&A In Your Real Exam [Q20-Q41]

Share

Printable & Easy to Use B2C-Commerce-Architect Dumps 100% Same Q&A In Your Real Exam

B2C-Commerce-Architect Practice Test Give You First Time Success with 100% Money Back Guarantee!


Salesforce B2C-Commerce-Architect Certification Exam is a challenging exam that requires a deep understanding of the Salesforce B2C Commerce platform and e-commerce best practices. B2C-Commerce-Architect exam is designed to test the skills and knowledge required to design and architect successful e-commerce solutions on the Salesforce B2C Commerce platform. Salesforce Certified B2C Commerce Architect certification exam consists of 60 multiple-choice questions and takes approximately 105 minutes to complete.


Salesforce B2C-Commerce-Architect Certification Exam is an expert-level credential that recognizes the skills and knowledge required to design and architect successful e-commerce solutions on the Salesforce B2C Commerce platform. Salesforce Certified B2C Commerce Architect certification is intended for architects, developers, and technical leaders who design and implement complex e-commerce solutions using Salesforce B2C Commerce technology. Salesforce Certified B2C Commerce Architect certification exam is comprehensive and challenging, and it requires a deep understanding of the Salesforce B2C Commerce platform and e-commerce best practices.

 

NEW QUESTION # 20
During code review, the Architect found that there is a service call on every visit of the product detail woe (PDP).
What best practices should the Architect ensure are followed for the service configuration?
Choose 2 answers

  • A. Service timeout is set.
  • B. Circuit breaker is enabled.
  • C. Service mock up call is configured.
  • D. Service logging is disabled.

Answer: A,B


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

Answer: A,B,C


NEW QUESTION # 22
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. 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.
  • B. 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.
  • C. 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.
  • D. 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.

Answer: B


NEW QUESTION # 23
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 that the correct code version is selected.
  • B. Check the Storefront site cartridge path.
  • C. Check that the search index was recently rebuilt.
  • D. Check the Business Manager site cartridge path.

Answer: B,C


NEW QUESTION # 24
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 the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state
  • B. Omit the removal of the Item and speed up the process for the customer by adding the product to the basket for them.
  • C. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.
  • D. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to

Answer: A


NEW QUESTION # 25
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. 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.
  • 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. We can proceed with the go live. All key performance indicators are now better than in the old site even with 300% more volume.

Answer: B


NEW QUESTION # 26
A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them to SFTP how should the Architect configure the import job flows following the best practices?

  • A. 1st flow is global to download the files horn SFTP. 2nd flow is global to import the master catalog. 3rd flow Is global to Import the storefront catalog.
  • B. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the storefront catalog 3rd flow It global to Import the master catalog.
  • C. 1st flow is global to download the files from SFTP. 2nd flow is global to import the storefront catalog
    3rd flow K global to Import the master catalog.
  • D. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the master catalog. 3rd flow K global to Import the storefront catalog.

Answer: A


NEW QUESTION # 27
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. Implement filterLogMessage method for the ServiceCallback to filter response log messages.
  • C. Add a new log category for this service with level greater than the sensitive data is added to avoid logging.
  • D. Implement getRequestLogMessage method for the ServiceCallback and remove sensitive data.

Answer: B


NEW QUESTION # 28
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 # 29
a client uses an external marketing toot to manage promotions and coupons for its multiple brands. They currently have only one brand on B2C Commerce and thev get Import-ready feeds created by this tool on en SFTP location.
The marketing team completes the data preparation by the end of the work day.
How should the Architect handle this import?

  • A. Create a Job and define three steps: one step uses ExecuteScriptModule to download the files from SFTP, end two standard steps to Import the promotion end coupons.
  • B. Create a job and define three steps: one custom step to download the files from SFTP, and two standard steps to import the promotion and coupons.
  • C. Create a Job and define three steps: one standard step to download files from sftp end two steps that use Execute Script Module to import the promotion end coupons.
  • D. Create a Job and define three custom steps:downloadthe files from SFTP, import promotions, import coupons

Answer: D


NEW QUESTION # 30
The Client wants to offer custom made container products on its new B2C Commerce storefront. The Client provided two business requirements.
* Customer can specify container length, width, and height.
* Customer can specify the material that the container is made of.
The Client also provided the Architect a current data schema (shown below) for reference while preparing the technical documentation.

Which two gaps between the requirements and the data schema should the Architect discuss with the Client?
Choose 2 answers

  • A. The data schema includes unique identifiers for material and color fields, but neither are reflected in the business requirements.
  • B. The data schema includes a material Price_Markup field, but there Isn't a business requirement to factor the material cost Into the final price calculation.
  • C. The data schema includes an implied structure that the customer's choices should be captured as custom objects, but there isn't a business requirement to do so
  • D. The data schema includes a Color_ID field, but there isn't a business requirement to allow the customer to specify container color.

Answer: 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. Email all the customers to not use the coupon code in their baskets.
  • B. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
  • C. Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets
  • D. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.

Answer: C


NEW QUESTION # 32
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 publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
  • B. 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.
  • C. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.
  • 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,C


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

Answer: A,B,E


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

Answer: B


NEW QUESTION # 35
A company wants to integrate B2C Commerce and Marketing Cloud so that customers shopping online can be segmented for marketing campaigns like Abandoned Cart and Post Purchase Journeys.
Which two actions are needed to enable an Abandoned Cart Journey?
Choose 2 answers

  • A. Use Mulesoft to bring order and customer data feeds from B2C Commerce to Marketing Cloud
  • B. Implement the Marketing Cloud coilect.js through the storefront by using the Connector's reference implementation
  • C. Integrate product, order, and customer data feeds into Marketing Cloud Data Extensions
  • D. Integrate product, order, and customer data feeds into Service Cloud objects

Answer: A,B


NEW QUESTION # 36
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. Content assets
  • B. Payment types
  • C. ISML templates
  • D. Content slots
  • E. Storefront catalogs

Answer: A,D,E


NEW QUESTION # 37
An Architect is performing an audit of production logs via Log Center and finds some potentially dangerous custom log output.

In which two ways It this log output Improper In a production environment? Choose 2 answers

  • A. The log information includes the order number and customer s email, which violates PCI.
  • B. The log information includes the customer s card name as it appears along with the credit card number (PAN), which violates PCI.
  • C. Information logs should not be used in a production environment
  • D. The log information includes the customer's card CW (card security code) and expiration date, which violates PCI.

Answer: A,B


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

Answer: A,B,E


NEW QUESTION # 39
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. Contact
  • B. Customer
  • C. Orders
  • D. Profile

Answer: C


NEW QUESTION # 40
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. Create a B2C Commerce Support ticket and ask them to import the order flies received from Northern Trail Outfitters.
  • B. 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.
  • C. Receive the orders file and use a Job to place new orders in B2C Commerce with the order data received.
  • 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: B


NEW QUESTION # 41
......


Salesforce B2C-Commerce-Architect certification exam measures a candidate's ability to design, implement, and manage complex B2C Commerce solutions. It requires a deep understanding of the platform's capabilities, as well as a mastery of key concepts such as data modeling, site design, and integration with other systems. Candidates must also be able to identify and resolve issues that arise during the development process, and ensure that solutions meet business requirements.

 

Fully Updated Free Actual Salesforce B2C-Commerce-Architect Exam Questions: https://www.prepawaytest.com/Salesforce/B2C-Commerce-Architect-practice-exam-dumps.html

All Obstacles During B2C-Commerce-Architect Exam Preparation with B2C-Commerce-Architect Real Test Questions: https://drive.google.com/open?id=1F32V23L03Z7BXUiySz7CKUvjmf3sf5Kz

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