Free CCD-102 Exam Braindumps (page: 27)

Page 27 of 52

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.

  1. Update the service to have a faster response time.
  2. Modify the code that makes the request to the external service to be wrapped in a try/catch block.
  3. Increase the web service time out
  4. Change the code that sets the throwOnError attribute of the service to be true.

Answer(s): A,C



A merchant has a requirement to sell a combination of four existing products with a unique product ID. This collection will be known as ‘Our Top Combo’, and is base don the merchant’s trading information that shows this combination to be in high demand.
What does the developer need to do next to fulfill this requirement?

  1. Create a unique produce to called ‘Our Top Combo’ and add the four products into the Product Bundles tab.
  2. Create a Content Slot with Content Type = Product and add the four component products into that slot.
  3. Create a Product Set called ‘Our Top Combo’ and add the products into the set.
  4. Create a recommendation rule associating the four products as a recommendation group.

Answer(s): A



A Newsletter controller contains the following route:

Server.post(‘Subscribe’, function (req,res,next){
var newsletterForm = server.forms.getForm(‘newsletter’);var CustomObjectMgr =
require(‘dw/object/CustomObjectMgr’);
if(newsletterForm.valid){ try{
var CustomObject =
CustomObjectMgr.createCustomObejct(‘NewsletterSubscription’, newsletterform.email.value); CustomObject.custom.firstName = newsletterForm.fname.value;
CustomObject.custom.lastName = newsletterForm.lname.value;-
} catch(e){
//Catch error here
}
}
next();
});

Assuming the Custom Object metadata exists, why does this route fail to render the newsletter template
when the subscription form is correctly submitted?

  1. Custom Objects can only be created by Job scripts
  2. The Subscribe route is missing the server.middleware.httpt middleware.
  3. The CustomObjectMgr variable should be declare outside of the route.
  4. The Custom Object creation is not wrapped in a Transaction.

Answer(s): D



Which three configuration does a developer need to ensure to have a new product visible in the Storefront? Choose 3 answers

  1. The product has a Price
  2. The Storefront catalog that contains the product is assigned to a site
  3. The product has a master product
  4. The product is online and searchable
  5. The search index is built. Tengo dudas con el A. REVISAR

Answer(s): B,D,E



Page 27 of 52



Post your Comments and Discuss Salesforce CCD-102 exam with other Community members:

Fernando commented on November 04, 2024
Very cool and very helpful. Bought 2 exams with 50% discount.
Brazil
upvote