| 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 |
Where is the API-based record creation generally handled in Salesforce B2B Commerce?
A. In the methods available in extension hooks
B. The service-layer responsible for the entity
C. Data creation is not allowed
D. Logic classes that implement the businesslogic for create operations
Which three attributes are true regarding Subscriber pages? (3 answers)
A. Subscriber pages can include additional standard Salesforce B2B Commercecomponents such as featured products, category tree, and mini cart.
B. All the user interface components must be createdmanually.
C. Subscriber pages allow customers to quickly create new custom pages for theirstorefront.
D. Out of the Box, Subscriber Pages are completely blank HTML pages.
E. Standard Salesforce B2B Commerce components are automatically included on thepage e.g. Header links, images, menu items, containers, etc.
A configuration value, CO.NewOrder, is set to TRUE. What is one way of
preventing anexisting payment page from being shown on the checkout payment page?
A. Delete the Visualforce page from the code base.
B. Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache
C. Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.
D. Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.
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. CCSizeIndex
B. SizeMap
C. CCCatSiteMap
D. ProductMap
Which two different types of services do Salesforce B2B
A. Commerce APIs leverage? (2 answers) A) Logic services which are responsible forimplementing business logic associated with entities.
B. Global services which are responsible for querying and transforming data from entities
C. Data services which are responsible for querying and transforming data from entities
D. Hook services which are extension points for subscribers to tie into.
Inwhich three different ways can a theme be enabled in Salesforce B2B Commerce? (3 answers)
A. A Storefront setting
B. An Account Group field value
C. A per user setting
D. Account
E. Dynamically through a hook
The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes.
What are two ways to check the input or return data of the Global API's? (2 answers)
A. ccrz.ccUtil.isNotEmpty(Map<String, Object>) andccrz.ccUtil.isNotEmpty(List<Object>)
B. ccrz.ccUtil.isNotValid(Map<String, Object>) andccrz.ccUtil.isNotValid(List<Object>)
C. ccrz.ccUtil.isValid(Map<String, Object>) and ccrz.ccUtil.isValid(List<Object>)
D. ccrz.ccUtil.isEmpty(Map<String, Object>) and ccrz.ccUtil.isEmpty(List<Object>)
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 thedefault wishlists
C. The variation product is leveraged for SKUs.
D. Mass Order is mobile ready with the ccrz templates.
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 multiple storefront sitemap indexes in a single robots.txt file
B. The customer wants to reference a custom sitemap index.
C. The customer wants to have multiple robot.txt files in a single Salesforce Community.
D. The customer's store is not located at the rootof their domain.
E. robot.txt only works if there is one storefront in the org
Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?
A. There are no methods called on the view after rendering has finished
B. onRender()
C. postRender()
D. afterRender()