2023年最新のお手軽に合格させるCCD-102試験にはこちらが提供する問題集PDFテストエンジン [Q76-Q96]

Share

2023年最新のお手軽に合格させるCCD-102試験にはこちらが提供する問題集PDFテストエンジン

CCD-102のPDFで合格させるスゴ問題集でCCD-102最新のリアル試験問題

質問 # 76
What is accomplished by the code below?

  • A. Performs a local include from the Account-Header endpoint.
  • B. Creates a link to the Account-Header end point that allows mobile navigation.
  • C. Performs a remote include from the Account-Header endpoint.

正解:C


質問 # 77
A merchant asks a developer to create a Cache Partition for the home page, so that when the home page is edited, only the home page is cleaned.
Given the above requirement, where should the developer create that partition in Business Manager?

  • A. Operations > Cache > Site
  • B. Operations > Site > Manage Sites > Cache
  • C. Site > Site Preferences > Cache
  • D. Administration > Sites > Manage Sites > Site > Cache

正解:D


質問 # 78
Refer to the screen shot below:

Given a site called RefArch that has the settings shown, what must be done for RefArch to use the same customer list as RefArchGlobal?

  • A. Select RefArchGlobal in the dropdown for Customer List.
  • B. Enable "Customer List Sharing" in Global Preferences.
  • C. Enable "Customer List Sharing" in Site Preferences.
  • D. Import the RefArchGlobal customer list into the RefArch site.

正解:A


質問 # 79
There is a business requirement to allow a third-party warehouse management system to update the MySampte.com storefront product inventory in real time. The architect decided that this is most easily accomplished by using the Open Commerce API (OCAPI). The developer needs to test the OCAPI settings m their sandbox. Assume the client ID for testing is "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'. What B the correct GCAPI setting for this?
A)

  • A. Option A

正解:A


質問 # 80
Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? (Choose two.)

  • A. Change the slot's configuration content type to "recommendations."
  • B. Delete the existing content asset.
  • C. Change the slot's configuration content type to "products."
  • D. Change the slot's configuration template to the appropriate rendering template.

正解:A、D


質問 # 81
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?

  • A. HTTP Form
  • B. SOAP Form
  • C. POST Form
  • D. HTML Form

正解:D


質問 # 82
Which of these situations is an appropriate use of the B2C Commerce OCAPIs?

  • A. Showing the customer's information in their B2C Commerce "My Account'' page.
  • B. Updating inventory information from a warehouse management software.
  • C. Extending System Object Type definitions with new attributes.

正解:B


質問 # 83
A merchant checked the "Show Orderable Products Only" preference in Business Manager. What impact does this have on the Storefront from a user perspective?

  • A. Pre-order products will be excluded from search results.
  • B. Back-order products will be excluded from search results.
  • C. Products with an Available to Sell (ATS) - 0 will be excluded from search results.
  • D. The product detail page will be hidden if Available to Sell (ATS) = 0.

正解:C


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

正解:A、B


質問 # 85
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? Choose 3 answers

  • A. Keystore Password
  • B. Instance Hostname
  • C. Instance Version
  • D. Business Manager Password
  • E. Business Manager Username

正解:B、D、E


質問 # 86
A developer observed a specific issue in production, which they cannot reproduce in other environments. The developer wants to do a hot fix to one of the ISML pages, which uses <iscach> tag, to see if that resolves while issue. Which consideration must the developer keep in mind while deploying the hot fix in production?

  • A. If the page has multiple tags, the highest cache duration will be used in production to determine the resulting page's caching behavior.
  • B. It will be required to invalidate the cache for the hot fix.
  • C. The TTL cache setting only affects static content and not the page cache, which could potentially cause he production issue.

正解:C


質問 # 87
A Digital Developer is inspecting the weekly service status report for a critical internally-hosted web service used in the application and notices that there are too many instances of unavailability.
Which two solutions are possible options to reduce the unavailability of the service? Choose 2 answers

  • A. Increase the web service time out.
  • B. Modify the code that makes the request to the external service to be wrapped in a try / catch block.
  • C. Change the code that makes the request to set the throwOnError attribute, of the service, to be true.
  • D. Update the external service to have a faster response time.

正解:A、B


質問 # 88
A developer is asked to create a controller endpoint that will be used in a client-side AJAX request. Its purposes is to display updated information to the user when the request is completed, without otherwise modifying the appearance of the current page.
According to SFRA practices, which method best supports this objective?

  • A. res.print()
  • B. res.render()
  • C. res.json()

正解:C


質問 # 89
A developer is configuring Payment Methods on a storefront. Which of the following considerations should be kept in rmnd while configuring payment methods,

  • A. You can't delete a default payment method. You can only disable it.
  • B. You can add only up to 5 payment methods
  • C. You can't drag and drop the column headers to change the sort order.

正解:A


質問 # 90
A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?

  • A. CustomObject.createCustomObject(CustomObjectType,primaryKey);
  • B. CustomObject.createCustomObject(primaryKey,CustomObjectType);
  • C. CustomObjectMgr.createCustomObject(primaryKey);
  • D. CustomObiectMqr.createCustomOb1ect(CustomOb1ectType,primaryKey);

正解:D


質問 # 91
Which three configuration does a developer need to ensure to have a new product visible in the Storefront?
Choose 3 answers

  • A. The product has a master product
  • B. The product has a Price
  • C. The product is online and searchable
  • D. The Storefront catalog that contains the product is assigned to a site
  • E. The search index is built.

正解:C、D、E


質問 # 92
A developer must configure permissions for an Open Commerce API resource on a sandbox instance that currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers

  • A. Resource_id
  • B. Client_id
  • C. Version_range
  • D. Read_attributes

正解:A、B


質問 # 93
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page.
Additionally, authenticated users who try to add a coupon are logged out.
The following processing code Is found In the carets controller file:

What should the Developer verify to Identify the Issue?

  • A. The CSRF cartridge Is included in the site's cartridge path.
  • B. The CSRF token Is present In the form and Is being submitted in the request.
  • C. The form group has the secure attribute set to true.
  • D. The CSRF settings In Business Manager are properly configured.

正解:B


質問 # 94
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:

Which modification allows the requests to successfully execute?

  • A. Change the "resource_id" value to: "/baskets/*/items".
  • B. Change the "write_attributes" value to: "(+items)".
  • C. Change the "methods" value to: ["get", "post"].
  • D. Change the "read_attributes" value to: "(items)".

正解:A


質問 # 95
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. 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.
  • C. 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. 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


質問 # 96
......


この試験では、Salesforce B2C Commerce Architecture、SiteGenesis、ビジネスマネージャー、データ管理、カスタマイズ、展開など、幅広いトピックをカバーしています。候補者は、ビジネス要件を満たし、ベストプラクティスを遵守するソリューションを設計、開発、展開する能力についてテストされます。また、SFRA(StoreFront Reference Architecture)などのSalesforce B2C Commerce Development Frameworkの知識についても評価されます。

 

CCD-102問題集はあなたの合格を必ず保証します:https://jp.fast2test.com/CCD-102-premium-file.html

有効なCCD-102テスト解答CCD-102試験PDF:https://drive.google.com/open?id=1GFANREdZQ7ateqm89tAk3gzaSuQ2Pdts


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어