| 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 |
Which Global JavaScript Object should be extended when writing custom Remote Actions?
A. CCRZ.
B. CCRZ.cc
C. CCRZ.cc_CallContext
D. CCRZ.RemoteInvocation
When a user buys 10 units of product B, the user wants 1 unit of Product A to be
automatically added to the cart. How can this requirement be fulfilled?
A. Override the AllowCheckout method in ccrz.cc_api_CartExtension
B. Override the prepareForSave method in ccrz.cc_api_CartExtension
C. Override the preprocess method in ccrz.cc_api_CartExtension
D. Override the prepareToAdd method in ccrz.cc_api_CartExtension
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. Override the Service Class that the page uses and update the ServiceManagementin CCAdmin for the given storefront to use this new Service Class.
B. Override the Logic Class that the page uses and update the Service Management inCCAdmin for the given storefront to use this new Service Class
C. Create a new Service Classthat the page uses and update the Service Managementin CCAdmin for the given storefront to use this new Service Class
D. Create a new Logic Class that the page uses and update the Service Managementin CCAdmin for the given storefront to use this new Service Class
Which cookie stores the effective account ID when effective account is enabled?
A. apex__cclgtkn
B. apex__effacc
C. apex__currCartId
D. apex__cc_anonymous_Country
A user wants the pricing to reflect the price values stored in an external ERP during
the checkoutflow. In what way can this requirement be satisfied?
A. Override the computePricingCart method in ccrz.cc_api_PriceAdjustoment and makethe callout in this method.
B. None of the above
C. Override the computePricingReview method in ccrz.cc_CartExtension and make thecallout in this method.
D. Override the computePricingCart methos in ccrz.cc_api_CartExtension and make thecallout in this method.
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 Page (CC Page)
C. Subscriber Template
D. Body Include Begin
Which method signature is used in the Global API's?
A. Changes based on API and Method name
B. ccrz.cc_Output (ccrz:cc_Input input)
C. Map<String, Object>
D. List<List<Object>>
Which three actions are applicable when extendinga default Salesforce B2B Commerce
page via a page include? (3 answers)
A. Create a Service Class override to query the new page include.
B. Create the VisualForce page you wish to include to the Salesforce b2B Commercepage.
C. Prepend "c." to the name ofthe page referenced in the configuration setting.
D. Create a configuration setting for enabling the page include and assigning the new pageinclude via CC admin.
E. Build and activate a new configuration cache setting via CC admin.
How is a price group dynamically set?
A. By overriding the ccLogicProductPrice class
B. By using contract pricing
C. By extending the ccApiPriceList API
D. By extending the cc_hk_priceing hook
What isthe difference between Gross Layout Overrides and Subscriber Templates?
A. Gross Layout Overrides allow modification to CSS of a page, while SubscriberTemplates allows for modification of the entire page including header and footer.
B. Subscriber Templates allows for modification of the header, the footer and the content inbetween them. Gross Layout Overrides only allow for modification of the header and footer.
C. Subscriber Templates allow for modification of the header and the footer, while GrossLayout Overrides allow for modification everything inside the header and footer.
D. Gross Layout Overrides allow for the modification of the footer, while SubscriberTemplates allow for modification of everything inside the header and footer.