[完全版]2023年最新のFast2test CCD-102のPDFで最近更新された問題です [Q11-Q33]

Share

[完全版]2023年最新のFast2test CCD-102のPDFで最近更新された問題です

CCD-102試験には保証が付きます。更新されたのは207問があります

質問 # 11
Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.
Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?

  • A. * Create a new custom object type for order comments that contains the attributes: order ID and comments.
    * Modify the "COPlaceOrder" controller to create a new order comments custom object upon order completion.
  • B. * Add the new attribute to the "Customer" system object.
    * Modify the "COPlaceOrder" controller to add this new attribute to the current session's "Customer" object.
  • C. * Add the new attribute to the "Order" system object.
    * Modify the "COPlaceOrder" controller to add this new attribute to the current session's "Order" object.
  • D. * Modify the "COPlaceOrder" controller to update a CSV file in the IMPEX WebDAV directory with the order ID and comments.
    * Modify the order export process to read information in the CSV file and include it as part of the export.

正解:C


質問 # 12
A Digital Developer needs to add logging to the following code.

Which statement logs the HTTP status code to a debug-level custom log file?

  • A. logger.debug("Error retrieving profile email. Status Code: {0} was returned.", http.statusCode);
  • B. Logger.getLogger('profile,).debug("Error retrieving profile email. Status Code: {0} was returned.",
    http.statusCode);
  • C. logger.getLogger('profile').debug("Error retrieving profile email. Status Code: ", http.statusCode);
  • D. Logger.getLoggerO-debugfError retrieving profile email. Status Code: {0} was returned.",
    http.statusCode);

正解:B


質問 # 13
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?

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

正解:C


質問 # 14
Consider the following information:
* A merchant has this three-tier category structure setup in the Storefront catalog:
New Arrivals > Women > Clothing
* The category named Clothing has all the clothing items for Women and is merchandised.
* A Search Refinement named Newness is correctly configured for the Clothing category.
When a merchandiser views the Clothing category, the Search Refinement appears and Works as expected. However, the merchandiser does not see the Search Refinement when searching for Clothing via the Storefront search.
What is the Reason?

  • A. The Search Refinement definition is not set up for the New Arrivals Category.
  • B. There are conflicting Search Refinement definitions for Clothing and one of its parent categories
  • C. The Search Refinement definitions is not set up for the Root Category
  • D. The Search Refinement definition is not set up for the Women category

正解:B


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

正解:C


質問 # 16
An Architect to notify by the Business that order conversion dramatically dropped a few hours after go live. Further investigation points out that customers cannot proceed to checkout anymore. The Architect is aware that a custom inventory checks with a third-party API is enforced at the beginning of checkout, and that customers are redirected to the basket page when items are no longer in stock Which tool can dearly confirm that the problem is indeed caused by the inventory check?

  • A. Sales Dashboard from Reports and Dashboards
  • B. Realtime Report from Reports and Dashboards
  • C. Pipeline Profiler from Business Manager
  • D. Service Status from Business Manager

正解:D


質問 # 17
Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.
Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?

  • A. * Add the new attribute to the "Customer" system object.
    * Modify the "COPIaceOrder" controller to add this new attribute to the current session's "Customer" object.
  • B. * Add the new attribute to the "Order" system object.
    * Modify the "COPIaceOrder" controller to add this new attribute to the current session's "Order" object.
  • C. * Modify the "COPIaceOrder" controller to update a CSV file in the IMPEX WebDAV directory with the order ID and comments.
    * Modify the order export process to read information in the CSV file and include it as part of the export.
  • D. * Create a new custom object type for order comments that contains the attributes: order ID and comments.
    * Modify the "COPIaceOrder" controller to create a new order comments custom object upon order completion.

正解:C


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

正解:B、C


質問 # 19
The Client has requested an Architect's help in documenting the architectural approach to a new home page. The requirements provided by the business are:
* Multiple areas of static image content, some may need text shown at well
* The content page must be Realizable
* A carousel of featured products must be shown below a banner 101191
* Recommended categories will be featured based on the time of year
Which two solutions would fulfil these requirements?
Choose 2 answers

  • A. Leverage B2C Commerce content slots and assets
  • B. Leverage B2C Commerce Content Management Service
  • C. Leverage B2C Commerce locales in Business Manager
  • D. Leverage B2C Commerce Page Designer with a dynamic layout.

正解:A、D


質問 # 20
A developer is tasked with the development of anew Page Designer Page Type, as requested by the merchant.
How should they define the rendering logic of the page?

  • A. Implement a metadata JSON file with a ''render'' property.
  • B. Implement a Controller file with a ''render'' route.
  • C. Implement a JavaScript file with a render () function.

正解:C


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


質問 # 22
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers

  • A. Assign a default payment processor.
  • B. Assign a default currency.
  • C. Assign a default payment type.
  • D. Assign the appropriate taxation type.
  • E. Assign a default payment method.

正解:B、D


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

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

正解:A、B、D


質問 # 24
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes.

What is the result'

  • A. Logs will be written to the log file with a prefix custom-loggerFile.
  • B. Logs will be written to the log file with a prefix loggerFile.
  • C. Logs will not be written.
  • D. Logs will be written to the log file with a prefix customwarn.

正解:A


質問 # 25
A developer needs to perform the same additional checks before completing multiple routes in a custom controller, in order to decide whether to render a template or redirect the user to a different page.
According to SFRA best practices, what is the correct approach to improve code reusability in this scenario7

  • A. Define a new middleware function and use it in the existing routes.
  • B. Replace the existing routes by creating a controller in separate new cartridge.
  • C. Append a new function to all the existing routes with the server module.
  • D. Use the superModule property in the existing routes to extend their functionality.

正解:A


質問 # 26
A developer has these requirements for out-of-stock products:
* Save the SKUs of the out-of-stock products that the customer is interested in
* Save the customer email regardless if the customer is a guest or registered
* Email the customer when the product is back-in-stock
Which step should the developer perform as part of the solution to achieve the requirements?

  • A. Create a new set-of-string type custom attribute to the system object type Profile to save all the SKUs and use the existing email field for the email.
  • B. Create a new system object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
  • C. Create a new set-of-string type custom attribute to the system object type Product to save all the customer email addresses for back-in-stock notification.
  • D. Create a new custom object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.

正解:C


質問 # 27
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.
What must be done in order to use the debugger with the new controller when it is written?

  • A. Use the existing pipeline debugger.
  • B. Modify the debugger configuration and use the existing pipeline debugger.
  • C. Create and use a new controller debug configuration.
  • D. Create and use a new script debug configuration.

正解:B


質問 # 28
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded? Choose 3 answers

  • A. The server is configured to accept incoming connections.
  • B. The Active Server setting is enabled for the server connection.
  • C. The credentials for the server connection are correctly entered.
  • D. The cartridge is for the current version of B2C Commerce.
  • E. The Auto-Upload setting is enabled for the server connection.

正解:B、C、E


質問 # 29
A developer has a B2C site and a merchant requirement to add a new locale to it.
What are the steps to enable the locale in the Storefront?

  • A. Create and configure the locale under Global Preferences section and activate it in Site Preferences.
  • B. Add an alias for the new locale and then create and configure the locale itself under Global Preferences section.
  • C. Create, configure, and activate the locale under Global Preferences section.

正解:A


質問 # 30
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 reported that the job is constantly failing and custom objects are growing in 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. 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.
  • C. 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.
  • D. Take the backup of the Order as XML and delete the notes from Order to ensure on the next job run the custom objects are getting processed.
  • E. 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、D


質問 # 31
A developer customized the Cart-Show controller route with a LINK cartridge that adds social media dat a. There is a new requirement to add a datalayer object to the Cart-Show controller route.
How should the developer achieve this to ensure that no code change will be needed if the client decides to remove the LINK cartridge?

  • A. Replace the Cart-Show controller route in client cartridge and add datalayer object to the viewData variable. Ensure that the client cartridge is on the left of the U.HK cartridge m cartridge path.
  • B. Append Cart-Show controller route in the client cartridge and add datalayer object to the viewData variable.
  • C. Replace the Cart-Show controller route in client cartridge and add datalayer object to the viewData variable.

正解:B


質問 # 32
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 add only up to 5 payment methods
  • B. You can't delete a default payment method. You can only disable it.
  • C. You can't drag and drop the column headers to change the sort order.

正解:B


質問 # 33
......

最新のCCD-102合格保証付き試験問題集の認定サンプル問題:https://jp.fast2test.com/CCD-102-premium-file.html

CCD-102更新された試験問題集で[2023年最新] 練習には有効な試験問題集:https://drive.google.com/open?id=1GFANREdZQ7ateqm89tAk3gzaSuQ2Pdts


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어