
Online B2B-Commerce-Developer Test Brain Dump Question and Test Engine
Real Salesforce B2B-Commerce-Developer Exam Dumps with Correct 80 Questions and Answers
NEW QUESTION 19
A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?
- A. CCRZ.cartView
- B. CCRZ.productDetailView
- C. CCRZ.productDetailModel
- D. CCRZ.productSearchView
Answer: C
NEW QUESTION 20
Salesforce B2B Commerce natively provides a robots.txt file, however, a customer can also create its own version.Which three scenarios are valid reasons for customer to create their own robots.txt file? (3 answers)
- A. The customer wants to reference a custom sitemap index.
- B. robot.txt only works if there is one storefront in the org
- C. The customer wants to reference multiple storefront sitemap indexes in a single robots.txt file
- D. The customer wants to have multiple robot.txt files in a single Salesforce Community.
- E. The customer's store is not located at the root of their domain.
Answer: A,C,E
NEW QUESTION 21
Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package?
(3 answers)
- A. Salesforce B2B Commerce relies on a series of Javascript click listener events.
- B. Writing directly to your own custom Backbone JS Views and Models automatically integrates that data into the Salesforce B2B Commerce Backbone Views and Models.
- 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 defines the following three functions which can be used for event handling: trigger, on, and once.
- E. CCRZ.pubSub extends the Backbone.Events JavaScript object.
Answer: C,D,E
NEW QUESTION 22
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
- A. Global APIs will catch any Exceptions that are thrown as part of missing parameters.
- B. Global APIs are versioned.
- C. Global APIs will handle Transaction scope, and the Subscriber calling it does not need to handle scope.
- D. Each global API method takes in a Map<String, Object> as a single parameter and returns a Map<String, Object>
Answer: B,D
NEW QUESTION 23
Which service method should be overridden in order to allow "without sharing" queries?
- A. ccrz.ccService.initSVCDAO()
- B. ccrz.ccService.query()
- C. ccrz.ccService.queryWithoutSharing()
- D. ccrz.ccAPI.queryService()
Answer: A
NEW QUESTION 24
What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)
- A. ccLog can debug syntax errors found in the JavaScript.
- B. There is no need to manually set a cookie to debug with the Site Guest User.
- C. Append #ccLog=<Logging Token Name> to the end of the storefront URL in order to get logs in the inspector console.
- D. There is no need to use string concatenation to easily tag log statements with a subject.
- E. There is no need to create a User Trace Flag.
Answer: B,D,E
NEW QUESTION 25
Which two different types of services do Salesforce B2B
- A. Global services which are responsible for querying and transforming data from entities
- B. Commerce APIs leverage? (2 answers) A) Logic services which are responsible for implementing business logic associated with entities.
- C. Hook services which are extension points for subscribers to tie into.
- D. Data services which are responsible for querying and transforming data from entities
Answer: B,D
NEW QUESTION 26
Which two statement are true for Mass Order (2 answers)
- A. The variation product is leveraged for SKUs.
- B. Mass Order pricing is done via a batch job.
- C. Mass order works with the default wishlists
- D. Mass Order is mobile ready with the ccrz templates.
Answer: A,B
NEW QUESTION 27
In which three different ways can a theme be enabled in
Salesforce B2B Commerce? (3 answers)
- A. Dynamically through a hook
- B. Account
- C. An Account Group field value
- D. A per user setting
- E. A Storefront setting
Answer: A,C,E
NEW QUESTION 28
Which handlebars helper expression is used in Salesforce B2B Commerce pages and components to toggle the display of a block of markup?
- A. {{#ifDisplay 'Page.cfg'}} ... {{/ifDisplay}}
- B. {{#ifSetting 'Page.cfg}} ... {{/ifSetting}}
- C. {{#ifStoreSetting 'Field__c'}} ... {{/ifStoreSetting}}
- D. {{#ifConfig 'Field__c'}} ... {{/ifConfig}}
Answer: A
NEW QUESTION 29
Which format is the custom Salesforce field with the API name
"My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?
- A. MyFieldName
- B. My_Field_Name__c
- C. myfieldname
- D. myFieldName
Answer: D
NEW QUESTION 30
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. HTML does not support <div> tags inside the <head>
- B. Salesforce apex:include is wrapped in <span> tags.
- C. Salesforce apex:include is wrapped in tags.
- D. HTML does not support <span> tags inside the <head>
Answer: B,D
NEW QUESTION 31
Which three pages should be enabled for the Guest user profile for a storefront to have anonymous checkout?
(3 answers)
- A. CCPaymentInfo
- B. Checkout
- C. OrderConfirmation
- D. CheckoutNew
- E. OrderView
Answer: A,C,D
NEW QUESTION 32
Numerous flags when set, have a direct impact on the result set provided by the Global API's. Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?
- A. ccrz.ccAPI.SZ_SOBJECT
- B. ccrz.ccAPISizing.SOBJECT
- C. ccrz.ccAPISizing.SKIPTRZ
- D. ccrz.ccAPI.SZ_SKIPTRZ
Answer: D
NEW QUESTION 33
Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?
- A. view:*:rendered
- B. view:*:refresh
- C. view:*:onload
- D. view:*:load
Answer: B
NEW QUESTION 34
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. *.Edit
- C. *.pay
- D. *.New
- E. Checkout
Answer: B,C,D
NEW QUESTION 35
What is the difference between Gross Layout Overrides and Subscriber Templates?
- A. Gross Layout Overrides allow for the modification of the footer, while Subscriber Templates allow for modification of everything inside the header and footer.
- B. Subscriber Templates allow for modification of the header and the footer, while Gross Layout Overrides allow for modification everything inside the header and footer.
- C. Gross Layout Overrides allow modification to CSS of a page, while Subscriber Templates allows for modification of the entire page including header and footer.
- D. 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.
Answer: A
NEW QUESTION 36
In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via
- A. Enabling debugging options for the current user and visually inspecting the Salesforce debug logs.
- B. Logging a case with Salesforce support to enable advanced debugging options.
- C. Admin and subsequently inspecting the logs via the browser console.
- D. Placing a System.debug() statement anywhere in the class being debugged.
- E. Logging into the community as a system administrator to identify any potential permissions or Visualforce exceptions.
Answer: A,C,D
NEW QUESTION 37
What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?
- A. c.E_Cart__c
- B. _Cart__c
- C. ccrz__E_Cart__c
- D. cloudcraze__E_Cart__c
Answer: C
NEW QUESTION 38
......
Valid B2B-Commerce-Developer Test Answers & Salesforce B2B-Commerce-Developer Exam PDF: https://www.actualtests4sure.com/B2B-Commerce-Developer-test-questions.html
Salesforce B2B-Commerce-Developer Certification Real 2021 Mock Exam: https://drive.google.com/open?id=12yL_MsBKkbNTbM8V1Z4CdVfvUUstnh09

