[Q12-Q34] Get New 2023 Salesforce B2C-Commerce-Architect Exam Dumps Bundle On flat Updated Dumps!

Share

Get New 2023 Salesforce exam B2C-Commerce-Architect Dumps Bundle On flat Updated Dumps!

Full B2C-Commerce-Architect Practice Test and 66 unique questions with explanations waiting just for you, get it now!

NEW QUESTION # 12
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes.

What is the result'

  • A. Logs will be written to the log file with a prefix customwarn.
  • B. Logs will not be written.
  • C. Logs will be written to the log file with a prefix loggerFile.
  • D. Logs will be written to the log file with a prefix custom-loggerFile.

Answer: D


NEW QUESTION # 13
Northern Trail Outfitters (NTO) is at the beginning of an implementation of B2C Commerce and is now discussing the communication flow. They are designing the flows between systems to send password resets via email when a new account is created in B2C Commerce or the email address is updated.
Considering NTO also uses Service Cloud and Marketing Cloud, which feature should a Solution Architect suggest to optimize the end-customer experience while also ensuring that tracking is visible to service agents?

  • A. Service Cloud Email Service
  • B. Marketing Cloud Triggered Send
  • C. Marketing Cloud Journey Event
  • D. Commerce Cloud Email Service

Answer: B


NEW QUESTION # 14
During implementation, the team found that there is a notification controller exposed for an external service that marks the order as paid when notification is received. The notification URL is sent to the service together with the payment request and contains only the URL with orderlD as the parameter.
What should the Architect recommend to the team in order to prevent the unauthorized usage of the controller to mark the orders as paid?

  • A. Add a customer number in the callback URL and match the customer number against the one stored on the order.
  • B. Add HTTPS restriction to the controller start node.
  • C. Add an order token in the callback URL and match the token against the one stored on the order.
  • D. Add a session attribute and validate it on the callback.

Answer: C


NEW QUESTION # 15
A company wants to Implement B2C Commerce and Service Cloud and connect the systems with their existing Instance of Marketing Cloud.
Which two tactics should a Solution Architect recommend to model a customer across all three systems? Choose 2 answers

  • A. Using Service Cloud as a central point hold unique identifiers from all systems including the Service Cloud Contact or Person Account ID and B2C Commerce CustomerNo and Customer ID
  • B. Migrate the Subscriber Key in Marketing Cloud to be the Service Cloud Contact or Person Account ID.
  • C. Use Customer 360 Data Manager to assign the Global Party ID and use it as a primary key across all systems including the new Subscriber ID in Marketing Cloud.
  • D. Send the Marketing Cloud Subscriber Key to Service Cloud and B2C Commerce to be held for reference.

Answer: A,B


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

Answer: A


NEW QUESTION # 17
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. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions
  • B. The synchronized data extensions will include the token and all PII attributes
  • C. The token with all supporting attributes will need to be stored in Service Cloud
  • D. The standard email address field for contacts and leads needs to be populated with a token

Answer: A,B


NEW QUESTION # 18
An Architect isperforming 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 customer's card CW (card security code) and expiration date, which violates PCI.
  • B. Information logs should not be used in a production environment
  • C. The log information includes the customer s card name as it appears along with the credit card number (PAN), which violates
  • D. The log information includes the order number and customer s email, which violates PCI.

Answer: A,C


NEW QUESTION # 19
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. We can proceed with the go live. All key performance indicators are now better than in the old site even with 300% more volume.
  • 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. 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.
  • D. Go live must be postponed until those 400/500 errors will be fixed.

Answer: D


NEW QUESTION # 20
During a review of the most recent release notes, the Architect finds that Salesforce has deprecated an API that is used throughout the site. After reviewing the deprecated API usage in Business Manager, the Architect narrows down the usage of that API to a particular LINK integration cartridge. The cartridge was integrated when the site was first launched and is heavily customized for the Client.
What is the recommended way for the Architect to remove the deprecated API so the LINK integration continues to work without interruptions, and lowest level of effort'

  • A. The Architect does not need to do anything at this time, the API will continue to work with no issues for the foreseeable future.
  • B. The Architect should contact the company that created the LINK cartridge to fix the issue and provide the client with updated code.
  • C. The Architect should check to see If the LINK cartridge has been updated already, integrate It, apply the customisations, and teat thoroughly.
  • D. The Architect should update all the deprecated API cats in the already integrated LINK cartridge and test thoroughly.

Answer: C


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

Answer: A


NEW QUESTION # 23
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. HTTP Form
  • B. HTTP
  • C. SOAP
  • D. Generic

Answer: C


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

Answer: A


NEW QUESTION # 25
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. parseResponse
  • B. createRequeat
  • C. mockCall
  • D. initServiceClient

Answer: D


NEW QUESTION # 26
The Client has implemented a different category/search layout for mobile and desktop. The code uses a session attribute called deviceType to choose the corresponding layout. This attribute it populated from the browser user agent. After this implementation they have run into these problems:
* Sometimes desktop pages are being served to both desktop and mobile customers.
* Sometimes mobile pages ate being served to both desktop and mobile customers.
The page has caching implemented that depends; on promotions. SEC is very important and the site traffic is high.
Which solution should the Architect select to resolve the issue without impacting the existing requirements?

  • A. Change the URL structure to include desktop and mobile as URL parameters to ensure different cached versions of the page
  • B. Create customer groups for desktop and mobile users and empty promotions linked to these groups to ensure different cached versions of the page.
  • C. Create customer groups for desktop and mobile users and uh remote includes based on these groups to render the mobile and desktop pages
  • D. Disable caching for these pages to ensure that the correct template is used to render the mobile and desktop pages.

Answer: C


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

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

Answer: B


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

Answer: C


NEW QUESTION # 29
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers

  • A. Assign a default payment method.
  • B. Assign a default payment type.
  • C. Assign a default payment processor.
  • D. Assign a default currency.
  • E. Assign the appropriate taxation type.

Answer: D,E


NEW QUESTION # 30
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. The job needs to run on Staging and then replicate the generic mappings and custom objects on Development
  • B. The maximum number of generic mappings was reached.
  • C. The generic mappings definition need to be replicated from Staging before running the job.
  • D. Invalid format in one or more of the .csv files.

Answer: B,D


NEW QUESTION # 31
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. - 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
  • C. - four sibling flows execute steps in parallel: import products, stores, prices, content
    - last flow executes steps in sequence import categories, reindex
  • D. -Four sibling flows execute steps in parallel: import products, stores, price, content
    -last flow executes steps in sequence: import:categories, reindex

Answer: A


NEW QUESTION # 32
New client is going to migrate to the Salesforce Commerce Cloud. Website is ready to be live but just is missing the customers and previous orders. What should we do?

  • A. There are no blockers. If everything else is working, the site can go live.
  • B. Import at least orders before going live.
  • C. Send a ticket to Salesforce to publish the new site and import later missing data.
  • D. Change Site status from password protected to live and import missing data when ready.

Answer: B


NEW QUESTION # 33
A company had strong new-customer growth for the year but has noticed that lifetime value has been declining. They want to run automated re-engagement campaigns with customers who made purchases in the last 24 months but are unsure of where to start. They have Service Cloud, Marketing Cloud, and B2C Commerce implemented and recently began using Tableau CRM (formerly Einstein Analytics).
Which two recommendations should a Solution Architect provide to the company to improve the success of the automated campaign? Choose 2 answers

  • A. Consider using Einstein Discovery to generate a retargeting score representing likelihood to purchase in the next three months
  • B. Configure Einstein Retargeting Recommendations in Marketing Cloud to automate segment generation for Journey Builder
  • C. Generate personalized coupon codes in B2C Commerce and send them through Marketing Cloud to be able to effectively track impact of campaigns
  • D. Use SMS as a channel due to its significantly higher engagement rate as compared to email

Answer: B,D


NEW QUESTION # 34
......

[Aug-2023] Pass Salesforce B2C-Commerce-Architect Exam in First Attempt Guaranteed: https://drive.google.com/open?id=1f7Fg_QvPIdghovXNPRs_5hibuRX3Y9Zf

Reduce Your Chance of Failure in B2C-Commerce-Architect Exam: https://www.prepawaytest.com/Salesforce/B2C-Commerce-Architect-practice-exam-dumps.html

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