Salesforce Developer CCD-102 Dumps Full Questions with Free PDF Questions to Pass
100% Updated Salesforce CCD-102 Enterprise PDF Dumps
Salesforce CCD-102 certification exam covers a wide range of topics, including data modeling, site structure, architecture, customization, and integrations. It also covers topics such as performance optimization, security considerations, and troubleshooting techniques. CCD-102 exam consists of 60 multiple-choice questions, and candidates have 105 minutes to complete the exam. The passing score is 63%, and the exam is available in English, Japanese, and Spanish.
NEW QUESTION # 112
A Digital Developer has Identified that the code segment below is causing performance problems.
What should the Developer do to improve the code?
- A. Use a system attribute instead of the isOnSaleFlag custom attribute.
- B. Avoid using an Iterator and use a Collection instead.
- C. Break the process into separate loops.
- D. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
Answer: D
NEW QUESTION # 113
A developer must configure permissions for an Open Commerce API resource on a sandbox instance that currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers
- A. Resource_id
- B. Client_id
- C. Version_range
- D. Read_attributes
Answer: A,B
NEW QUESTION # 114
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.
Answer: A,B
NEW QUESTION # 115
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 loggerFile.
- B. Logs will be written to the log file with a prefix customwarn.
- C. Logs will be written to the log file with a prefix custom-loggerFile.
- D. Logs will not be written.
Answer: C
NEW QUESTION # 116
A developer is using logging in scripts to troubleshoot an issue. They are using the dw.system.Log class to write to specific log levels and categories. Which log level is always enabled by default?
- A. INFO
- B. FATAL
- C. ERROR
Answer: B
NEW QUESTION # 117
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">
- B. <isslot id="my_banner" description = "for home page" context="global" context- object="${pdict.CurrentHomePage}"/>
- C. <isslot id="my_banner" description = "for home page" type="global" context="content" context- object="${pdict.ContentSearchResult.content>"/>
- D. <isslot id="my_banner" description = "for home page" type="global" context="homepage"/>
Answer: A
NEW QUESTION # 118
Below is a form definition snippet from the newsletter.xml file:
<?xml version="1.0"?>
<form xmlns=http://www.demandware.com/xml/form/2008-04-15>
<field formid="email" lavel="Email" type="String" mandatory="True" max-length="50" />
</form>
Which line of code creates a JSON object to contain the form data?
- A. Server.forms.getForm('newsletter');
- B. Server.forms.getForm('dwfrm_newsletter')
- C. Server.form.getForm('dwfrm_newsletter')
- D. Server.form.getForm('newsletter');
Answer: A
Explanation:
En el controller:
En el Formulario:
NEW QUESTION # 119
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.
- 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. Ensure that the client cartridge is on the left of the U.HK cartridge m cartridge path.
Answer: B
NEW QUESTION # 120
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. Create and use a new controller debug configuration.
- C. Modify the debugger configuration and use the existing pipeline debugger.
- D. Create and use a new script debug configuration.
Answer: C
NEW QUESTION # 121
An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:
* 50 different pricing groups of customers
* 30 different pricing groups of employees
* 10 different pricing groups of vendors
Which items should the Architect include in the design in order to set applicable price books based on these requirements'' Choose 2 answers
- A. - One promotion and 50 campaigns for customers
- One promotion and 30 campaigns for employees
- One promotion and 10 campaigns for vendors - B. - One customer group and SO subgroups for customers
- One customer group and 30 subgroups for employees
- One customer group and 10 subgroups for vendors - C. - One campaign and multiple promotions for each customer group
- D. - 50 customer groups for customers
- 30 customer groups for employees
- 10 customer groups for vendors
Answer: B,D
NEW QUESTION # 122
Which three configuration does a developer need to ensure to have a new product visible in the Storefront?
Choose 3 answers
- A. The search index is built.
- B. The Storefront catalog that contains the product is assigned to a site
- C. The product has a master product
- D. The product is online and searchable
- E. The product has a Price
Answer: A,B,D
Explanation:
Tengo dudas con el A. REVISAR
NEW QUESTION # 123
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 layout_type_exclusion in the other asset components json configuration.
- B. Add layout_type_inclusion in the target components json configurations.
- C. Add component_type_inclusion in the layout json configuration
- D. Add component_type_Exclusions in the layout json configuration
Answer: D
NEW QUESTION # 124
Universal Containers calls the following combination of products "The Basics" and sells the combination as a unique product ID:
One Model 103 container
Five Model 611 container
Tree Model 201 container
The Developer created these three products in the catalog.
What is the next step in Business Manager to create "The Basics" as a combination?
- A. In the Product Bundles module, create a bundle named "The Basics".
- B. In the Product Sets module, create a product set named "The Basics".
- C. In the Products module, create a product named "The Basics" and add the products to the Product Sets tab.
- D. In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab.
Answer: D
NEW QUESTION # 125
Universal Containers is preparing their storefront to use Open Commerce APIs (OCAPI).
To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?
- A. dw.ocapi.shop.order.validateOrder
- B. dw.ocapi.shop.order.afterPOST
- C. dw.ocapi.shop.basket.afterPostShipment
- D. dw.ocapi.shop.basket.calculate
Answer: D
NEW QUESTION # 126
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)
B)
C)
- A. Option C
- B. Option B
- C. Option A
Answer: B
NEW QUESTION # 127
A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new country, Italy, and the taxi s not being calculated correctly on the Storefront What is the likely problem?
- A. Tax Region is configured wrong.
- B. Tax Jurisdiction is missing
- C. Tax Country is missing
- D. Tax Locale is configured wrong
Answer: B,D
NEW QUESTION # 128
A custom cartridge that seemed to be performing well in a sandbox has been installed in production. The production instance is showing increased page load times that seem to be related to the new custom code. What can a developer do to quickly track down the potential problem?
- A. Use the Code Profiler in production instance. Set the mode to Development Mode and then wait a few minutes to collect data from onsite traffic. Click the refresh button to see the new data.
- B. Use the Code Profiler in production instance. Set the mode to Development Mode and click the refresh button to see the new mode displayed.
- C. Use the Code Profiler in a sandbox instance. Set the mode Extended Development Mode and then load the suspected pages and run the suspected process several times. Click the refresh button to see the new data.
Answer: A
NEW QUESTION # 129
......
Use Valid Exam CCD-102 by VerifiedDumps Books For Free Website: https://www.verifieddumps.com/CCD-102-valid-exam-braindumps.html
Free Salesforce Developer CCD-102 Official Cert Guide PDF Download: https://drive.google.com/open?id=1CZ1fqCr32I7pG7PH-Cmlbgth8p_Fjm3c
