最新の2022年03月 Salesforce B2C-Commerce-Developer問題集で更新された115問あります [Q64-Q81]

Share

最新の2022年03月 Salesforce B2C-Commerce-Developer問題集で更新された115問あります

PDF無料ダウンロードにはB2C-Commerce-Developer有効な練習テスト問題


Salesforce B2C-Commerce-Developer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Use Business Manager To Work With Content Assets, Content Slots, And Content Folders
トピック 2
  • Implement And Enhance Templates, Form Definitions, Static Files, Properties Files
  • Extend Functionality With A Hook That Is Not Previously Defined In Hooks
トピック 3
  • Persistent Object Attributes To Ensure That Localized Pages Are Displayed As Expected
  • Identify The Issues And Modify The Code To Conform To Best Practices Including Performance & Scalability
トピック 4
  • Given A Requirement And A Simple Service Specification, Integrate And Deploy Using Service Framework
  • Use OCAPI Shop And Data Apis To Enable Interoperability With An External System
トピック 5
  • Given A Business Manager Task, Work With The Product Data Model To Manage Products, Their Categorization, And Associated Inventory
トピック 6
  • Given A Specification And A Sandbox Instance, Configure OCAPI Permissions For Data And Shop Apis
トピック 7
  • Given The Code For A Storefront Site, Add The Correct Sequence Of Cartridge Names To The Provided Cartridge Path
トピック 8
  • Given A Configuration Task, Use Business Manager To Work With Storefront Data To Complete A Storefront Order
トピック 9
  • Given A Sandbox Instance And Eclipse IDE, Install UX Studio And Upload Code To The Sandbox Environment
トピック 10
  • Given A Sandbox Instance And Data Import Files, Import Files Using Business Manager Import
  • Export Modules
トピック 11
  • Create A New Search Refinement Definition That Can Be Used On The Storefront
  • Modify Site Search Preferences And Settings To Enable Searching For A Specified Product Attribute
トピック 12
  • Given Existing Code And A Sandbox Instance, Enable And Access Logging Category In Business Manager
トピック 13
  • Modify The Appearance Of A Form, Add Validation And CSRF Protection, And Use Bindings To Process Fields
トピック 14
  • Given A Performance Issue And Sample Code, Determine The Faulty Cache Configuration And Identify The Cause

 

質問 64
Given the customer basket described below:
* A customer has an existing basket that consists of multiple items.
* One of the items is identified as a gift item by an attribute at the product line item.
The developer needs to write custom code to fetch the customer basket and then modify the basket based upon the items in the cart. If the basket contains any gift items, modify the basket and create a separate shipment for the gift item.
Four hooks are required to make the modification, beginning with modifyGETRespone and ending with validatebasket.
* Dw.ocapi.shop.basket.modifyGETResponse
* -- missing hook -
* -- missing hook --
* dw.ocapi.shop.basket.validateBasket
What are the two missing hooks in the middle?

  • A. dw.ocapi.shop.basket.shipment.beforePATCH
  • B. dw.ocapi.shop.basket.shipment.beforeDELETE
  • C. dw.ocapi.shop.basket.shipment.afterDELETE
  • D. dw.ocapi.shop.baskep.shopment.beforePOST
    Estos indican antes de actualizar y antes de introducir

正解: A,D

 

質問 65
Universal Containers created a site export file from staging in the global export directory.
How should the Digital Developer update their sandbox using this staging site export file?

  • A. Use the Site Development > Import & Export Business Manager module.
  • B. Perform a data replication from staging.
  • C. Download the site export file and use UX Studio to transfer the data to the sandbox.
  • D. Use the Site Development > Site Import & Export Business Manager module.

正解: D

 

質問 66
A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?

  • A. Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to export specific products.
  • B. Use the Site Import & Export module to export both the site catalog and the master catalog in a single archive.
  • C. Use the Catalog Export module to export the master catalog, with a category-assignment search to export specific products.
  • D. Use the Catalog Export module to export the site catalog.

正解: C

解説:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%
2Fcom.demandware.dochelp%2FImportExport%2FCatalogObjectImportExport.html

 

質問 67
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions.
Which link function generates the correct link?

  • A. $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$
  • B. $url('Page-Show', 'cid', 'terms-and-conditions')$
  • C. $include('Page-Include', 'cid', 'terms-and-conditions')$
  • D. $http('Content-Page', 'cid', 'terms-and-conditions')$

正解: A

 

質問 68
Below is a form definition snippet from the newsletter.xmlfile.

Which line of code creates a JSON object to contain the form data?

  • A. server.form.getForm('newsletter')
  • B. server.forms.getForm('dwfrm_newsletter')
  • C. server.form.getForm('dwfrm_newsletter')
  • D. server.forms.getForm('newsletter')

正解: A

 

質問 69
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which resource_id value enables the appropriate resource?

  • A. /inventory_lists/*
  • B. /inventory_list_search
  • C. /products/*
  • D. /inventory_lists/**

正解: C

 

質問 70
Given the file structure below, which ISML method call renders the customLandingPage template?

  • A. ISML.renderTemplate('content/custom/customLandingPage');
  • B. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');
  • C. ISML.render('content/custom/customLandingPage');
  • D. ISML('content/custom/customLandingPage');

正解: A

 

質問 71
The following code ensures that an address ID CANNOT be used if it is already in use by another address in the customer's address book. There is a problem with the code. The error message for an invalid address ID is never shown to the user on the form field.

How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?

  • A. addressForm.invalidateFormElement("addressid");
  • B. addressForm.addressid.invalidateFormElement();
  • C. addressForm.invalidateFormElement(addressForm.addressid);
  • D. addressForm.addressid.invalidateFormElement = true;

正解: A

 

質問 72
Which three techniques improve client-side performance in production while following documented best practices? (Choose three.)

  • A. Place CSS outside of templates.
  • B. Combine several images into a single image.
  • C. Use one style sheet for each ISML decorator template.
  • D. Use inline Javascript.
  • E. Compress CSS.

正解: C,D,E

 

質問 73
A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.
Which action should the developer take to resolve the problem?

  • A. Sort the attributes in the custom object type
  • B. Set the attributes to site-specific replicable
  • C. Change the data type of the attributes
  • D. Create an Attribute Group with the desired attributes in it

正解: C

解説:
Explanation/Reference:

 

質問 74
Assume the code below is executing:

Business Manager has the configuration:
* Active Log category is "root" with log level of "info."
Given this information, what is the beginning of the filename in which the log will be written?

  • A. custominfo-blade
  • B. xyz
  • C. custom-export
  • D. custom-xyz

正解: D

 

質問 75
Universal Containers needs to have Apple Pay disabled for the country of Spain.
Which Business Manager module should the Developer use to meet this requirement?

  • A. Merchant Tools > Ordering > Payment Methods
  • B. Merchant Tools > Site Preferences > Apple Pay
  • C. Merchant Tools > Ordering > Payment Processors
  • D. Merchant Tools > Site Preferences > Payment Types

正解: A

解説:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%
2Fcom.demandware.dochelp%2FApplePay%2FEnableAPWUsingALinkCartridge.html

 

質問 76
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. Administration > Sites > Manage Sites > Site > Cache
  • B. Operations > Cache > Site
  • C. Site > Site Preferences > Cache
  • D. Operations > Site > Manage Sites > Cache

正解: A

 

質問 77
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?

  • A. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>
  • B. <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
  • C. <isslot id="my_banner " description="for home page" context="global">
  • D. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>

正解: C

 

質問 78
Given a job step configured in the steptype.json, a developer needs to add a custom status code
"No_FILES_FOUND".
Which code snippet will complete the requirement?

  • A. this.status = 'NO_FILES_FOUND'
    return this;
  • B. var status = {success: 'OK'. Message: 'NO_FILES_FOUND'};
    return status;
  • C. return 'NO_FILES_FOUND
  • D. var status = require('dw/system/status');
    return new Status(Status.OK, 'NO_FILES_FOUND');

正解: D

解説:

 

質問 79
When exporting a site catalog from an external system, which file format or formats should a developer use so it can be imported into a B2C Commerce site?

  • A. XML and JSON
  • B. XML only
  • C. CSV only
  • D. JSON only

正解: B

解説:
Explanation/Reference: https://trailhead.salesforce.com/content/learn/modules/b2c-import-export/b2c-configure-import- export

 

質問 80
A Digital Developer selects "Show Orderable Products Only" in the Search > Search Preferences Business Manager module.
Which business goal does this accomplish?

  • A. Block displaying the product detail page if Available to Sell (ATS) = 0.
  • B. Exclude pre-order products from search results.
  • C. Exclude back-ordered products from showing on the website.
  • D. Exclude products from search results if Available to Sell (ATS) = 0.

正解: D

 

質問 81
......

B2C-Commerce-Developerテストエンジンお試しセット、B2C-Commerce-Developer問題集PDF:https://jp.fast2test.com/B2C-Commerce-Developer-premium-file.html

最新のSalesforce B2C-Commerce-DeveloperPDFと問題集で(2022)無料試験問題解答はここ:https://drive.google.com/open?id=1oGj-qeNBK526Fw7iVJcMymg0PA0fCyRz


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어