Free CCD-102 Exam Braindumps (page: 14)

Page 14 of 52

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

  1. Processing time
  2. Cache hit ratio
  3. Call count
  4. Response time

Answer(s): A



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?

  1. Merchant Tools > Ordering > Payment Methods
  2. Merchant Tools > Site Preferences > Apple Pay
  3. Merchant Tools > Ordering > Payment Processors
  4. Merchant Tools > Site Preferences > Payment Types

Answer(s): A



A Digital Developer has created a new PaymentForm controller that requires communication with the server and must be made using the HTTPS protocol.
Which code sample should the Developer use to make sure that HTTPS is used?

  1. exports.PaymentForm = guard.ensure([‘http’, ‘post’, ‘loggedIn’], handlePaymentForm);
  2. exports.PaymentForm = guard.expose([‘post’, ‘loggedIn’], handlePaymentForm);
  3. exports.PaymentForm = guard.httpsPost(handlePaymentForm);
  4. exports.PaymentForm = guard.ensure([‘https’, ‘post’, ‘loggedIn’], handlePaymentForm);

Answer(s): D



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?


  1. • 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.

  2. • 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.

  3. • 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.

  4. • 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.

Answer(s): B



Page 14 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