Free CCD-102 Exam Braindumps (page: 16)

Page 16 of 52

An instance has custom logging enabled. The log reaches the file size limit. What happens in this situation?

  1. The log file is deleted and a new log file is created.
  2. Logging is suspended for the day
  3. The current log file is archived and a new log file is created.
  4. The log file Rolls over and the oldest log messages are overwritten

Answer(s): B



A developer has the following files in template/resources:

account.proierties
weight.unit=kilos
account_en.propierties
weight.unit=stones
account_en_US.propierties
weight.unit= pounds
Using the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale=

Your parcel weighs 10 ${Resource.msg(‘weight.unit’,’account’)}

  1. Your parcel weighs 10 stones.
  2. Your parcel weighs 10 pounds.
  3. Your parcel weighs 10 undefined.
  4. Your parcel weighs 10 kilos

Answer(s): A



A client has custom object definition and requirement that occasional data changes in staging also need to exist in production.
Which task should the developer perform to meet these requirements when setting up the custom object?

  1. Create two copies of the custom object in staging and set Sharing = True.
  2. Create the custom object definition in staging as Shared
  3. Create the custom object definition in production as Replicable
  4. Create the custom object definition in staging as Replicable

Answer(s): D



A developer is asked to write a log containing the ID and name of the product with a variable named myProduct. Which snippet of code should be used?

  1. Logger.warn(‘The current producto is {0} with name {1}’, myProduct.getID(), myProduct.getName());
  2. Logger.warn(‘The current producto is {0} with name {1}’), context(myProduct.getID(), myProduct.getName());
  3. Logger.warn(‘The current producto is ${myProduct.getID()} with name ${myProduct.getName()}’);
  4. Logger.warn(‘The current producto is %s with name %s’), context(myProduct.getID(), myProduct.getName());

Answer(s): A



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