| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce B2B-Commerce-Developer PDF available features:
| 220 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)
A. SOSL
B. SQL
C. SOQL
D. Schema-less queries
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. A subscriber-supplied token
B. "__ccrz"
C. The "*" symbol
D. The letter "S"
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. myRelationshipName.myName: value
C. myRelationshipNameR=>(myName: value)
D. My_Relationship_Name__r.My_Name__c: value
Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?
A. view:*:load
B. view:*:refresh
C. view:*:onload
D. view:*:rendered
A user wants to have a customized experience for adding items to the cart. The user
also wants the mini cart module to reflect changes to the state of the cart afterwords. How should this requirement be fulfilled?
A. Leverage the Addto Cart Global API which add items to the cart and also refreshes the page with the new data.
B. Trigger the global „cartChange" event and then trigger „changeMiniCart" event after theAdd to Cart Action on the custom button.
C. Write a custom Remote Action to refresh the Mini Cart and refresh the Cart Line itemcount on the Cart Link in the header.
D. Trigger the global „cartChange" event after the Add to Cart Action on the custom button.
Which three pages should be enabled for the Guest user profile for a storefront to have
anonymous checkout? (3 answers)
A. CCPaymentInfo
B. CheckoutNew
C. OrderView
D. Checkout
E. OrderConfirmation
Which handlebars helper function is used on Salesforce B2B Commerce pages and components for formatting price values?
A. formatPrice
B. priceAbs
C. showprice
D. price
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
A. Each globalAPI method takes in a Map<String, Object> as a single parameter andreturns a Map<String, Object>
B. Global APIs are versioned.
C. Global APIs will catch any Exceptions that are thrown as part of missing parameters.
D. Global APIs will handle Transaction scope, and the Subscriber calling it does not needto handle scope.
Which two statements are true regarding the cc_CallContext class in Salesforce B2B Commerce? (2 answers)
A. The Salesforce session is accessible via the getSession method
B. The class can be used internally within Salesforce B2B Commerce and in subscribercode to access context level parameters
C. The userLocale variable returns the current Locale for storefront.
D. The current storefront is accessible via thisclass
Which method is used to override when extending the Salesforce B2B Commerce logic providers?
A. doLogic
B. process
C. doAction
D. fetch