2022年最新のB2C-Commerce-Developer問題集にはSalesforce Developers認証済み試験問題と解答 [Q40-Q55]

Share

2022年最新のB2C-Commerce-Developer問題集にはSalesforce Developers認証済み試験問題と解答

実際に出ると確認されたB2C-Commerce-Developer試験問題集と解答でB2C-Commerce-Developer無料更新


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

トピック出題範囲
トピック 1
  • Given A Configuration Task, Use Business Manager To Work With Storefront Data To Complete A Storefront Order
トピック 2
  • Configure And Use The Debugger To Inspect Script And Pipeline Functions
  • Modify A Javascript Controller To Alter The Control Logic
トピック 3
  • Given Business Requirements, Create A Custom Object Type To Store A Custom Data Type
トピック 4
  • Given Existing Code And A Sandbox Instance, Enable And Access Logging Category In Business Manager
トピック 5
  • Given The Code For A Storefront Site, Add The Correct Sequence Of Cartridge Names To The Provided Cartridge Path
トピック 6
  • Create A Javascript Controller That Leverages A Script And Renders A Template
  • JSON
  • Write Code That Logs Non-Sensitive Data To Custom Log Files With Different Log Levels
トピック 7
  • 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
トピック 8
  • Implement And Enhance Templates, Form Definitions, Static Files, Properties Files
  • Extend Functionality With A Hook That Is Not Previously Defined In Hooks
トピック 9
  • Modify The Appearance Of A Form, Add Validation And CSRF Protection, And Use Bindings To Process Fields
トピック 10
  • Troubleshoot File Synchronization Issues Between UX Studio And The Sandbox Environment
  • Given A Sandbox Instance And UX Studio Connection
トピック 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
  • Use Business Manager To Work With Content Assets, Content Slots, And Content Folders
トピック 13
  • Given A Sandbox Instance And Data Import Files, Import Files Using Business Manager Import
  • Export Modules
トピック 14
  • 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
トピック 15
  • Given A Sandbox Instance And Eclipse IDE, Install UX Studio And Upload Code To The Sandbox Environment
トピック 16
  • Given A Specification And A Sandbox Instance, Configure OCAPI Permissions For Data And Shop Apis
トピック 17
  • Given A Business Manager Task, Work With The Product Data Model To Manage Products, Their Categorization, And Associated Inventory

 

質問 40
A Digital Developer has a site export file on their computer that needs to be imported into their sandbox. How should the developer update their sandbox with the data in this file?

  • A. Upload and import the file using the local option within the Site Import & Export Business Manager module.
  • B. Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.
  • C. Upload the file to the Static WebDAV directory and import using the Import & Export Business Manager module.
  • D. Connect and import the file using the remote option within the Site Import & Export Business Manager module.

正解: A

 

質問 41
A developer is given a task to implement a new Page Designer layout component that doesn't accept certain asset components.
How should the developer achieve the above task?

  • A. Add component_type_inclusion in the layout json configuration
  • B. Add layout_type_inclusion in the target components json configurations
  • C. Add component_type_exclusions in the layout json configuration
  • D. Add layout_type_exclusion in the other asset components json configuration

正解: A

解説:
Explanation/Reference:

 

質問 42
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 two.)

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

正解: A,B

 

質問 43
Universal Containers has expanded its implementation to support German with a locale code of de. The current resource bundle is checkout.properties.
To which file should the developer add German string values?

  • A. checkout_de.properties in resources folder
  • B. checkout.properties in the de locale folder
  • C. de_checkout. properties in resources folder
  • D. checkout.properties in the default locale folder

正解: A

 

質問 44
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. xyz
  • B. custom-export
  • C. custominfo-blade
  • D. custom-xyz

正解: D

 

質問 45
A Digital Developer adds the following line of code to a script.
dw.system.Logger.getLogger{'login').debug{"Login API has succeeded");
The code executes without error; however, the log file on disk does NOT contain the log message.
Which two actions should be completed to write the log message to disk? Choose 2 answers

  • A. Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
  • B. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
  • C. Archive old log files to make room in the log directory.
  • D. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.

正解: A,D

 

質問 46
The following sample code is NOT providing the desired results. The Digital Developer needs to add an entry to the logs to debug the problem.

Which statement correctly adds a log entry?

  • A. Logger.fault('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);
  • B. Logger.error('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);
  • C. Logger.getErrorLog().log('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);
  • D. Logger.exception('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);

正解: D

 

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

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

正解: A

 

質問 48
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 "products."
  • B. Delete the existing content asset.
  • C. Change the slot's configuration content type to "recommendations."
  • D. Change the slot's configuration template to the appropriate rendering template.

正解: C,D

 

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

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

正解: C

 

質問 50
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Log.
Which step needs to be completed to get the messages to appear in the Request Log?

  • A. In Global preferences, check the box for Enable custom logging in Request Log.
  • B. In Site Preferences, check the box for Enable custom Logging in Request Log
  • C. In Custom Log Settings, check the DEBUG box for Select Log Levels Written to Files.
  • D. In custom Log Settings, activate the loggin category at DEBUG level.

正解: C

 

質問 51
A Digital Developer extends a system object, Product, and adds a Boolean attribute, "sellable," to it.
Assuming "prod" is the variable name handling the product, what code can the Developer use to access it?

  • A. prod.sellable
  • B. prod.extended.sellable
  • C. prod.persistable.sellable
  • D. prod.custom.sellable

正解: D

 

質問 52
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 token Is present In the form and Is being submitted in the request.
  • B. The form group has the secure attribute set to true.
  • C. The CSRF settings In Business Manager are properly configured.
  • D. The CSRF cartridge Is included in the site's cartridge path.

正解: A

 

質問 53
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 rescurce_id value enables the appropriate resource?

  • A. /inventory_list_search
  • B. /inventory-lists/*
  • C. /products/*
  • D. /inventory_lists/**

正解: D

 

質問 54
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons?

  • A. The Storefront catalog is offline
  • B. The category is not sorted
  • C. The category is offline.
  • D. The category does not contain available products

正解: C,D

 

質問 55
......

実際問題を使ってB2C-Commerce-Developer問題集で100%無料B2C-Commerce-Developer試験問題集:https://www.goshiken.com/Salesforce/B2C-Commerce-Developer-mondaishu.html