[Apr-2022] Use Real B2B-Commerce-Developer Dumps Free Sample Questions and Practice Test Engine [Q28-Q44]

Share

[Apr-2022] Use Real B2B-Commerce-Developer Dumps Free Sample Questions and Practice Test Engine

Pass Salesforce B2B-Commerce-Developer exam - questions - convert Tets Engine to PDF

NEW QUESTION 28
Which method is used to override when extending the Salesforce B2B Commerce logic providers?

  • A. doAction
  • B. process
  • C. fetch
  • D. doLogic

Answer: B

 

NEW QUESTION 29
What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)

  • A. It is okay to log any data on the server that is already logged on the client side.
  • B. No calls to ccrz.ccLog can be made before cc_CallContext.initRemoteContext is executed.
  • C. Items or data within computational intensive loops should be logged.
  • D. The close method of ccrz.ccLog must be called at the end of the remote action.

Answer: B,D

 

NEW QUESTION 30
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)

  • A. Perform a template override on the Checkout page.
  • B. Set the value of the configuration setting defined as CO.useDef to TRUE
  • C. Build and activate a new configuration cache setting via CC admin.
  • D. Set the value of the configuration setting defined as CO.overrideFlow to TRUE.
  • E. Add a page include to the checkout page.

Answer: C,D,E

 

NEW QUESTION 31
Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?

  • A. displayPageMessage
  • B. displayMessage
  • C. showMessage
  • D. pageMessage

Answer: D

 

NEW QUESTION 32
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)

  • A. Executing dynamic SOQL inside a without sharing class with a bind variable from PageReference.getParameters().
  • B. Executing dynamic SOQL inside a without sharing class with a bind variable from PageReference.getCookies().
  • C. Executing dynamic SOQL inside a without sharing class with a bind variable from the UserInfo class.
  • D. Executing dynamic SOQL inside a without sharing class with a bind variable from ccAPI.CURRENT_VERSION.
  • E. Executing dynamic SOQL inside a without sharing class with a bind variable from cc_RemoteActionContentex class.

Answer: A,B,E

 

NEW QUESTION 33
Numerous flags, when set, have a direct impact on the result set provided by the Global API's. What is the default Global API DataSizing convention flag that is used by the API's unless otherwise specified?

  • A. CCRZ.ccPAI.SZ_S
  • B. CCRZ.ccPAI.SZ_M
  • C. CCRZ.ccPAI.SZ_L
  • D. CCRZ.ccPAI.SZ_XL

Answer: C

 

NEW QUESTION 34
What is default behavior for how the Salesforce B2B Commerce Global APIs transform Salesforce data?

  • A. Fields names are returned using the Salesforce naming convention.
  • B. Fields names are returned with a lowercase first letter, camelcase convention
  • C. Fields names are returned with "c." prepended in their name.
  • D. Fields names can be mapped to any naming convention desired

Answer: B

 

NEW QUESTION 35
Which cookie stores the effective account ID when effective account is enabled?

  • A. apex__cc_anonymous_Country
  • B. apex__currCartId
  • C. apex__cclgtkn
  • D. apex__effacc

Answer: D

 

NEW QUESTION 36
The ccrz.cc_hk_UserInterface apex class, HTML Head Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be added to the HTML <head> tag. What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections? (2 answers)

  • A. Salesforce apex:include is wrapped in tags.
  • B. HTML does not support <div> tags inside the <head>
  • C. HTML does not support <span> tags inside the <head>
  • D. Salesforce apex:include is wrapped in <span> tags.

Answer: C,D

 

NEW QUESTION 37
Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package?
(3 answers)

  • A. CCRZ.pubSub defines the following three functions which can be used for event handling: trigger, on, and once.
  • B. Salesforce B2B Commerce relies on a series of Javascript click listener events.
  • C. Salesforce B2B Commerce relies on a central event channel for communication across various Salesforce B2B Commerce Backbone Views and Models called CCRZ.pubSub.
  • D. CCRZ.pubSub extends the Backbone.Events JavaScript object.
  • E. Writing directly to your own custom Backbone JS Views and Models automatically integrates that data into the Salesforce B2B Commerce Backbone Views and Models.

Answer: A,C,D

 

NEW QUESTION 38
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?

  • A. ccrz.ccUtil.defv (Map<String.Object> mp, String key , Object ob)
  • B. ccrz.ccUtil.defaultValue(Map<String.Object> mp, String key , Object ob)
  • C. ccrz.ccUtil.defVal (Map<String.Object> mp, String key, Object ob)
  • D. ccrz.ccUtil.... (Map<String.Object> mp, String key, Object ob)

Answer: A

 

NEW QUESTION 39
The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)

  • A. Return formats as Map<String, Object> or SObjects lists
  • B. Related Query to call (sub queries or direct queries)
  • C. Override static DAO classes and methods
  • D. Object type casting
  • E. Refetch data (used on some Logic classes)

Answer: A,B,E

 

NEW QUESTION 40
Which service method should be overridden in order to allow "without sharing" queries?

  • A. ccrz.ccService.initSVCDAO()
  • B. ccrz.ccAPI.queryService()
  • C. ccrz.ccService.query()
  • D. ccrz.ccService.queryWithoutSharing()

Answer: A

 

NEW QUESTION 41
A new payment type for the Checkout flow has been implemented. Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow? (3 answers)

  • A. *.New
  • B. *.pay
  • C. Cart
  • D. *.Edit
  • E. Checkout

Answer: A,B,D

 

NEW QUESTION 42
Which out of the box Salesforce B2B Commerce page can give instructions to web crawlers from accessing specific Salesforce B2B Commerce pages?

  • A. CCCat?SiteMap
  • B. CCPage
  • C. cc_RobotsTxT
  • D. CCSiteIndex

Answer: C

 

NEW QUESTION 43
What is a valid way of referencing the global cc_api_CartExtentsion apex class via subscriber code?

  • A. c__cc_api_CartExtension
  • B. cloudcraze.cc_api_CartExtension
  • C. ccrz__cc_api_CartExtension
  • D. ccrz.cc_api_CartExtension

Answer: D

 

NEW QUESTION 44
......


Salesforce B2B-Commerce-Developer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Generate Dynamic views using Handlebar Helpers and creating subscriber views, models, classes, and pages
  • Understand basic Salesforce concepts and functionality
Topic 2
  • Write programmatic customizations to both the business logic and user interface layers using Apex and VisualForce
Topic 3
  • Trigger events by leveraging JavaScript libraries and custom Remote Actions
  • Write business logic customizations using Apex classes that will use SOQL and DML alongwith leveraging B2B Commerce's RESTful API's
Topic 4
  • Program with an object-oriented programming language
  • Understand basic data modeling for relational databases

 

Pass Your B2B-Commerce-Developer Exam Easily - Real B2B-Commerce-Developer Practice Dump Updated Apr 06, 2022: https://www.verifieddumps.com/B2B-Commerce-Developer-valid-exam-braindumps.html

2022 Realistic Verified Free Salesforce B2B-Commerce-Developer Exam Questions: https://drive.google.com/open?id=1f5XZW3M6hvtp06jbQajhlbfLVhiMqHAy