Salesforce CCD-102リアル試験問題テストエンジン問題集トレーニングには207問あります
CCD-102実際の問題解答PDFには100%カバー率リアル試験問題
質問 # 32
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. Use the superModule property in the existing routes to extend their functionality.
- 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. Define a new middleware function and use it in the existing routes.
正解:D
質問 # 33
A Digital Developer is working in a sandbox on a site named -est-site using the domain test.demandware.net. The Developer needs to compile a url to make an Open Commerce API (OCAPI) request that returns product information.
By default, which URL format is a proper Open Commerce API for Sandbox?
- A. http: test.demandware.netstest-sitedwshop v!8_3 productsM1355?client_id=aaa...
- B. http: ''www.test.com/s/test-site/sfc/shop products M1355?client_id=aaa...
- C. https: test.demandware.com/dw/shop products \I1355?client_id=aaa...
- D. https:7www.test.com/dw/shop. vl8_3. products M1355?client_id=aaa...
正解:A
質問 # 34
A NewsletterSubscription custom object exists that has a key attribute named email of type String and the following script code.
However, the NewsletterSubscription custom object is not persisted.
What is a possible reason?
- A. The code shown need to be wrapped in a transaction.
- B. The code shown needs to be wrapped in a try/catch block.
- C. The code shown is the wrong syntax. The correct syntax is:
正解:A
解説:
質問 # 35
Given the requirements:
* To show the washing instructions for a clothing product on a dedicated section the detail page
* Washing instructions come from the product information manager(PIM)
* To have this attribute available to localize in the Storefront.
Which action meets these requirements?
- A. Set the product system object type as localizable
- B. Add a custom attribute for each locale
- C. Add a resource file for every locale for which the attribute needs to be translated.
- D. Set the custom attribute as localizable
正解:D
質問 # 36
A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them to SFTP how should the Architect configure the import job flows following the best practices?
- A. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the storefront catalog 3rd flow It global to Import the master catalog.
- B. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the master catalog. 3rd flow K global to Import the storefront catalog.
- C. 1st flow is global to download the files horn SFTP. 2nd flow is global to import the master catalog. 3rd flow Is global to Import the storefront catalog.
- D. 1st flow is global to download the files from SFTP. 2nd flow is global to import the storefront catalog 3rd flow K global to Import the master catalog.
正解:C
質問 # 37
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 > Site Import & Export Business Manager module.
- B. Use the Site Development > Import & Export Business Manager module.
- C. Perform a data replication from staging.
- D. Download the site export file and use UX Studio to transfer the data to the sandbox.
正解:A
質問 # 38
A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution.
Which statement should the Developer use to lazy load scripts?
- A. importPackage () method
- B. $.ajax () jQuery method
- C. require () method
- D. local include
正解:C
質問 # 39
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 service to be wrapped in a try/catch block.
- D. Update the service to have a faster response time.
正解:A、D
解説:
質問 # 40
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 CSRF cartridge Is included in the site's cartridge path.
- C. The form group has the secure attribute set to true.
- D. The CSRF settings In Business Manager are properly configured.
正解:A
質問 # 41
Business Manager has the configuration:
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger(''products'');
Using this information, what will be written to the log?
- A. log.error("This is an error message"); AND log.info("This is an info message");
- B. log.warn("This is a warn message"); AND log.error("This is an error message");
- C. log.info("This is a warn message");
正解:C
質問 # 42
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.getLogger().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.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
- D. logger.getLogger('profile').debug("Error retrieving profile email, Status Code: ", http.statusCode);
正解:C
質問 # 43
A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually. How should the developer configure the products?
- A. Set
- B. Bundle
- C. Variation Group
正解:B
質問 # 44
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. Import the RefArchGlobal customer list into the RefArch site.
- C. Enable "Customer List Sharing" in Global Preferences.
- D. Enable "Customer List Sharing" in Site Preferences.
正解:D
質問 # 45
A Digital Developer suspects a logical error in a script. Which action will help locate the error?
- A. Put breakpoints in the code, debug, and examine variable values.
- B. Print all values in the script node called before the current script.
- C. Submit a support ticket to B2C Commerce.
- D. Check request logs for evidence of the logical error.
正解:A
質問 # 46
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. Configure a new custom OCAPI endpoint and use the Customers resource type.
- B. Implement and configure a recurring task using the cron command in Business Manager.
- C. Develop and configure a steptype and corresponding CommonJ5 job step script.
正解:C
質問 # 47
......
CCD-102試験は、Salesforce Commerce Cloudプラットフォームでeコマースソリューションの構築とカスタマイズに関する専門知識を実証したい開発者向けに設計されています。この試験では、スケーラブルで信頼性の高いeコマースアプリケーションを開発するためのプラットフォームのアーキテクチャ、カスタマイズオプション、およびベストプラクティスに関する開発者の知識をテストします。また、支払いゲートウェイ、分析、ソーシャルメディアプラットフォームなどのサードパーティのシステムとツールの統合もカバーしています。
PassTest CCD-102試験練習テスト問題:https://www.passtest.jp/Salesforce/CCD-102-shiken.html
CCD-102試験問題解答:https://drive.google.com/open?id=1hnyfzH5P07sSAG-YrD7CZGDEgmo1fnGX