TAKE Salesforce Architect B2C-Commerce-Architect PRACTICE QUESTIONS FOR AMAZING RESULTS [Q28-Q52]

Share

TAKE Salesforce Architect B2C-Commerce-Architect PRACTICE QUESTIONS FOR AMAZING RESULTS

 Salesforce B2C-Commerce-Architect Exam Dumps Are Essential To Get Good Marks

NEW QUESTION # 28
A company recently launched their ecommerce sites for three countries: Australia, New Zealand, and Singapore. The company is now looking to set up marketing automations using Marketing Cloud.
Their B2C Commerce is configured with two realms: ANZ and SE Asi
a. Each country has a site within their respective realm: Australia and New Zealand sites are within ANZ and Singapore is within SE Asia.
Which account hierarchy should a Solution Architect recommend for the Marketing Cloud set up?

  • A. Use a single Marketing cloud tenant and map business units to each realm
  • B. Use a separate Marketing Cloud tenant for each site
  • C. Use a separate Marketing Cloud tenant for each realm and map business units to sites within each realm
  • D. Use a single Marketing Cloud tenant and map business units to each site irrespective of the realm

Answer: D


NEW QUESTION # 29
An organization uses B2C Commerce to capture order details but needs to process the order in an ERP system. They want B2C Commerce to send a message to the ERP system with the order details after they have been entered, then wait for the order to be processed, and then receive a reply from the ERP system with the order number and status.
Which integration pattern should a Solution Architect use to meet this requirement?

  • A. Publish / Subscribe
  • B. Batch Data Synchronization
  • C. Request and Reply
  • D. Asynchronous Call-Out

Answer: C


NEW QUESTION # 30
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. Ensure the CSRF protection is validated on form submission.
  • B. Only use GET methods over HTTPS.
  • C. Only use POST methods over HI IPS.
  • D. Automatically renew the CSRF Token if expired.

Answer: A,D


NEW QUESTION # 31
A developer wants to import the data or different instances.
Which two types of data should the developer consider importing?
Choose 2 answers

  • A. Sites configurations
  • B. Customers
  • C. Metadata
  • D. Services
  • E. Catalog

Answer: A,C


NEW QUESTION # 32
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. Configure circuit breaker and timeout for the OMS web service call to prevent thread exhaustion.
  • D. Post-processing of search results is a bad practice that needs to be corrected.

Answer: C


NEW QUESTION # 33
Northern Trail Outfitters (NTO) has an ERP application where all customer orders are stored. There are millions of older records stored in the ERP application and some customers may have thousands of individual orders. Additionally, some orders contain personally identifiable information (PII) that, due to company policy, can only be stored in ERP. NTO would like the five most recent orders displayed on the account page in Salesforce.
What are three justifications for using Salesforce Connect in this solution?
Choose 3 answers

  • A. Integrating external data without writing custom code
  • B. Need access to all external data in near real-time
  • C. Accessing external data using workflows and triggers
  • D. The external data is changing frequently
  • E. Need real-time access to a small fraction of external data

Answer: A,B,D


NEW QUESTION # 34
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. /scripts/soap
  • B. /webreferences2
  • C. /services
  • D. /webreferences

Answer: D


NEW QUESTION # 35
There Is an Issue with the site when the domain Is opened from Google search results. After researching the problem. It turns out that the site returns * 404 page error when accessed with a parameter in the URL.
What should the Architect recommend to fix that issue?

  • A. Add this snippet to the aliases configuration for the domain:
  • B. Add this snippet to the aliases configuration for the domain
  • C. Add dynamic catch-all rule to redirect to home page.
  • D. Add dynamic redirect if the URL contains parameter to Home Show.
    Add this snippet to the aliases configuration for the domain

Answer: A


NEW QUESTION # 36
a B2C Commerce developer has Implemented a job that connects to an SFTP, loops through a specific number of .csv rtes. and Generates a generic mapping for every file. In order to keep track of the mappings imported, if a generic mapping is created successfully, a custom object instance w created with the csv file name. After running the job in the Development instance, the developer checks the Custom Objects m Business Manager and notices there Isn't a Custom Object for each csv file that was on SFTP.
What are two possible reasons that some generic mappings were not created? Choose 2 answers

  • A. Invalid format in one or more of the .csv files.
  • B. The job needs to run on Staging and then replicate the generic mappings and custom objects on Development
  • C. The generic mappings definition need to be replicated from Staging before running the job.
  • D. The maximum number of generic mappings was reached.

Answer: A,D


NEW QUESTION # 37
Due to an integration issue, logs files are full. Because of that no new logs have been logged. Given this Business Manager logging configuration how would you solve the issue your client is experimenting in their site?

  • A. Change integration log level to error.
  • B. Remove all log levels and activate them again when the issue is solved.
  • C. Disable integration log level by putting log level to OFF.
  • D. Change root log level to error.
  • E. Remove integration log level.

Answer: C


NEW QUESTION # 38
Which method is efficient and scalable because it uses the product search index rather than searching the database?

  • A. ProduccAvailabiliryModel.isOrderable()
  • B. ProductVanari.cnMcciel.aerVariams ()
  • C. ProducrlndexModel.getOrderableProductsOnly()
  • D. ProductSearcbHodel().gerProductSearchHita()

Answer: D


NEW QUESTION # 39
A company manages its regional operations as separate businesses. The regional sites (Site A and Site B) operate with:
* Separate realms
* Deferent code bates
* Different category navigation menus
* Frequent updates on category structure
The requirement from the business is to provide hreflang link tags on category pages pointing to the same category on the other regional site. Example MTML for one of these links as displayed on Site A is:

Which solution should the Architect choose while keeping performance in mind?

  • A. Create a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.
  • B. Create a new custom object type Populate the hreflang mapping for each category and locale in this custom object. Use the custom object to display the hreflang link tag.
  • C. Create a new custom attribute on the Category. Populate the attribute with the other entire site URLs corresponding to locales In JSON Format. Use the attribute to display the hreflang link tag.
  • D. Create additional locales in al realms create a new custom attribute on the category that is localized.
    Populate the attribute with the other site URLs and use it to display the hreflang tag.

Answer: C


NEW QUESTION # 40
Northern Trail Outfitters (NTO) wants to unify customer data with a single identity for each customer across their ecommerce sites and their communities. Communities are treated as an identity provider (IDP) for commerce. The communities also allow self-service support for products via knowledge articles and crowd-sourced Knowledge and Chatter.
For which customer data should Experience Cloud be the system of record?

  • A. Authentication credentials
  • B. Payment information
  • C. Wishlist
  • D. Address book

Answer: A


NEW QUESTION # 41
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. Home-IncludeHeaderMenu as It has highest average time.
  • C. Product-HitTile as it has the highest hits during the load test.
  • D. Product-Detail as It has the highest total time and highest maximum time.

Answer: B


NEW QUESTION # 42
An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:
* 50 different pricing groups of customers
* 30 different pricing groups of employees
* 10 different pricing groups of vendors
Which items should the Architect include in the design in order to set applicable price books based on these requirements'' Choose 2 answers

  • A. - One customer group and SO subgroups for customers
    - One customer group and 30 subgroups for employees
    - One customer group and 10 subgroups for vendors
  • B. - One promotion and 50 campaigns for customers
    - One promotion and 30 campaigns for employees
    - One promotion and 10 campaigns for vendors
  • C. - 50 customer groups for customers
    - 30 customer groups for employees
    - 10 customer groups for vendors
  • D. - One campaign and multiple promotions for each customer group

Answer: A,C


NEW QUESTION # 43
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, order, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through Journey Builder.
  • 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, inventory, and customer data feeds; implement Marketing Cloud collect.js and trigger an abandoned cart message through

Answer: A,C

Explanation:
Journey Builder.


NEW QUESTION # 44
A client has just pushed a new site live to Production. However during smoke testing. It's found that some customers are not seeing the correct pricing on the Product Detail Page.
What three places would the Architect begin to look for the cause of this Issue?
Choose 3 answers

  • A. Check that the cache is set correctly
  • B. Check the Global Preferences to be sure the settings are correct.
  • C. Check the Quota Status page.
  • D. Check Log Center
  • E. Check that there was not an error during replication.

Answer: A,C,E


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. Four Service Profiles, One Service Credential
  • C. Four Service Configurations. One Service Profile, One Service Credential.
  • D. One Service Configuration, Four Service Profiles, One Service Credential.

Answer: C


NEW QUESTION # 46
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 existing email campaign. These recommendations should be to only send for products that are in stock. 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: B


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

Answer: B


NEW QUESTION # 48
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 tax cat is being called multiple times.
  • B. The LINK cartridge Is Included multiple times in the cartridge path.
  • C. The checkout is designed to recursively refer to the same hook.
  • D. There are multiple hook.js Wes referring to the same hook.

Answer: C


NEW QUESTION # 49
A financial services company wants to implement Service Cloud and Marketing Cloud. A number of profile attributes required for personalization in Marketing Cloud were identified as personally identifiable information (PII) and are too sensitive to be stored in Salesforce.
Tokenized Sending was presented as a way to address these concerns.
Which two implications should a Solution Architect consider if Marketing Cloud Connect is to be used for cloud integration?
Choose 2 answers

  • A. The synchronized data extensions will include the token and all PII attributes
  • B. The standard email address field for contacts and leads needs to be populated with a token
  • C. The token with all supporting attributes will need to be stored in Service Cloud
  • D. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions

Answer: A,D


NEW QUESTION # 50
A Marketing team plans to support the launch of a new product line. In discussion with the Sales and IT teams, the Marketing team proposed introducing a leads-management process, along with a web-to-lead form for the landing page that supports the product launch.
The leads captured using the form are added to the new nurturing journey in Marketing Cloud and subsequently routed to the relevant sales team once they qualify at a certain threshold.
What are two implications that a Solution Architect should consider prior to implementing this solution? Choose 2 answers

  • A. Leads can have detrimental impact on quality of contact records in Sales Cloud
  • B. Leads are unique contact records in Marketing Cloud
  • C. Engagement history from the lead record will be natively available for contact record in Marketing Cloud
  • D. Need for additional handling of consent, preferences, and compliance for converted leads in Marketing Cloud

Answer: A,D


NEW QUESTION # 51
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 custom steps:downloadthe files from SFTP, import promotions, import 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 steps: one step uses ExecuteScriptModule to download the files from SFTP, end two standard steps to Import the promotion end coupons.

Answer: B


NEW QUESTION # 52
......

Latest Salesforce B2C-Commerce-Architect Dumps with Test Engine and PDF (New Questions): https://www.examtorrent.com/B2C-Commerce-Architect-valid-vce-dumps.html

Pass Your B2C-Commerce-Architect Exam Easily - Real B2C-Commerce-Architect Practice Dump Updated: https://drive.google.com/open?id=1RV4FmcZS2Nawwq-4wi6Y382CylPMNKHW