Pass Salesforce CCD-102 Exam With Practice Test Questions Dumps Bundle [Q101-Q116]

Share

Pass Salesforce CCD-102 Exam With Practice Test Questions Dumps Bundle

2023 Valid CCD-102 test answers & Salesforce Exam PDF

NEW QUESTION 101
A merchant has a requirement to render personalized content to n a category page via a Content Slot that targets VIP high-spending customers during a specific promotional period.
Which two items should the developer create to achieve the specified requirements?
Choose 2 answers:

  • A. Page Template
  • B. Slot Configuration
  • C. Rendering Template
  • D. VIP Customer Group

Answer: B,C

 

NEW QUESTION 102
A business user wants to add a link to a content page from within the body of another content asset.
The target
content asset ID is: terms-and-conditions.
Which link function generates the correct link?

  • A. $include('Page-Include', 'cid', 'terms-and-conditions')$
  • B. $url(*Page-Show', 'cid', 'terms-and-conditions')s
  • C. $httpUrl('Content-Show\ 'cid', ,terms-and-conditions')$
  • D. $http('Content-Page', 'cid', 'terms-and-conditions^S

Answer: B

 

NEW QUESTION 103
A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.
Which action should the developer take to resolve the problem?

  • A. Create an Attnbute Group with the desired attributes in it.
  • B. Set the attributes to site-specific replicable.
  • C. Change the data type of the attributes.

Answer: A

 

NEW QUESTION 104
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_inclusion in the target components json configurations.
  • B. Add component_type_Exclusions in the layout json configuration
  • C. Add layout_type_exclusion in the other asset components json configuration.
  • D. Add component_type_inclusion in the layout json configuration

Answer: B

 

NEW QUESTION 105
A merchant wants to obtain an export file that contains all the products .assigned to their Storefront catalog. They do not know how to achieve this easily without manual processing, so asked their developer to help Generate this. The merchant s Instance setup is as follows:
* They have one Master catalog and one storefront catalog.
* Some, but not all, of the products in the Master catalog are assigned to categories within the Storefront catalog.
Which method allows the developer to generate the export for the merchant?

  • A. Using the Site Import and Export module, export both the Site catalog and the Master catalog in a single archive.
  • B. Using the Catalog Import and Export module, export the Master catalog with a category-assignment search to export specific
  • C. Using the Site Import and Export module, export the Master catalog filtered by the site catalog categories to export specific products.

Answer: C

 

NEW QUESTION 106
A developer is remotely fetching the reviews for a product.
Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?

  • A. Use custom cache
  • B. Cached remote include with cache of the HTTP service
  • C. Cache the HTTP service request
  • D. Remote include with caching only the reviews

Answer: C

 

NEW QUESTION 107
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 B
  • B. Option C
  • C. Option A
  • D. Option D

Answer: B

 

NEW QUESTION 108
A developer set up a new site with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?

  • A. Create a new site with Taxation set to Gross, then delete the old site.
  • B. Change the global setting,"Enable Taxation Methods" to true, then change the Taxation setting to Gross
  • C. Make sure that the developer has "Administrator" Access, then change the Taxation setting to Gross
  • D. Unlock the site preferences and then change the Taxation setting to Gross

Answer: A

 

NEW QUESTION 109
A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load product on the pipeline dictionary with the name myProduct.
Which code sample will achieve this?

  • A. ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });
  • B. ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });
  • C. ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });
  • D. ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });

Answer: A

 

NEW QUESTION 110
When exporting a price book from an external system, which file format or formats should a developer use so it can be imported into a B2C Commerce site?

  • A. XML only
  • B. CSV only
  • C. XML and CSV
  • D. JSON only

Answer: D

 

NEW QUESTION 111
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>

  • A. pdict.product
  • B. product
  • C. pdict.Basket.products{loopstatus}
  • D. loopstatus.product

Answer: C

Explanation:

 

NEW QUESTION 112
Universal Containers wants to add a model field to each product. Products will have locale-specific model values. How should the Digital Developer implement the requirement?

  • A. Store translated model values in different fields; one field for each locale.
  • B. Set the model field as a localizable attribute.
  • C. Add model to a new custom object with localizable attributes.
  • D. Utilize resource bundles for translatable values.

Answer: B

 

NEW QUESTION 113
Which technical reports datapoint measures the performance of a controller's script execution if network factors and Web Adaptor processing is ignored?

  • A. Cache hit ratio
  • B. Call count
  • C. Response time
  • D. Processing time

Answer: D

 

NEW QUESTION 114
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions.
Which link function generates the correct link?

  • A. $http('Content-Page', 'cid', 'terms-and-conditions')$
  • B. $include('Page-Include', 'cid', 'terms-and-conditions')$
  • C. $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$
  • D. $url('Page-Show', 'cid', 'terms-and-conditions')$

Answer: C

 

NEW QUESTION 115
Universal Containers specifies a new category hierarchy for navigating the digital commerce storefront.
A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file.
How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?

  • A. Use Business Manager to upload and import a copy of the export file obtained from the original Developer.
  • B. Use the Business Manager Data Replication module to replicate the catalog from the original Developer's sandbox.
  • C. Use the remote upload capability of the Site Import & Export module of Business Manager.
  • D. Use the import capability of the Site Import & Export module of Business Manager.

Answer: A

 

NEW QUESTION 116
......

Top Salesforce CCD-102 Courses Online: https://www.dumpsquestion.com/CCD-102-exam-dumps-collection.html

Free Salesforce CCD-102 Exam Questions and Answer from Training Expert DumpsQuestion: https://drive.google.com/open?id=1J0xHsa_OkyienLQAIQPZhTEJUwMj02eg