[2023] Use Valid New B2C-Commerce-Architect Test Notes & B2C-Commerce-Architect Valid Exam Guide [Q24-Q48]

Share

[2023] Use Valid New B2C-Commerce-Architect Test Notes & B2C-Commerce-Architect Valid Exam Guide

B2C-Commerce-Architect Actual Questions Answers PDF 100% Cover Real Exam Questions

NEW QUESTION # 24
The Client has requested an Architect's help in documenting the architectural approach to a new home page.
The requirements provided by the business are:
* Multiple areas of static image content, some may need text shown at well
* The content page must be Realizable
* A carousel of featured products must be shown below a banner 101191
* Recommended categories will be featured based on the time of year
Which two solutions would fulfil these requirements?
Choose 2 answers

  • A. Leverage B2C Commerce Content Management Service
  • B. Leverage B2C Commerce locales in Business Manager
  • C. Leverage B2C Commerce content slots and assets
  • D. Leverage B2C Commerce Pege Designer with a dynamic layout.

Answer: B,D


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

Answer: B


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 <toprint value="${searchPhrase}" />
  • B. Use <isprint value='${searchPhrase} encoding-'jsblock" />
  • C. Replace ' with double Quote*
  • D. Use <isprint value="${searchPhrase}* encoding-'jshtmr />

Answer: C


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

Answer: A,B,D


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 calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to
  • 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 removal of the Item and speed up the process for the customer by adding the product to the basket for them.
  • D. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.

Answer: B


NEW QUESTION # 29
An organization wants to add Service Cloud to their existing Salesforce Org currently hosting Sales Cloud. They know that an integrated customer service experience is a key component of a successful long-term relationship with their customers. After doing some research they learned that the Service Cloud connector can help start their implementation and they are now ready to proceed.
Which two functionality considerations should they be aware of when introducing the B2C Commerce to Service Cloud Connector into an existing Salesforce Org?
Choose 2 answers

  • A. The Service Cloud Connector provides a collection of Lightning and Visualforce components that display customer and order information within Service Cloud, which needs to be customized and deployed by a developer.
  • B. The Service Cloud Connector is distributed as a managed package that can be extended to meet client-specific needs but with core functionality that cannot be altered.
  • C. The Service Cloud Connector natively supports accounts and contacts, households, and multi-brand customer models.
  • D. In order to implement the Service Cloud Connector it is necessary to enable Person Accounts, a change which cannot be reverted once implemented.

Answer: B


NEW QUESTION # 30
During a load test the storefront shows steady but slow performance on all the paces being tested. The Architect opens Pipeline Profiler and sorts the data by *total time" column. The following come as the top Ave items:

Which controller should the Architect focus on to further investigate the performance issue?

  • A. Search Show as this Is one of the key controllers that the customer uses
  • B. Product-HitTile as it has the highest hits during the load test.
  • C. Home-IncludeHeaderMenu as It has highest average time.
  • D. Product-Detail as It has the highest total time and highest maximum time.

Answer: C


NEW QUESTION # 31
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. Service mock up call is configured.
  • C. Service logging is disabled.
  • D. Circuit breaker is enabled.

Answer: A,D


NEW QUESTION # 32
You have been requested to integrate in the checkout and user profile forms and address suggestions. To do that you'll need to sync with the 3rd party provider to gather needed info to properly configure the service to retrieve the addresses. What should request the provider?

  • A. Credentials
  • B. IP, port and protocol
  • C. SLA: Service Level Agreement
  • D. API and documentation to perform the integration.

Answer: A,C


NEW QUESTION # 33
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 an Organizational Scope
  • B. Jobs Framework parameters
  • C. Category custom attributes
  • D. Custom Object with a Site Scope

Answer: D


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 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.
  • B. 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.
  • C. 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.
  • D. 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.

Answer: A


NEW QUESTION # 35
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 Color_ID field, but there isn't a business requirement to allow the customer to specify container color.
  • 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 material Price_Markup field, but there Isn't a business requirement to factor the material cost Into the final price calculation.

Answer: B,D


NEW QUESTION # 36
The developer has been given the following business requirement:
The shipping method, "Free Standard Ground Shipping" has an exclusion for products with 'category equals or is child of electronics-televisions.' The marketing department has scheduled a sale offering a "Free Standard Ground Shipping" method for brand XyzTv televisions for the next 3 months.
What method accomplishes this while following best practices'

  • A. Create a new shipping method and label it "Free Standard Ground Shipping". Give it the qualifier 'brand equals XyzTv', and add it to the checkout options.
  • B. Extend the code in cartridge/models/shipping/shippingMethod.js using module.superModule and add an exception for the specified brand.
  • C. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTv' to the exclusion list fo<" "Free Standard Ground Shipping."
  • D. Extend the CheckoutShippingServices controller using module.superModule and add an exception for the specified brand.

Answer: D


NEW QUESTION # 37
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 it doesn't depend on that parameter.
  • C. Add the key to the cache exclude parameters.
  • D. Rework the Implementation so the parameter is not passed In the URL and is read from the URL hash.

Answer: C


NEW QUESTION # 38
A developer uses the call() instance method of dw.svc.Service to invoke a web service and implemented the callback methods defined by the dw.avc.ServiceCaliback class.
Which callback method is required only when invoking a SOAP service?

  • A. initServiceClient
  • B. mockCall
  • C. createRequeat
  • D. parseResponse

Answer: A


NEW QUESTION # 39
Northern Trail Outfitters (NTO) exported all the Account records from Salesforce and used a data transformation tool to clean up values in the phone field using a standardized format. The export file has more than 2 million records. During previous data loads for similar updates on the Account object, NTO did not experience any issues with row lock.
Which feature of Data Loader should be used to load this data back into Salesforce faster?

  • A. SOAP API
  • B. Bulk API
  • C. REST API
  • D. Bulk API Serial Mode

Answer: B


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

Answer: A,C,E


NEW QUESTION # 41
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?

  • A. Storefront URLs
  • B. Search Indexes
  • C. Campaign
  • D. Static content

Answer: B


NEW QUESTION # 42
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. 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.
  • D. 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.

Answer: B


NEW QUESTION # 43
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 standard step to download files from sftp end two steps that use Execute Script Module to import the promotion end coupons.
  • B. 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.
  • C. 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.
  • D. Create a Job and define three custom steps:downloadthe files from SFTP, import promotions, import coupons

Answer: D


NEW QUESTION # 44
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 and Customer data should be exported from Production. Product and Inventory data should be exported from Staging.
  • B. Order, Customer, and Inventory data should be exported from Production. Product 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: B


NEW QUESTION # 45
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 custom step to download the files from SFTP, and two standard steps to import the promotion and coupons.
  • B. 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.
  • C. 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.
  • D. Create a Job and define three custom steps: download the files from SFTP, import promotions, import coupons

Answer: A


NEW QUESTION # 46
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 # 47
During the testing of the login form, QA finds out that the first time the user can log in, but every other login attempt from another computer leads to the homepage and the basket being emptied. Developers tried to debug the issue, but when they add a breakpoint to the login action, it is not hit by the debugger.
What should the Architect recommend developers to check?

  • A. Add remote include for the login page
  • B. Check Login Form and any included templates for includes that enable page caching.
  • C. Remove CSRF protection from Login Form Action.
  • D. Add disable cache page in the template ISML - <iscache status--off''/>.

Answer: B


NEW QUESTION # 48
......


Salesforce Certified B2C Commerce Architect exam consists of 60 multiple-choice questions and is timed for 120 minutes. B2C-Commerce-Architect exam tests the candidate's knowledge of advanced B2C Commerce features and functionality, as well as their ability to design and architect solutions for complex B2C Commerce environments. Candidates must have a deep understanding of the Salesforce B2C Commerce platform and its related technologies, including HTML, JavaScript, and CSS.

 

B2C-Commerce-Architect Exam questions and answers: https://troytec.test4engine.com/B2C-Commerce-Architect-real-exam-questions.html