[2022年08月]更新のARC-300試験問題集合格させるのは2022年最新のArchitect B2C Commerce Solutions [Q29-Q54]

Share

[2022年08月]更新のARC-300試験問題集合格させるのは2022年最新のArchitect B2C Commerce Solutions

無料で使えるARC-300試験問題集で合格させるお手軽に試験合格

質問 29
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

 

質問 30
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 processor.
  • C. Assign the appropriate taxation type.
  • D. Assign a default currency.
  • E. Assign a default payment type.

正解: C,D

 

質問 31
In Log Center, a developer notes a number of Cross Site Request Forgery (CSRF) log entries. The developer knows that this happens when a CSRF token is either not found or is invalid, and is working to remedy the situation as soon as possible.
Which two courses of action might solve the problem?
Choose 2 answers

  • A. Delete the existing CSRF whitelists in Business Manager.
  • B. Add csrfProtection.generateToken as a middleware step in the controller.
  • C. Add the token in the ISML template.
  • D. Extend the CSRF token validity to avoid timeouts.

正解: A,D

 

質問 32
An organization chose a multi-cloud solution that Is comprised of Service Cloud and B2C Commerce. The organization now wants to ensure that the theme of Its self-service portal Is consistent with the theme of its B2C Commerce storefront.
How should a Solution Architect ensure that this requirement Is met?

  • A. Set the value of the Style Sheet URL setting to match the publicly-accessible URL of the style sheet the organization wants to use.
  • B. Make a copy of the appropriate .ess file from the organization's web server and upload it to the self-service portal.
  • C. Copy any relevant .ess code from the organization's website and paste it into the pages for the self-service portal in Page Builder.
  • D. Set the value of the Portal Theme URL setting to match the publicly-accessible URL of the style sheet the organization wants to use.

正解: B

 

質問 33
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. Bulk API Serial Mode
  • D. REST API

正解: B

 

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

正解: A

 

質問 35
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. SOAP API
  • B. REST API
  • C. Streaming API
  • D. Tooling API

正解: B

 

質問 36
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 custom-loggerFile.
  • B. Logs will be written to the log file with a prefix loggerFile.
  • C. Logs will be written to the log file with a prefix customwarn.
  • D. Logs will not be written.

正解: A

 

質問 37
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.

正解: A,B

 

質問 38
A company is implementing a multi-locale solution that includes B2C Commerce, Service Cloud, and Marketing Cloud. Order confirmation emails are triggered from either B2C Commerce or Service Cloud and sent from Marketing Cloud.
What are two possible reasons why the shipping method name and description can be missing when these emails are triggered for languages other than US English, while other translated content appears correctly?
Choose 2 answers

  • A. The locale is not set correctly in the body of the email template.
  • B. The subscriber in Marketing Cloud does not have a preferred locale set.
  • C. The name and description for the shipping method are not set up correctly in B2C Commerce or Service Cloud for the requested locale.
  • D. The ShippingMethods data extension is missing the label and description field for the corresponding locale.

正解: A,D

 

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

正解: D

 

質問 40
Refer to the exhibit.

A company plans to adopt Salesforce for a number of their needs, including an internal CRM, a public B2C Commerce storefront with order management functionality, and an extensible API framework to integrate with other systems, as well as marketing automation. The overall system landscape of the proposed solution is shown above.
Which three considerations are important for this scenario? Choose 3 answers

  • A. Tableau requires MuleSoft in order to access data outside of the Salesforce Platform.
  • B. Marketing Cloud enables personalization, journey orchestration, and cross-channel messaging.
  • C. The Salesforce Platform can be used for customer master and consent management, or it can Integrate with a third-party Master Data Management system.
  • D. Salesforce products, including Sales Cloud, Service Cloud, Experience Cloud, and Order Management System (OMS) run on the same physical platform and share a common data model.
  • E. Order Management System (OMS) is a B2C Commerce product but it does not run natively on the core Salesforce Platform.

正解: A,B,D

 

質問 41
A developer has a sandbox with code to log a message during execution, and the following code:

After the code executes, the developer does not see any log file with the message in the WebDAV folder. Which two tasks does the developer need to perform to correct this issue?
Choose 2 answers

  • A. Request that the developer's account be given permission to the Log Center of the current realm.
  • B. Set the logging global preference to true.
  • C. Check the box for Info under Log Files.
  • D. Set the root log level to debug.

正解: A,C

 

質問 42
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. Asynchronous Call-Out
  • B. Request and Reply
  • C. Batch Data Synchronization
  • D. Publish / Subscribe

正解: B

 

質問 43
A company uses Salesforce to store accounts and contacts. All users have switched to the Lightning Experience user interface. The Account Hierarchy feature is used extensively to relate companies to their subsidiaries. A Solution Architect finds that the data migration process is creating duplicate contacts with different primary accounts.
Which two options can the Solution Architect use to ensure that there is only a single contact for a particular person across all the subsidiaries of a company?
Choose 2 answers

  • A. Customer 360 Data Manager
  • B. Third-party application or AppExchange tool
  • C. Lightning Data Services
  • D. Duplicate Matching Rules

正解: A

 

質問 44
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 production and create a Marketing Cloud sandbox to connect to each of the Service Cloud sandboxes
  • B. Set up one Marketing Cloud instance for each sandbox in Service Cloud
  • C. Set up one Marketing Cloud instance for testing and one for production, where the testing instance is connected to the staging sandbox
  • D. 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

正解: B

 

質問 45
A company uses Service Cloud and B2C Commerce and now wants to enable the 'Order on Behalf of functionality on its storefront. The customers using the storefront are Person and Household accounts.
Which three design and architecture considerations should a Solution Architect follow to ensure that the 'Order on Behalf of functionality works well for all the designated storefront customers?
Choose 3 answers

  • A. Verify that agents are Service Cloud and B2C Commerce users with Order on Behalf rights.
  • B. Verify that the permissions used are Login_On_Behalf, Login_Agent, and Create_Order_On_BehaIf_Of business manager functional permissions.
  • C. The REST calls between B2C Commerce and Service Cloud do not count towards API governor limits.
  • D. Default user is required for anonymous storefront shoppers.
  • E. The Order on Behalf of feature in the Service to B2C Commerce Connector only supports person accounts as a customer model by default.

正解: A,C,E

 

質問 46
You're in charge of Pipeline migration to Controllers. What should be the best approach to do it in order to avoid poor performance and using Pipelines and controllers together until all migration is done?

  • A. To reduce risk of circular dependencies and for easier migration mix pipelines and controllers in a single cartridge.
  • B. onRequest and onSession pipelines are replaced with the OnRequest and OnSession hooks.
  • C. Use the same name for new Controllers than pipelines because it will be easy to identify that is migrated and Controllers take precedence. Furthermore it will be a good practice to do it in separate cartridges.
  • D. Controllers and pipelines must be in the same folder to avoid collisions between them.

正解: B,C

 

質問 47
During the discovery phase as an architect you should make some recommendations to be sure all requirements will fit under SFCC scope. The project consists in building one storefront using SFRA and a native iOS app. The home page will be fully implemented using Page Designer in order to allow merchandisers to fully customize it. What should be taken into consideration?

  • A. Page designer load times are bigger than if using content slots.
  • B. Replication and reindexing process works differently with page designer vs content assets, so home page for mobile application may be different than website for 15 minutes.
  • C. Page Designer doesn't support using the OCAPI SHOP and DATA resources to access pages and components as content assets.
  • D. All answers are correct.

正解: C

 

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

正解: A,B

 

質問 49
A company wants to send a coupon code to VIP customers who have abandoned their cart. The company also wants to track email open and forward count, as well as disable the coupon code after a single use.
Which set of platforms and native services should a Solution Architect recommend to satisfy these requirements?

  • A. Service Cloud for customer segmentation; third-party service for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Service Cloud to track email opens and forwards.
  • B. Marketing Cloud for customer segmentation; B2C Commerce for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Marketing Cloud to track email opens and forwards.
  • C. B2C Commerce for customer segmentation; Service Cloud for creation of coupon codes; B2C Commerce and Marketing Cloud functionalities to send abandoned cart emails; Service Cloud to track email opens and forwards.
  • D. Marketing Cloud for customer segmentation; Service Cloud for creation of coupon codes; B2C Commerce to send abandoned cart emails; Tableau CRM to track email opens and forwards.

正解: B

 

質問 50
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. IP, port and protocol
  • B. API and documentation to perform the integration.
  • C. Credentials
  • D. SLA: Service Level Agreement

正解: C,D

 

質問 51
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 Google Analytics tracking, and leverage Journey Builder to trigger an abandoned cart message.
  • C. Configure streaming updates for catalog importing, implement the Collect Tracking Code, 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

正解: A,B

解説:
Journey Builder.

 

質問 52
A multi-brand company uses B2C Commerce, Service Cloud, and Marketing Cloud and is seeking an order management solution. They process 2,000 orders per hour across their brands. The company has one B2C Commerce realm, two Salesforce core orgs, and two Marketing Cloud business units. The company is choosing between these three options for an order management tool:
* Build an order management solution in B2C Commerce using order management APIs
* Purchase Salesforce Order Management
* Build a custom order management solution using their own development team Which three statements should a Solution Architect use to support using the Salesforce Order Management solution?
Choose 3 answers

  • A. Salesforce Order Management shares the same database with Service Cloud while other solutions need to build additional integration.
  • B. Salesforce Order Management is a productized connector solution between B2C Commerce and Service Cloud; orders will be synchronized from the client B2C Commerce realm to multiple Salesforce Orgs without the need for customization.
  • C. Salesforce Order Management synchronizes orders to and from B2C Commerce, which essentially replaces the Service Cloud Connector.
  • D. The existing Service Cloud implementation team could extend the Salesforce Order Management product to the existing org.
  • E. B2C Commerce order management does not support complex or advanced use cases.

正解: B,D,E

 

質問 53
Facebook connect will be available on your storefront to allow users to log in. To configure properly the new OAuth provider. What should you need from your product owner?

  • A. User and password from Facebook to get the access token.
  • B. Ask to grant needed permissions for your facebook user.
  • C. Ask for the access token.
  • D. Send request to facebook endpoint with app_id sended by POST to retrieve the oauth token.

正解: B

 

質問 54
......


Salesforce ARC-300 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 従来の実装に関する考慮事項の確認
  • ビルド プロセスと単体テストの理解
トピック 2
  • 特に重要な販売イベント中にパフォーマンス分析を行う方法を学ぶ
  • 負荷テストを実施する方法を学ぶ
トピック 3
  • プラットフォーム ガバナンスのベスト プラクティスを理解する
  • 実装を最適化する方法を発見する
トピック 4
  • Business Manager のログ設定機能について学ぶ
  • 複雑なビジネス要件を解決する
トピック 5
  • 実装のベスト プラクティスの確認
  • 実装プロセスの定義
トピック 6
  • SEO 構成のベスト プラクティスの確認
  • システム ランドスケープの文書化

 

ARC-300試験問題集、ARC-300練習テスト問題:https://www.jpntest.com/shiken/ARC-300-mondaishu

無料ARC-300学習ガイド試験問題と解答:https://drive.google.com/open?id=1n4P6a21zCGfYfILTij4Dy1UeEv2GB4-z

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡