B2C-Commerce-Architect認定ガイドPDFは100%カバー率でリアル試験問題が使える [Q32-Q54]

Share

B2C-Commerce-Architect認定ガイドPDFは100%カバー率でリアル試験問題が使える

合格させるB2C-Commerce-Architect試験にはリアル問題解答


Salesforce Certified B2C Commerce Architect認定資格は、B2C Commerceソリューションの設計およびアーキテクト業務における専門知識を証明するための貴重な資格です。この認定資格を取得することにより、候補者は求人市場で目立ち、新しいキャリアチャンスを開拓することができます。B2C Commerceソリューションの需要が増加する中、この認定資格は競争力を維持するために重要性が高まっています。

 

質問 # 32
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. - 50 customer groups for customers
    - 30 customer groups for employees
    - 10 customer groups for vendors
  • B. - One promotion and SO campaigns for customers
    - One promotion and 30 campaigns for employees
    - One promotion and 10 campaigns for vendors
  • C. - One campaign and multiple promotions for each customer group
  • D. - One customer group and SO subgroups for customers
    - One customer group and 30 subgroups for employees
    - One customer group and 10 subgroups for vendors

正解:A、B


質問 # 33
An Order Management System (OMS) handles orders from multiple brand specific sites, as part of the processing, the OMS sends the processing detail to be added at notes to the orders in B2C Commerce. These processing details are captured temporarily in custom objects, and are later processed by a batch Job that:
* Processes the custom object to extract the orderid and note data.
* Tries to load the order.
* If the order is not found, it deletes the custom object and moves on.
* If the order is found, it updates notes In the Order, upon successful update of this order, it deletes the custom object.
There is an Issue reportedthat the job isconstantly failing and customobjects are growingin number.On investigating the production look the message below is being logged on each failure:

What are three solution The Architect can take to fix this issue without losing meaningful data?
Choose 3 answers

  • A. Engage B2C Commerce Support Team to soften the quota limit for ''object.OrderPO,relation,notes''
  • B. Using BM site import/export, soften the
    <quota id=''object.orderPo.relation,notes''> <custom-action>warn<custom-action> </quots> to make sure that neither order notes are lost and custom object is processed.
  • C. Take the backup of the custom object and delete the custom object to ensure on the next job run the custom objects are getting processed.
  • D. Take the backup of the Order as XML and delete the Order to ensure on the next job run, the custom objects are getting processed.

正解:A、C


質問 # 34
A merchant is selling a new product line of televisions. In order to deliver a good customer experience, the merchandising team wants the screen size to be incorporated into the search and navigation journey.
Which two things can the developer do to facilitate this for them?
Choose 2 answers

  • A. Configure catalog-level search refinement definition for Screen Size.
  • B. Define a new searchable attribute for Screen Size.
  • C. Create a new search refinement for a Boolean value true or false and label it "big screen."
  • D. Configure Screen Size threshold search refinement bucket definitions.

正解:A、B


質問 # 35
A customer service team raised a new business requirement that requires a multi-cloud solution design between B2C Commerce, Service Cloud, and Marketing Cloud. A Solution Architect has been hired to lead the design of the multi-cloud solution.
Which two actions should the Solution Architect take to accurately capture requirements and deliver the solution overview?
Choose 2 answers

  • A. Conduct discovery workshops to create a user acceptance testing document and invite business owners, each cloud technical architect, and implementation development team.
  • B. Include the customer service team so that they can provide detailed user stories prior to the discovery workshops.
  • C. Conduct discovery workshops and upon completion present the solution back to the design authority or executive stakeholders to validate the solution.
  • D. Include functional subject matter experts and technical resources across multiple discovery workshops, grouped by business function to ensure all requirements are captured.

正解:A、D


質問 # 36
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


質問 # 37
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. Set the logging global preference to true.
  • B. Set the root log level to debug.
  • C. Request that the developer's account be given permission to the Log Center of the current realm.
  • D. Check the box for Info under Log Files.

正解:C、D


質問 # 38
To properly configure your service connection to Salesforce Marketing Cloud your receive this configuration:

After making a call to this service you receive a ServiceUnavailableException. What could be the reason?

  • A. Rate Limit is reached.
  • B. Commerce Cloud IP not whitelisted on Marketing Cloud.
  • C. Force PRD Behavior in Non-PRD Environments option in the service configuration is checked.
  • D. Service mode is Mocked.
  • E. Circuit Breaker is enabled on the service profile and max circuit breaker calls are reached in the allowed time interval.

正解:A、E


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

正解:A


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

正解:A


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

正解:D


質問 # 42
Northern Trail Outfitters (NTO) wants to integrate its product information management (PIM) system with B2C Commerce so shopping experiences can be relevant, personalized, and seamless across channels. They need the ability to search for product deltas in the PIM system and reflect those changes in B2C Commerce on a scheduled basis. The Solution Architect recommends using MuleSoft Accelerator for B2C Commerce for this integration.
Which two benefits should the Solution Architect highlight about API-led connectivity while implementing the MuleSoft accelerator for B2C Commerce?
Choose 2 answers

  • A. It lets the business quickly integrate different systems without involving IT.
  • B. It enables self-service and an increase in productivity through reusable microservices and APIs.
  • C. It enforces a distributed approach and allows for the creation of Experience APIs, Data APIs, and System APIs.
  • D. It offers a template-driven approach for development.

正解:A、D


質問 # 43
Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.
What are the two feasible technical approaches to meet these requirements?
Choose 2 answers

  • A. Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.
  • B. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.
  • C. Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.
  • D. Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site.
    Show the products from the site navigation catalog.

正解:A、C


質問 # 44
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. Set the value of the Portal Theme URL setting to match the publicly-accessible URL of the style sheet the organization wants to use.
  • 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. Make a copy of the appropriate .ess file from the organization's web server and upload it to the self-service portal.

正解:D


質問 # 45
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. Remove all log levels and activate them again when the issue is solved.
  • B. Remove integration log level.
  • C. Change root log level to error.
  • D. Disable integration log level by putting log level to OFF.
  • E. Change integration log level to error.

正解:D


質問 # 46
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 standard email address field for contacts and leads needs to be populated with a token
  • C. The synchronized data extensions will include the token and all PII attributes
  • D. The token with all supporting attributes will need to be stored in Service Cloud

正解:A、C


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

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

正解:A


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

正解:D


質問 # 49
A company is In the process of defining the authoritative system for key data entitles Involved In B2C journeys. The company has about 200.000 customers, each averaging 30 orders per year.
Which two systems are considered an authoritative system for consent and compliance preferences, as well as primary person attributes such as name, address, birthday, phone, and email?
Choose 2 answers

  • A. Service Cloud
  • B. B2C Commerce
  • C. Experience Cloud
  • D. Marketing Cloud

正解:A、D


質問 # 50
The storefront integrates with a REST based Address verification service (AVS) that uses token based security. The sequence of calls in the API documentation for this AVS looks like the following
1. Client authentication call, which contains the merchantId and secret in a GET request and returns a token in the response.
2. Address verification call, which contains the token and the address to verify in a POST request.
Once the token is obtained, it is valid for hours and it is not needed to request a new one for subsequent address verification calls, the AVS charges for every request made no matter if it is client authentication call or address verification call.
Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers

  • A. Apply page caching to the client authentication controller that is used with AJAX.
  • B. Obtain the token from local storage of the browser and update it once It expires.
  • C. Use HTTPService caching for the client authentication call.
  • D. Obtain the token from a custom cache before making the client authentication call.
  • E. Use a job to store and update the token in a custom object that is used from the storefront code

正解:A、C、D


質問 # 51
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, 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 and Inventory should be exported from Production. Products should be exported from Staging.Customers should be exported from the external Customer Management System.
  • D. Order, Customer, and Product data should be exported from Staging. Inventory data should be exported from Production.

正解:A


質問 # 52
A merchant using B2C Commerce and Service Cloud has a requirement for service agents to order products on behalf of shoppers. In the envisioned scenario, a shopper contacts the service center with an order request, the agent uses the Service Console to find the shopper's account, and initiate an order on behalf of the shopper using payment information provided by the shopper. The merchant is considering the B2C Commerce - Service Cloud Connector for this implementation.
Which three considerations should a Solution Architect keep in mind prior to implementation? Choose 3 answers

  • A. Guests or anonymous storefront shoppers are not supported in this scenario.
  • B. B2C Commerce needs to be registered as a remote site.
  • C. The Service Cloud Connector only supports Person Accounts as a customer model.
  • D. Service agents need a corresponding storefront login mapped to their Service Cloud user record.
  • E. The Service Cloud Connector only supports contacts as a customer model.

正解:C、D


質問 # 53
A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.
Whet first step needs to be taken to identify and fix the issue?

  • A. Recreate the job in the build server to verify compilation issues.
  • B. Verify the generated JavaScript and CSS for the build.
  • C. Verify the modules versions used to generate the code.
  • D. Clean up build server work space and run job again.

正解:C


質問 # 54
......

100%無料B2C-Commerce-Architect日常練習試験には66問があります:https://jp.fast2test.com/B2C-Commerce-Architect-premium-file.html

合格させるB2C-Commerce-Architectレビューガイド、信頼され続けるB2C-Commerce-Architectテストエンジン:https://drive.google.com/open?id=1fZ5gWNgVYiYl5chy0ZR2ZR0L4JnDwU5-


弊社を連絡する

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

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어