[Nov-2022] Dumps Practice Exam Questions Study Guide for the B2C-Commerce-Architect Exam
B2C-Commerce-Architect Dumps with Practice Exam Questions Answers
Salesforce B2C-Commerce-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION 28
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 generate the orders m B2C Commerce schema. Ask the client to import them on production before the launch.
- 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 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: D
NEW QUESTION 29
Given the above OCAPI definitions, which permission or permissions apply?
- A. Allows external applications to create coupons
- B. Allows external applications to create, update, and delete coupons
- C. Allows external applications to update coupons
- D. Allow external applications to create, update, and delete both coupons and coupon codes
Answer: C
NEW QUESTION 30
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 Production instance of the existing Realm.
- C. The Development Instance of a rental Realm.
- D. The Development Instance of the existing Realm.
Answer: D
NEW QUESTION 31
An existing B2C Commerce site has the following aliases configuration:
Which statement related to this configuration is incorrect?
- A. Hostname www example.co.uk will redirect to www.example.com/uk.
- B. Site supports multiple hostnames and locates.
- C. Hostname www.example.de will redirect to www.example.com/de.
- D. Hostname www.example.com will redirect to www example com/us
Answer: D
NEW QUESTION 32
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?
- A. Search Indexes
- B. Storefront URLs
- C. Campaign
- D. Static content
Answer: D
NEW QUESTION 33
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. Automatically renew the CSRF Token if expired.
- B. Only use GET methods over HTTPS.
- C. Only use POST methods over HI IPS.
- D. Ensure the CSRF protection is validated on form submission.
Answer: A,D
NEW QUESTION 34
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. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
- B. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- C. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
- D. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
Answer: C,D
NEW QUESTION 35
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 removed and recreated with scripts.
- B. The job Pipelines must be updated to work as custom job steps.
- C. The job Pipelines must be updated to use SFRA Controllers.
- D. The Job Pipelines must be updated to use SiteGenesis Controllers.
Answer: B
NEW QUESTION 36
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. Obtain the token from local storage of the browser and update it once It expires.
- B. Apply page caching to the client authentication controller that is used with AJAX.
- C. Use HTTPService caching for the client authentication call.
- D. Obtain the token from a custom cache before making the client authentication call.
- E. Use a job to store and update the token in a custom object that is used from the storefront code
Answer: B,C,E
NEW QUESTION 37
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. Obtain the token from local storage of the browser and update it once It expires.
- B. Obtain the token from a custom cache before making the client authentication call.
- C. Use a job to store and update the token in a custom object that is used from the storefront code
- D. Apply page caching to the client authentication controller that is used with AJAX.
- E. Use HTTPService caching for the client authentication call.
Answer: B,D,E
NEW QUESTION 38
Northern Trail Outfitters (NTO) hosts a customer care portal using Service Cloud. The portal uses Marketing Cloud for customer interaction for a number of use cases, including customer sign-up and updates on togged cases. NTO has decided that the connectors provided by Salesforce are not flexible enough for their needs, so they would like to explore a programmatic approach for doing so.
Which two considerations should a Solution Architect point out to NTO as it moves forward to integrate the Service Cloud portal with Marketing Cloud for customer interaction? Choose 2 answers
- A. NTO can use Marketing Cloud REST API for integrating with Service Cloud.
- B. The Marketing REST API calls are asynchronous, with timeout values of 120 for non-tracking operations and 300 seconds for tracking and data retrieve operations.
- C. The Marketing REST API uses XML request and response bodies and resource endpoints to support multi-channel use.
- D. NTO can use Marketing Cloud SOAP API for integrating with Service Cloud.
Answer: A,C
NEW QUESTION 39
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. 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.
- C. Go live must be postponed until those 400/500 errors will be fixed.
- 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: C
NEW QUESTION 40
The Client wishes to implement a third party integration that allows for free shipping If the customer Is a member of the third party service. When the customer's order is exported to the Order Management System (OMS) it also creates a custom object in order to track additional data before sending that order data to the third-party service as wen.
What technical concern should the Architect raise to protect performance and stability of the site1?
- A. The customer's order data sent to a third-party and related security needs.
- B. The customer order quota and related retention or deletion needs.
- C. The custom object quota and related retention or deletion needs.
- D. The OMS having order data sent to a thud party and related security needs.
Answer: C
NEW QUESTION 41
The Client isCrowing and decided to migrate its ecommerce website to B2C Commerce. The Client provided the Architect with the f metrics for its existing website over the past 12 months and forecasted into the next year:
Noting these historical metrics and the forecasted growth of 300%, which load test targets meet best practices for testing the new B2C Commerce site?
- A. 15000 visits per hour, 300000 page views per hour, and 3750 orders per hour
- B. 150000 visits per hour, 3000000 page views per hour, and 37500 orders per hour
- C. 3000 visits per hour, 60000 page views per hour, and 750 orders per hour
- D. 1500 visits per hour, 30000 page views per hour, and 375 orders per hour
Answer: C
NEW QUESTION 42
Northern Trail Outfitters uses an Order Management system (OMS), which creates an order tracking number for every order 24 hours after receiving it. The OMS provides only a web-service interface to get this tracking number. There is a job that updates this tracking number for exported orders, which were last modified yesterday.
Part of this jobs code looks like the following:
Based on the above description and code snippet, which coding best practice should the Architect enforce?
- A. Standard order import should be used instead of modifying multiple order objects with custom code.
- B. The transaction for updating of orders needs to be rewritten to avoid problems with transaction size.
- C. Post-processing of search results is a bad practice that needs to be corrected.
- D. Configure circuit breaker and timeout for the OMS web service call to prevent thread exhaustion.
Answer: D
NEW QUESTION 43
......
Free Salesforce Architect B2C-Commerce-Architect Exam Question: https://topexamcollection.pdfvce.com/Salesforce/B2C-Commerce-Architect-exam-pdf-dumps.html