[Oct 08, 2021] Updates Up to 365 days On Valid B2B-Commerce-Developer Braindumps [Q12-Q31]

Share

[Oct 08, 2021] Updates Up to 365 days On Valid B2B-Commerce-Developer Braindumps

Best QualityB2B-Commerce-Developer Exam Questions  Salesforce Test To Gain Brilliante Result

NEW QUESTION 12
How are variables bound when services use the ccSercviceDao class to execute queries?

  • A. String substitution
  • B. Apex class variables
  • C. Apex local variables
  • D. Global variables

Answer: B

 

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

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

Answer: B

 

NEW QUESTION 14
A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as all the pages in the application. How can this requirement be fulfilled?

  • A. Page Include
  • B. Subscriber Template
  • C. Subscriber Page (CC Page)
  • D. Body Include Begin

Answer: C

 

NEW QUESTION 15
Which two steps are necessary to enable Salesforce B2B Commerce
logging in the managed package?

  • A. Turn On the Checkbox "Cloudcraze Logging" in CC Admin.
  • B. Set a cookie with the Id of the user accessing the storefront in CC Admin
  • C. Ensure the value saved in the Logging token field is appended to the ccLog query parameter.
  • D. Ensure you save a value in the Logging Token input field in the Global Settings section of CC Admin.

Answer: C,D

 

NEW QUESTION 16
In which three different ways can a theme be enabled in
Salesforce B2B Commerce? (3 answers)

  • A. A Storefront setting
  • B. Dynamically through a hook
  • C. Account
  • D. A per user setting
  • E. An Account Group field value

Answer: A,B,E

 

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

  • A. CCRZ.pubSub extends the Backbone.Events JavaScript object.
  • B. Salesforce B2B Commerce relies on a central event channel for communication across various Salesforce B2B Commerce Backbone Views and Models called CCRZ.pubSub.
  • C. Salesforce B2B Commerce relies on a series of Javascript click listener events.
  • D. CCRZ.pubSub defines the following three functions which can be used for event handling: trigger, on, and once.
  • 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,B,D

 

NEW QUESTION 18
Which handlebars helper function is used on Salesforce B2B Commerce pages and components for formatting price values?

  • A. price
  • B. formatPrice
  • C. showprice
  • D. priceAbs

Answer: A

 

NEW QUESTION 19
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. Cart
  • B. *.New
  • C. *.Edit
  • D. Checkout
  • E. *.pay

Answer: B,C,E

 

NEW QUESTION 20
Which format is the custom Salesforce relationship with the API name,
"My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in Salesforce B2B Commerce?

  • A. myrelationshipname.myname: value
  • B. myRelationshipNameR=>(myName: value)
  • C. My_Relationship_Name__r.My_Name__c: value
  • D. myRelationshipName.myName: value

Answer: B

 

NEW QUESTION 21
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_XL
  • C. CCRZ.ccPAI.SZ_M
  • D. CCRZ.ccPAI.SZ_L

Answer: D

 

NEW QUESTION 22
Which method needs to be implemented when rendering a Salesforce B2B
Commerce view in order to have it called after rendering has finished?

  • A. onRender()
  • B. postRender()
  • C. afterRender()
  • D. There are no methods called on the view after rendering has finished

Answer: B

 

NEW QUESTION 23
What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)

  • A. Execute CCRZ.processPageLabelMap('PAGE_LABEL_NAME') in the JavaScript console.
  • B. Access the source HTML for the page via the browser developer tools.
  • C. Execute (('PAGE_LABEL_NAME')) in the JavaScript console
  • D. Execute CCRZ.pagevars.pageLabels['PAGE_LABEL_NAME') in the JavaScript console.
  • E. Enable the 'display page label names' in cc admin.

Answer: A,D,E

 

NEW QUESTION 24
Which Salesforce B2B Commerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?

  • A. CC Page Sections
  • B. CC Admin
  • C. CC Storefront Assosiation
  • D. CC Subscriber Pages

Answer: D

 

NEW QUESTION 25
Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)

  • A. Enable the Subscriber Page in CC Admin.
  • B. Create a new Visualforce page, and manually import the Salesforce B2B Commerce JavaScript libraries.
    Run in Anonymous Apex ccrz.cc_util_Reflection.upsertPageUIKey([arg1],[arg2],[arg3]);
  • C. Create a new CC Subscriber Page record that points to your custom Visualforce page.
  • D. Refresh the Page Keys Index in CC Admin.

Answer: A,C,D

 

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

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

Answer: C

 

NEW QUESTION 27
What is the difference between Gross Layout Overrides and Subscriber Templates?

  • A. Subscriber Templates allow for modification of the header and the footer, while Gross Layout Overrides allow for modification everything inside the header and footer.
  • B. Gross Layout Overrides allow for the modification of the footer, while Subscriber Templates allow for modification of everything inside the header and footer.
  • C. Subscriber Templates allows for modification of the header, the footer and the content in between them.
    Gross Layout Overrides only allow for modification of the header and footer.
  • D. Gross Layout Overrides allow modification to CSS of a page, while Subscriber Templates allows for modification of the entire page including header and footer.

Answer: B

 

NEW QUESTION 28
A Developer created a custom field that a project wants to expose on a given page.
How does the Developer ensure that the field is available to display on a given page?

  • A. Create a new Service Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
  • B. Create a new Logic Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
  • C. Override the Service Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class.
  • D. Override the Logic Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class

Answer: C

 

NEW QUESTION 29
What is true regarding adding more Configuration Settings
to Salesforce B2B Commerce?

  • A. Configuration settings can only be extended through API's
  • B. Metadata can be added to existing modules, but you cannot add new modules.
  • C. More modules and metadata can be added to Salesforce B2B Commerce.
  • D. Select "New" in your storefront's Configuration Settings and create a custom setting.

Answer: C

 

NEW QUESTION 30
What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?

  • A. ccrz.cc_CallContext.currUser.isGuest
  • B. UserInfo.getUserType()
  • C. ... UserType
  • D. ccrz.cc_CallContext.isGuest

Answer: D

 

NEW QUESTION 31
......

Focus on B2B-Commerce-Developer All-in-One Exam Guide For Quick Preparation: https://www.pass4surecert.com/Salesforce/B2B-Commerce-Developer-practice-exam-dumps.html

Tested Material Used To B2B-Commerce-Developer: https://drive.google.com/open?id=13Nn5pQmkStRmF197Y6xDFlxRbQkfs4QL