B2C-Commerce-Architect無料試験学習ガイド!(更新された66問あります)
B2C-Commerce-Architect問題集にはSalesforce Architect認証済み試験問題と解答
質問 18
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. 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.
- B. NTO can use Marketing Cloud SOAP API for integrating with Service Cloud.
- 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 REST API for integrating with Service Cloud.
正解: C,D
質問 19
Northern Trail Outfitters (NTO) wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. When an opportunity is closed or won, an order must be created in the ERP, which manages orders. The organization has an Enterprise Service Bus (ESB) that supports the CometD protocol.
Which two integration approaches or steps should a Solution Architect recommend for this scenario?
Choose 2 answers
- A. Define a new platform event in Salesforce and then create a Process Builder process to publish a platform event when the opportunity status changes to Closed-Won.
- B. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
- C. Define a new platform event in the back-end system for the order details and then create a Process Builder process to initiate the platform event when the opportunity status changes to Closed-Won.
- D. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.
正解: B,D
質問 20
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. /webreferences
- C. /webreferences2
- D. /services
正解: B
質問 21
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 updated to work as custom job steps.
- B. The job Pipelines must be updated to use SFRA Controllers.
- C. The job Pipelines must be removed and recreated with scripts.
- D. The Job Pipelines must be updated to use SiteGenesis Controllers.
正解: C
質問 22
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 filterResponseLogMessage 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 getRequestLogMessage method for the ServiceCallback and remove sensitive data.
- D. Implement filterLogMessage method for the ServiceCallback to filter response log messages.
正解: D
質問 23
Northern Trail Outfitters (NTO) wants to bring data from across all parts of their Salesforce Customer Success Platform Into the Marketing Cloud account. A Solution Architect recommends using Synchronized Data Sources In Contact Builder and Marketing Cloud Connect to Integrate multiple business units In their account.
Which API does the Solution Architect need to use with Marketing Cloud Connect for this integration?
- A. Tooling API
- B. SOAP API
- C. Streaming API
- D. REST API
正解: D
質問 24
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. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.
- C. Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state
- D. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to
正解: C
質問 25
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. Custom Log Settings
- B. Job Schedules
- C. Pipeline Profiller
- D. Analytics Conversion Reports
- E. Quota Status
正解: B,D,E
質問 26
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 Page Designer with a dynamic layout.
- B. Leverage B2C Commerce Content Management Service
- C. Leverage B2C Commerce content slots and assets
- D. Leverage B2C Commerce locales in Business Manager
正解: A,C
質問 27
A company wants to integrate B2C Commerce and Marketing Cloud so that customers shopping online can be segmented for marketing campaigns like Abandoned Cart and Post Purchase Journeys.
Which two actions are needed to enable an Abandoned Cart Journey?
Choose 2 answers
- A. Integrate product, order, and customer data feeds into Marketing Cloud Data Extensions
- B. Implement the Marketing Cloud coilect.js through the storefront by using the Connector's reference implementation
- C. Use Mulesoft to bring order and customer data feeds from B2C Commerce to Marketing Cloud
- D. Integrate product, order, and customer data feeds into Service Cloud objects
正解: B,C
質問 28
A developer wants to import the data or different instances.
Which two types of data should the developer consider importing?
Choose 2 answers
- A. Catalog
- B. Sites configurations
- C. Metadata
- D. Services
- E. Customers
正解: B,C
質問 29
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. Need real-time access to a small fraction of external data
- E. The external data is changing frequently
正解: A,B,E
質問 30
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. Send the Marketing Cloud Subscriber Key to Service Cloud and B2C Commerce to be held for reference.
- B. 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.
- C. 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
- D. Migrate the Subscriber Key in Marketing Cloud to be the Service Cloud Contact or Person Account ID.
正解: C,D
質問 31
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.
正解: D
質問 32
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 Commerce Cloud GitHub repository
- B. Salesforce Trailblazer Portal
- C. Salesforce Commerce Cloud Trailblazer community
- D. Salesforce B2C Commerce Documentation
正解: A
質問 33
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-256 as an encryption mechanism for the customer passwords.
What approach can the Architect propose?
- A. 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.
- B. 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.
- 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.
正解: D
質問 34
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 token with all supporting attributes will need to be stored in Service Cloud
- B. All emails will need to be sent through Marketing Cloud or Marketing Cloud Connect to avoid disruptions
- C. The synchronized data extensions will include the token and all PII attributes
- D. The standard email address field for contacts and leads needs to be populated with a token
正解: B,C
質問 35
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 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.
- B. 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. - C. Create a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.
- D. 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
質問 36
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 well.
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 OMS having order data sent to a thud party and related security needs.
- C. The custom object quota and related retention or deletion needs.
- D. The customer order quota and related retention or deletion needs.
正解: C
質問 37
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 *totaltime" column. The following come as the top Ave items:
Which controller should the Architect focus on to further investigate the performance issue?
- A. Product-Detail as It has the highest total time and highest maximum time.
- B. Home-IncludeHeaderMenu as It has highest average time.
- C. Search Show as this Is one of the key controllers that the customer uses
- D. Product-HitTile as it has the highest hits during the load test.
正解: B
質問 38
......
Salesforce B2C-Commerce-Architect 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
実際問題を使ってB2C-Commerce-Architect問題集で100%無料B2C-Commerce-Architect試験問題集:https://www.goshiken.com/Salesforce/B2C-Commerce-Architect-mondaishu.html
実際に出ると確認されたのB2C-Commerce-Architect試験問題集と解答でB2C-Commerce-Architect無料更新:https://drive.google.com/open?id=1W7NedyKWh7ySbePPEllCDJ0Vb8VlXhj-