[Apr 19, 2023] Salesforce B2C-Commerce-Architect Real Exam Questions and Answers FREE [Q26-Q48]

Share

[Apr 19, 2023] Salesforce B2C-Commerce-Architect Real Exam Questions and Answers FREE

Pass Salesforce B2C-Commerce-Architect Exam Info and Free Practice Test


Salesforce B2C-Commerce-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given the systems that are interacting with the platform, evaluate the integration points
  • Given an implementation, evaluate the end-to-end needs for custom logging configuration
Topic 2
  • Given a complex issue or set of issues, guide a development team in the steps toward resolution
  • Given data migration scenarios, plan and support the data migration process
Topic 3
  • Given dependencies between sources of site data, define jobs and data replication schedules
  • Given a collection of cartridges and data, define a process to compile and deploy to Salesforce environments
Topic 4
  • Given an implementation and known KPIs, support in load testing, evaluate results
  • Given systems integration requirements & technical details, evaluate LINK cartridges applicable versions
Topic 5
  • Given a site launch checklist, identify rollback steps possibly required, plan post-production activities
  • Given an implementation performance issue, demonstrate the ability to identify and address existing
Topic 6
  • Given business and technical requirement details, review implementation specifications for solutions
  • Given a set of batch process requirements, leverage the productized Job Framework for batch process integration

 

NEW QUESTION 26
A client receives multiple feeds from third parties on the same SFTP location:
* Product prices (sftp: prod/prices)
* Stores information (sftp: prod/stores;
* Product information (sftp: prod/catalog)
* Categories information (sftp: prod/marketing)
* Content (sftp: prod/marketing)
Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.
The Architect decides to have only two jobs:
* One that checks and downloads available feeds every hour
* One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework Which design is correct for the import Job, taking the steps scope in consideration?

  • A. - four sibling flows execute steps ki parallel: import products, stores, prices, content
    - fifth flow executes: import categories
    - last flow executes steps In sequence: reindex
  • B. -Four sibling flows execute steps in parallel: import products, stores, price, content
    -last flow executes steps in sequence: import:categories, reindex
  • C. - four sibling flows execute steps in parallel: import products, stores, prices, content
    - last flow executes steps in sequence import categories, reindex
  • D. - three siting flows Import steps In parallel: import products, stores, prices
    - fourth flow executes: import categories
    - last flow executes steps in sequece: reindex, Import content

Answer: B

 

NEW QUESTION 27
A B2C Commerce developer has recently completed a tax service link cartridge integration into a new SHU site. During review, the Architect notices the basket calculation hook is being run multiple times during a single tax call.
What is the reason for the duplicate calculations being run?

  • A. The checkout is designed to recursively refer to the same hook.
  • B. There are multiple hook.js Wes referring to the same hook.
  • C. The tax cat is being called multiple times.
  • D. The LINK cartridge Is Included multiple times in the cartridge path.

Answer: C

 

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

Answer: B

 

NEW QUESTION 29
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 Trailblazer Portal
  • B. Salesforce Commerce Cloud Trailblazer community
  • C. Salesforce B2C Commerce Documentation
  • D. Salesforce Commerce Cloud GitHub repository

Answer: D

 

NEW QUESTION 30
To integrate a new payment method with your storefront the 3rd party provider shares with you the endpoints, protocols and needed credentials. After reading all documentation received you realize that they work under SOAP 1.1 protocol. Under which folder in your cartridge structure you should place the needed files?

  • A. /services
  • B. /webreferences2
  • C. /scripts/soap
  • D. /webreferences

Answer: D

 

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

Answer: A,C,D

 

NEW QUESTION 32
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 performing a signed SOAP Auth request using a certificate.
  • C. By wrapping the authentication service call with Basic Auth.
  • D. By Issuing a Basic Auth request to the service provider.

Answer: D

 

NEW QUESTION 33
A merchant is selling a new product line of televisions. In order to deliver a good customer experience, the merchandising team wants the screen size to be incorporated into the search and navigation journey.
Which two things can the developer do to facilitate this for them?
Choose 2 answers

  • A. Define a new searchable attribute for Screen Size.
  • B. Configure catalog-level search refinement definition for Screen Size.
  • C. Configure Screen Size threshold search refinement bucket definitions.
  • D. Create a new search refinement for a Boolean value true or false and label it "big screen."

Answer: A,B

 

NEW QUESTION 34
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. Rate Limit is reached.
  • B. Commerce Cloud IP not whitelisted on Marketing Cloud.
  • C. Circuit Breaker is enabled on the service profile and max circuit breaker calls are reached in the allowed time interval.
  • D. Force PRD Behavior in Non-PRD Environments option in the service configuration is checked.
  • E. Service mode is Mocked.

Answer: A,C

 

NEW QUESTION 35
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 Issuing a Basic Auth request to the service provider.
  • B. By disabling Basic Auth and executing the service authentication call.
  • C. By performing a signed SOAP Auth request using a certificate.
  • D. By wrapping the authentication service call with Basic Auth.

Answer: B

 

NEW QUESTION 36
A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code.
What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?

  • A. Rework the implementation so it reads the parameter on client-side, passes it to the analytics and exclude It from cache parameters.
  • B. Rework the Implementation so the parameter is not passed In the URL and is read from the URL hash.
  • C. Rework the Implementation so it doesn't depend on that parameter.
  • D. Add the key to the cache exclude parameters.

Answer: A

 

NEW QUESTION 37
A company actively uses CI/CO processes for their Service Cloud implementation and is adding Marketing Cloud and Marketing Cloud Connect to their architecture. Under the current setup each developer has their own developer sandbox for development. Developers merge their changes into a sandbox for QA regularly, then once every week changes are moved to staging, and from staging to production instances.
Which set up should a Solution Architect propose to support this development approach considering costs and data segregation?

  • A. Set up one Marketing Cloud instance for testing and one for production, where the testing instance is connected to the staging sandbox
  • B. Set up one Marketing Cloud instance for production and create a Marketing Cloud sandbox to connect to each of the Service Cloud sandboxes
  • C. Set up one Marketing Cloud instance with a business unit for production and one business unit for testing that is connected to all Developer sandboxes
  • D. Set up one Marketing Cloud instance for each sandbox in Service Cloud

Answer: D

 

NEW QUESTION 38
A client has a single site with multiple domains, locales, and languages. After launch, there is a need for the client to perform offline maintenance. The client would like to show the same maintenance page for each locale.
Which version of aliases,Json file below will accomplish this task?
A)

B)

C)

D)

  • A. Option B
  • B. Option C
  • C. Option D
  • D. Option A

Answer: C

 

NEW QUESTION 39
Northern Trail Outfitters (NTO) wants to migrate its online shoo from a custom ecommerce platform to B2C Commerce. NTO needs to migrate several thousands of customer records profile information, address book).
WTO can provide a B2C Commerce feed. It is currently using SHA-2S6 as an encryption mechanism for the customer passwords.
What approach can the Architect propose?

  • A. Import the customer records, including the hashed password, as B2C Commerce supports SHA-2S6, and they will be able to login with their existing password.
  • B. Import the customer records, excluding the password field, and B2C Commerce will automatically require a password reset the first time a customer logs m to the storefront.
  • C. Do not import customer records and asks customers to create new accounts the first fame they try to log in to the B2C Commerce storefront.
  • D. Import the customer records, with the hashed password as a custom attribute, and during the login compare the entered password with the hashed password and save it in the password field.

Answer: A

 

NEW QUESTION 40
A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.
Whet first step needs to be taken to identify and fix the issue?

  • A. Clean up build server work space and run job again.
  • B. Verify the modules versions used to generate the code.
  • C. Verify the generated JavaScript and CSS for the build.
  • D. Recreate the job in the build server to verify compilation issues.

Answer: B

 

NEW QUESTION 41
Which standards allow dw.ws.WebReference2 class?

  • A. RPC/Encoded WSDLs
  • B. Apache CXF
  • C. SOAP 1.1 and SOAP 1.2
  • D. https 1.0 and 1.1
  • E. WSDL 1.1

Answer: B,C,D,E

 

NEW QUESTION 42
The Client currently manages Customers, Inventory, and Product Information with dedicated backend systems as shown In the Systems Diagram below. There is also an external Email Marketing System (EMS)in place.
The EMS needs order data to email recommendations to customers using an existingemail campaign.These recommendations should be to only send for products that are instock. The EMS has no access to the backend systems so this data should come from the Salesforce B2C Commerce site.

Which relationships should be added to the Systems Diagram to complete it and fulfill the chant requirements necessary for the email campaign?

  • A. Order, Customer, and Inventory data should be exported from Production. Product data should be exported from staging.
  • B. Order and Customer data should be exported from Production. Product and Inventory data should be exported from Staging.
  • C. Order, Customer, and Product data should be exported from Staging. Inventory data should be exported from Production.
  • D. Order and Inventory should be exported from Production. Products should be exported from Staging.Customers should be exported from the external Customer Management System.

Answer: A

 

NEW QUESTION 43
The Client identifies that a segment of customers need to see some products on the site that other customers should not be able to access. All products are maintained within one catalog but in separate categories. A custom attribute will be used on the Profile system object to identify customers that belong to this special segment. A customer group will be made that is qualified for by this Profile custom attribute. The storefront will be customized to include navigation to relevant categories for this customer group.
Unfortunately during technical review the Client points out that the business teams have raised a concern with maintenance and want to use a shared navigation within the catalog and not use separate categories.
Which item should the Architect suggest to efficiently fulfil this new requirement while maintaining scalability?

  • A. Customize the Storefront to use separate storefront catalogs with the same navigation that If the customer Is In the customer group gets assign products appropriately.
  • B. Customize the Storefront to use a hidden search refinement and modify the customer group to be qualifiedfor by a new product custom attribute
  • C. Customize the Storefront Co use a hidden search refinement that if the user Is In the customer group then the result Includes those products with a new custom attribute.
  • D. Customize the Storefront to modify the search result that if the user is in the customer group then the result includes those products appropriately.

Answer: D

 

NEW QUESTION 44
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 whilepreparing 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 a material Price_Markup field, but there Isn't a business requirement to factor the material cost Into the final price calculation.
  • B. 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
  • C. The data schema includes unique identifiers for material and color fields, but neither are reflected in the business requirements.
  • 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: A,D

 

NEW QUESTION 45
A new project for a Client will involve a few different Integrations to their middleware system resulting in four different web services. All will use the same credentials to the middleware. Each will have the same timeout, but will require a separate log file prefix.
How should the Architect set this up with the Service framework using a minimal set of configuration?

  • A. Four Service Configurations. Four Service Profiles, Four Service Credentials
  • B. Four Service Configurations. One Service Profile, One Service Credential.
  • C. Four Service Configurations. Four Service Profiles, One Service Credential
  • D. One Service Configuration, Four Service Profiles, One Service Credential.

Answer: B

 

NEW QUESTION 46
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. 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.
  • 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 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. 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.

Answer: D

 

NEW QUESTION 47
The client provided these business requirements:
* The B2C Commerce platform will integrate with the client's Order Management System (OMS).
* The OMS supports Integration us-no legacy RPC style SOAP services.
* The OMS is hosted on client s infrastructure.
What is the right cartridge folder to place the WSDL provided for the OMS service?

  • A. /cartridge/webreferences2
  • B. /cartridge/services
  • C. /cartridge/webreferences
  • D. /cartridge

Answer: C

 

NEW QUESTION 48
......

Latest B2C-Commerce-Architect Exam Dumps Salesforce Exam: https://www.real4dumps.com/B2C-Commerce-Architect_examcollection.html

New 2023 Latest Questions B2C-Commerce-Architect Dumps - Use Updated Salesforce Exam: https://drive.google.com/open?id=1DTrZwgroOdVRco8qUgFhzPKexUyq0kad