合格させるB2C-Commerce-Developerブレーン問題集で更新されたのは認定サンプル問題 [Q71-Q87]

Share

合格させるB2C-Commerce-Developerブレーン問題集で更新されたのは認定サンプル問題

オンラインB2C-Commerce-Developerテストブレーン問題集とテストエンジン


Salesforce B2C-Commerce-Developer認定試験は、Salesforce B2C Commerceプラットフォームの強い理解を持ち、クライアントの独自のニーズを満たすためにカスタムソリューションを設計および開発できる個人を対象としています。この認定は、Salesforceの強力な電子商取引プラットフォームの使用における個人の熟練度を証明するため、業界で高く評価されています。


試験は60問の選択式問題から構成され、サイトデザイン、データ管理、注文管理、外部システムとの統合など、eコマース開発に関連するさまざまなトピックに関する個人の知識をテストするよう設計されています。試験はタイムトライアル制で、105分以内に完了する必要があります。


Salesforce B2C-Commerce-Developer 資格認定は、Salesforce B2C Commerce Cloud を使用して e コマースソリューションを開発した経験を持つ開発者を対象としています。この資格を保有する候補者は、プラットフォームのアーキテクチャ、データモデル、API の深い理解を持っていることが期待されています。また、顧客のユニークなニーズに対応するためのカスタマイズや統合の開発にも熟練している必要があります。

 

質問 # 71
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 > Site Preferences > Apple Pay
  • B. Merchant Tools > Site Preferences > Payment Types
  • C. Merchant Tools > Ordering > Payment Methods
  • D. Merchant Tools > Ordering > Payment Processors

正解:C


質問 # 72
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.js controller that handles processing of the other cart forms.
In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
The code below is the submit button for the ISML markup.

What additional steps must occur before the Digital Developer can begin writing the processing code for this request?

  • A. Option D
  • B. Option A
  • C. Option C
  • D. Option B

正解:C


質問 # 73
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.
What could the developer do to correct this issue?

  • A. Set the logging global preference to true AND set the root log level to debug.
  • B. Set the root log level to debug AND check the box for info under Log Files.
  • C. Set the logging global preference to true AND check the box for Info under Log Files

正解:C

解説:
To resolve the issue of not seeing any log file with the message in the WebDAV folder, the developer should set the logging global preference to true and check the box for Info under Log Files (Option C). This configuration ensures that logging is globally enabled and that Info level messages are specifically captured and stored in the log files. Setting the logging global preference to true activates logging across the sandbox, and selecting Info as the logging level ensures that messages logged at the Info level are included, which corresponds to the level used in the developer's code (Logger.info(message)).


質問 # 74
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. CSV only
  • B. XML and JSON
  • C. JSON only
  • D. XML only

正解:D

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


質問 # 75
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. Products with an Available to Sell (ATS) - 0 will be excluded from search results.
  • C. The product detail page will be hidden if Available to Sell (ATS) = 0.
  • D. Back-order products will be excluded from search results.

正解:B


質問 # 76
Business Manager has the configuration:
* Active log category is "root"
* Log level of INFO
The code below execites:
Var log = Logger.getLogger("products","export");
Log.info ("This is important information");
Using this information, what is the beginning of the filename in which the log will be written?

  • A. custom-products
  • B. info-export
  • C. products
  • D. custom-export

正解:A


質問 # 77
A developer is asked to periodically create a CSB file in a WebDAV folder to hold the orders information of the last 30 days.
What are the appropriate actions to implement such a requirement?

  • A. Develop and configure a steptype and corresponding CommonJ5 job step script.
  • B. Configure a new custom OCAPI endpoint and use the Customers resource type.
  • C. Implement and configure a recurring task using the cron command in Business Manager.

正解:A


質問 # 78
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.jscontroller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
The code below is the submit button for the ISML markup.

What additional steps must occur before the Digital Developer can begin writing the processing code for this request?

  • A.
  • B.
  • C.
  • D.

正解:B


質問 # 79
A client sells its products in North America, Europe, and Asia, and has a B2C Commerce Site for each of these markets. The client receives three area-specific snippets of analytics code by a third-party provider to insert in the sites.
How should the developer configure an instance to allow the merchant to independently insert and update these snippets?

  • A. Create a new "HTML" attribute in the SitePreference object type.
  • B. Use ISML conditional tags to add the snippet into the codebase.
  • C. Configure a new Service Profile with the provided snippet of code.

正解:A


質問 # 80
When inspecting the weekly service status report for a critical internally hosted web service used in the application, a developer notices that there are too many instances of unavailability.
Which two solutions can reduce the unavailability of the service?
Choose 2 answers.

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

正解:A、D

解説:


質問 # 81
A developer is asked to create a new service instance that will call a remote web service.
Which method should the developer use to create the service instance?
A)

B)

C)

  • A. Option A
  • B. Option C
  • C. Option B

正解:A


質問 # 82
Assume the code below is executing:

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

正解:A


質問 # 83
A developer configures the dw.json file and needs to fill in the necessary parameters to complete the task.
Which threeparameters are required when using npm scripts?
Choose 3 answers

  • A. Site ID
  • B. Hostname
  • C. CSRF Token
  • D. Code Version
  • E. Usemame/Password

正解:A、B、D

解説:
When configuring the dw.json file for use with npm scripts in Salesforce B2C Commerce, there are specific parameters that are required to ensure proper configuration and functionality. According to the Salesforce B2C Commerce Developer documentation, the essential parameters include:
* Code Version: This parameter specifies the version of the code being deployed or worked on. It is critical as it tells the system which version of the codebase to reference.
* Hostname: This parameter denotes the server or instance hostname where the B2C Commerce environment is hosted. It is necessary for establishing a connection to the appropriate environment.
* Site ID: This parameter is used to identify the specific site within the B2C Commerce instance. It is crucial for ensuring that the scripts target the correct site configuration and settings.
While Username/Password and CSRF Token may be relevant for authentication and security purposes in other contexts, they are not listed as required parameters for the dw.json configuration for npm scripts in the provided documentation.


質問 # 84
A client has two B2C Commerce sites in the same instance: one for the U.S market, the other for the European market. The products they make are sold with different safety certificates based-on the world location.
For example, they sell a smartphone with certificate A in the U.S and certificate B in Europe, a hairdryer with certificate C in the U.S and certificate D in Europe, and more.
How should a developer allow the merchant to display the appropriate certification logo in the produce to details page, depending on the customer's location?

  • A. Add a Site-specific custom attribute to the Product system object type.
  • B. Add a Localizable custom attribute to the Certificate system object type.
  • C. Add a Localizable custom preference to the SitePreference system object type.
  • D. Ad and Image custom preference to the Sitepreference system object type

正解:A

解説:


質問 # 85
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. Download the site export file and use UX Studio to transfer the data to the sandbox.
  • B. Use the Site Development > Import & Export Business Manager module.
  • C. Perform a data replication from staging.
  • D. Use the Site Development > Site Import & Export Business Manager module.

正解:D


質問 # 86
A merchant wants customers to be able to order gift vouchers via their site. Since they can issue an unlimited number of these digital vouchers, this item should be available to sell at all items.
How can a developer use Business Manager to ensure that the gift vouchers are always available?

  • A. Set StockLevel = maxAllocation for the producto.
  • B. Check the Available to Sell (ATS) flag dor the producto set
  • C. Check the perpetual flag in the product inventory record
  • D. Manually set the inventory to a high number.

正解:C


質問 # 87
......

リアルSalesforce B2C-Commerce-Developer試験問題集には正解208問題と解答があります:https://jp.fast2test.com/B2C-Commerce-Developer-premium-file.html

Salesforce B2C-Commerce-Developer認定のリアル2026年最新の模擬試験:https://drive.google.com/open?id=1oGj-qeNBK526Fw7iVJcMymg0PA0fCyRz


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어