
[Nov 11, 2021] B2B-Commerce-Developer Test Prep Training Practice Exam Questions Practice Tests
Exam Questions Answers Braindumps B2B-Commerce-Developer Exam Dumps PDF Questions
NEW QUESTION 26
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 27
Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)
- A. crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list of orders
- B. ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocation
- C. crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')
- D. crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrder', myOrder), where myOrder is an order object
Answer: B,C
NEW QUESTION 28
In which three ways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)
- A. SZ_ASSC is used.
- B. The sizing block is removed after the first handler.
- C. When different entities are specified in the method invocation.
- D. The sizing block is not removed.
- E. SZ_ASSC is not used.
Answer: B,C,E
NEW QUESTION 29
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 30
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)
- A. Set the value of the configuration setting defined as CO.overrideFlow to TRUE.
- B. Perform a template override on the Checkout page.
- C. Add a page include to the checkout page.
- D. Build and activate a new configuration cache setting via CC admin.
- E. Set the value of the configuration setting defined as CO.useDef to TRUE
Answer: A,C,D
NEW QUESTION 31
Which cookie stores the effective account ID when effective account is enabled?
- A. apex__cc_anonymous_Country
- B. apex__effacc
- C. apex__currCartId
- D. apex__cclgtkn
Answer: B
NEW QUESTION 32
What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?
- A. Update the...minLength property in CC Admin, then build and activate a new cache.
- B. Override the autocomplete template and create and register a new handlebars helper.
- C. Override the autoComplete.search_input.minLength value in the CCRZ.uiProperties file
- D. Override and extend the autoComplete method in cc_hk_Catalog.
Answer: C
NEW QUESTION 33
How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling
- A. Parameters are passed through the service handlers
- B. Parameters are separated, but unused
- C. An exception is generated for unknown API keys
- D. Parameters are filtered out before the request is processed
Answer: A
NEW QUESTION 34
Witch static method invocation is used to initialize ccrz.cc_CallContext with information from ccrz.cc_RemoteActionContext and return an instance of ccrz.cc_RemoteActionResult in an apex
@RemoteAction methos?
- A. ccrz.cc_CallContext.initCallContext(ccrz.cc_RemoteActionContext)
- B. ccrz.cc_CallContext.initializeCallContext(ccrz.cc_RemoteActionContext)
- C. ccrz.cc_CallContext.initRemoteActionContext(ccrz.cc_RemoteActionContext)
- D. ccrz.cc_CallContext.init(ccrz.cc_RemoteActionContext)
Answer: D
NEW QUESTION 35
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.isNotValid(Map<String, Object>) and
ccrz.ccUtil.isNotValid(List<Object>) - B. ccrz.ccUtil.isNotEmpty(Map<String, Object>) and
ccrz.ccUtil.isNotEmpty(List<Object>) - C. ccrz.ccUtil.isEmpty(Map<String, Object>) and ccrz.ccUtil.isEmpty(List<Object>)
- D. ccrz.ccUtil.isValid(Map<String, Object>) and ccrz.ccUtil.isValid(List<Object>)
Answer: B,C
NEW QUESTION 36
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 37
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 preprocess method in ccrz.cc_api_CartExtension
- C. Override the prepareForSave method in ccrz.cc_api_CartExtension
- D. Override the prepareToAdd method in ccrz.cc_api_CartExtension
Answer: B
NEW QUESTION 38
What is true regarding adding more Configuration Settings
to Salesforce B2B Commerce?
- A. Metadata can be added to existing modules, but you cannot add new modules.
- B. More modules and metadata can be added to Salesforce B2B Commerce.
- C. Configuration settings can only be extended through API's
- D. Select "New" in your storefront's Configuration Settings and create a custom setting.
Answer: B
NEW QUESTION 39
Numerous flags, when set, have a direct impact on the result set provided by the Global API's.
What is the default Global API DataSizing convention flag that is used by the API's unless otherwise specified?
- A. CCRZ.ccPAI.SZ_S
- B. CCRZ.ccPAI.SZ_M
- C. CCRZ.ccPAI.SZ_XL
- D. CCRZ.ccPAI.SZ_L
Answer: D
NEW QUESTION 40
Which three actions are applicable when extending a default Salesforce B2B Commerce page via a page include? (3 answers)
- A. Prepend "c." to the name of the page referenced in the configuration setting.
- B. Create the VisualForce page you wish to include to the Salesforce b2B Commerce page.
- C. Create a Service Class override to query the new page include.
- D. Build and activate a new configuration cache setting via CC admin.
- E. Create a configuration setting for enabling the page include and assigning the new page include via CC admin.
Answer: B,D,E
NEW QUESTION 41
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. ProductMap
- B. CCCatSiteMap
- C. SizeMap
- D. CCSizeIndex
Answer: B,D
NEW QUESTION 42
......
Download Free Salesforce B2B-Commerce-Developer Real Exam Questions: https://www.examprepaway.com/Salesforce/braindumps.B2B-Commerce-Developer.ete.file.html
B2B-Commerce-Developer Exam Dumps, B2B-Commerce-Developer Practice Test Questions: https://drive.google.com/open?id=1M4qkJ8KSfKQyb3LdmV0qvAKTAVEEvREJ