Free B2B-COMMERCE-DEVELOPER Exam Braindumps

Witch static method invocation is used to initialize ccrz.cc_CallContext with information from ccrz.cc_RemoteActionContext and return an instance of ccrz.cc_RemoteActionResult in an apex @RemoteAction methos?

  1. ccrz.cc_CallContext.init(ccrz.cc_RemoteActionContext)
  2. ccrz.cc_CallContext.initCallContext(ccrz.cc_RemoteActionContext)
  3. ccrz.cc_CallContext.initRemoteActionContext(ccrz.cc_RemoteActionContext)
  4. ccrz.cc_CallContext.initializeCallContext(ccrz.cc_RemoteActionContext)

Answer(s): A



The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes.
Which command will return the value in the given Map if found or a default value in the event that the Map is null, empty, or an object is not found for that key?

  1. ccrz.ccUtil.defv (Map<String.Object> mp, String key , Object ob)
  2. ccrz.ccUtil.defVal (Map<String.Object> mp, String key, Object ob)
  3. ccrz.ccUtil.... (Map<String.Object> mp, String key, Object ob)
  4. ccrz.ccUtil.defaultValue(Map<String.Object> mp, String key , Object ob)

Answer(s): A



Although Salesforce B2B Commerce and Salesforce recommend against using "without sharing classes" whenever possible, sometimes it is unavoidable.
Which three items will open up a major security hole? (3 answers)

  1. Executing dynamic SOQL inside a without sharing class with a bind variable from PageReference.getParameters().
  2. Executing dynamic SOQL inside a without sharing class with a bind variable from the UserInfo class.
  3. Executing dynamic SOQL inside a without sharing class with a bind variable from PageReference.getCookies().
  4. Executing dynamic SOQL inside a without sharing class with a bind variable from cc_RemoteActionContentex class.
  5. Executing dynamic SOQL inside a without sharing class with a bind variable from ccAPI.CURRENT_VERSION.

Answer(s): A,C,D



How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling

  1. An exception is generated for unknown API keys
  2. Parameters are passed through the service handlers
  3. Parameters are filtered out before the request is processed
  4. Parameters are separated, but unused

Answer(s): B






Post your Comments and Discuss Salesforce B2B-COMMERCE-DEVELOPER exam with other Community members:

B2B-COMMERCE-DEVELOPER Discussions & Posts