ExamGecko
Ask Question

Salesforce Certified B2B Commerce Developer Practice Test - Questions Answers, Page 5

Add to Whishlist

List of questions

Question 41

Report Export Collapse

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?

ccrz.ccAPISizing.SKIPTRZ
ccrz.ccAPISizing.SKIPTRZ
ccrz.ccAPISizing.SOBJECT
ccrz.ccAPISizing.SOBJECT
ccrz.ccAPI.SZ_SKIPTRZ
ccrz.ccAPI.SZ_SKIPTRZ
ccrz.ccAPI.SZ_SOBJECT
ccrz.ccAPI.SZ_SOBJECT
Suggested answer: D
Explanation:

The conversion flag that allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true is ccrz.ccAPI.SZ_SOBJECT. This flag indicates that the API should return the raw sObjects instead of the transformed objects that are usually returned by the API. For example,ccrz.ccServiceProduct.getProducts(ccrz.ccAPI.SZ_SOBJECT,true)will return the Product2 sObjects instead of the ccrz__E_Product__c objects. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,Data Sizing Conventions

asked 23/09/2024
James Younger
44 questions

Question 42

Report Export Collapse

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 subscriber-supplied token
A subscriber-supplied token
'__ccrz'
'__ccrz'
The '*' symbol
The '*' symbol
The letter 'S'
The letter 'S'
Suggested answer: B
Explanation:

A query containing a subquery is executed. By default, in Salesforce B2B Commerce, ''__ccrz'' is appended to the subquery name as part of its transformation. This is done to avoid conflicts with the standard Salesforce fields and relationships. For example,SELECT Id, Name, (SELECT Id, Name FROM Contacts) FROM Accountwill be transformed toSELECT Id, Name, (SELECT Id, Name FROM Contacts__ccrz) FROM Account__ccrz. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,Query Transformation

asked 23/09/2024
Khuong Tang
33 questions

Question 43

Report Export Collapse

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)

The customer wants to reference multiple storefront sitemap indexes in a single robots.txt file
The customer wants to reference multiple storefront sitemap indexes in a single robots.txt file
The customer wants to reference a custom sitemap index.
The customer wants to reference a custom sitemap index.
The customer wants to have multiple robot.txt files in a single Salesforce Community.
The customer wants to have multiple robot.txt files in a single Salesforce Community.
The customer's store is not located at the rootof their domain.
The customer's store is not located at the rootof their domain.
robot.txt only works if there is one storefront in the org
robot.txt only works if there is one storefront in the org
Suggested answer: A, B, D
Explanation:

A customer can create its own robots.txt file for three valid reasons:

The customer wants to reference multiple storefront sitemap indexes in a single robots.txt file. This can be useful if the customer has multiple storefronts under the same domain and wants to provide a single entry point for search engines to crawl their sitemaps.

The customer wants to reference a custom sitemap index. This can be useful if the customer has created their own sitemap index that contains custom sitemaps or sitemaps from other sources.

The customer's store is not located at the root of their domain. This can be useful if the customer has their store under a subdirectory or a subdomain and wants to specify a different robots.txt file for their store than for their main domain. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,Robots.txt File

asked 23/09/2024
Davide Maranzana
38 questions

Question 44

Report Export Collapse

Salesforce B2B leverages global API's for encapsulating business logic into blocks that can be extended and modified by subscribers. Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail

Page? (3 answers)

Become a Premium Member for full access
  Unlock Premium Member

Question 45

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 46

Report Export Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 47

Report Export Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 48

Report Export Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 49

Report Export Collapse

A user wants to leverage a three columnlayout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?

Become a Premium Member for full access
  Unlock Premium Member

Question 50

Report Export Collapse

What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?

Become a Premium Member for full access
  Unlock Premium Member
Total 221 questions
Go to page: of 23
Search

Related questions