Real B2B-Commerce-Developer Dumps - Salesforce Correct Answers updated on 2021 [Q10-Q28]

Share

Use Real B2B-Commerce-Developer Dumps - Salesforce Correct Answers updated on 2021

Salesforce Developer B2B-Commerce-Developer Exam Practice Dumps

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

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

Answer: A,B,E

 

NEW QUESTION 11
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 12
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 13
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?

  • A. Bootstrap, Backbonejs, and handlebarsjs
  • B. Angularjs, react.js, and handlebarsjs
  • C. Bootstrap, Angularjs, and Backbonejs
  • D. Angularjs, Backbonejs, and handlebarsjs

Answer: A

 

NEW QUESTION 14
Which two statement are true for Mass Order (2 answers)

  • A. Mass Order pricing is done via a batch job.
  • B. Mass order works with the default wishlists
  • C. The variation product is leveraged for SKUs.
  • D. Mass Order is mobile ready with the ccrz templates.

Answer: A,C

 

NEW QUESTION 15
Which Global JavaScript Object should be extended when
writing custom Remote Actions?

  • A. CCRZ.
  • B. CCRZ.cc
  • C. CCRZ.RemoteInvocation
  • D. CCRZ.cc_CallContext

Answer: C

 

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

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

Answer: C

 

NEW QUESTION 17
Which three pages should be enabled for the Guest user profile for a storefront to have anonymous checkout?
(3 answers)

  • A. CCPaymentInfo
  • B. OrderConfirmation
  • C. OrderView
  • D. Checkout
  • E. CheckoutNew

Answer: A,B,E

 

NEW QUESTION 18
Which two Salesforce B2B Commerce visualforce pages must be enabled at a Salesforce Community level to make the out of the box SEO functionality available? (2 answers)

  • A. SizeMap
  • B. CCCatSiteMap
  • C. CCSizeIndex
  • D. ProductMap

Answer: B,C

 

NEW QUESTION 19
How can the display of CC Menu Items be customized for different users?

  • A. cc_hk_Menu extension to pre-process which menu items are cached
  • B. cc_hk_Category extension to pre-process which category items are cached as menu items
  • C. cc_hk_Menu extension to post-process any cached menu items
  • D. cc_hk_Category extension to post-process any cached menu items

Answer: C

 

NEW QUESTION 20
A query containing a subquery is executed. What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?

  • A. The letter "S"
  • B. "__ccrz"
  • C. The "*" symbol
  • D. A subscriber-supplied token

Answer: A

 

NEW QUESTION 21
Numerous flags ... have a direct impact on the result set provided by the Global API's. What Global API Data-Sizing convention flag prevents an API request from propagating to further requests when provided as a Boolean parameter with a value of true?

  • A. ccrz.ccAPI.SZ_ASSC
  • B. ccrz.ccAPI.SZ_REL
  • C. ccrz.ccAPISizing.REL
  • D. ccrz.ccAPISizing.ASSC

Answer: A

 

NEW QUESTION 22
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 23
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 24
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 25
What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)

  • A. Append #ccLog=<Logging Token Name> to the end of the storefront URL in order to get logs in the inspector console.
  • B. ccLog can debug syntax errors found in the JavaScript.
  • C. There is no need to create a User Trace Flag.
  • D. There is no need to manually set a cookie to debug with the Site Guest User.
  • E. There is no need to use string concatenation to easily tag log statements with a subject.

Answer: C,D,E

 

NEW QUESTION 26
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 27
A configuration value, CO.NewOrder, is set to TRUE. What is one way of
preventing an existing payment page from being shown on the checkout payment page?

  • A. Override the front end template and modify the way the embedded payment page gets loaded from the payment list configuration.
  • B. Delete the Visualforce page from the code base.
  • C. Remove the payment type associated with the payment page from CO.pmts, then rebuild and activate a new cache.
  • D. Remove the value matching the page name from the pmt.whitelist configuration setting, then rebuild and activate a new Configuration cache

Answer: D

 

NEW QUESTION 28
......

Get ready to pass the B2B-Commerce-Developer Exam right now using our Salesforce Developer  Exam Package: https://www.actual4dump.com/Salesforce/B2B-Commerce-Developer-actualtests-dumps.html

B2B-Commerce-Developer Premium Files Test pdf - Free Dumps Collection: https://drive.google.com/open?id=1wZEc9fxBIJ0tih3O7GdQtI3XfOT0Ds9k