[Q32-Q53] B2B-Commerce-Developer Free Update With 100% Exam Passing Guarantee [2021]

Share

B2B-Commerce-Developer Free Update With 100% Exam Passing Guarantee [2021]

[Sep-2021] Verified Salesforce Exam Dumps with B2B-Commerce-Developer Exam Study Guide

NEW QUESTION 32
Which event is triggered within Salesforce B2B Commerce whenever a cart's state changes?

  • A. pageMessage
  • B. cartState
  • C. cart
  • D. cartChange

Answer: D

 

NEW QUESTION 33
Which two different types of services do Salesforce B2B

  • A. Commerce APIs leverage? (2 answers) A) Logic services which are responsible for implementing business logic associated with entities.
  • B. Data services which are responsible for querying and transforming data from entities
  • C. Hook services which are extension points for subscribers to tie into.
  • D. Global services which are responsible for querying and transforming data from entities

Answer: A,B

 

NEW QUESTION 34
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. SizeMap
  • B. CCCatSiteMap
  • C. CCSizeIndex
  • D. ProductMap

Answer: B,C

 

NEW QUESTION 35
How is a price group dynamically set?

  • A. By using contract pricing
  • B. By overriding the ccLogicProductPrice class
  • C. By extending the ccApiPriceList API
  • D. By extending the cc_hk_priceing hook

Answer: B

 

NEW QUESTION 36
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.isEmpty(Map<String, Object>) and ccrz.ccUtil.isEmpty(List<Object>)
  • B. ccrz.ccUtil.isNotEmpty(Map<String, Object>) and
    ccrz.ccUtil.isNotEmpty(List<Object>)
  • C. ccrz.ccUtil.isNotValid(Map<String, Object>) and
    ccrz.ccUtil.isNotValid(List<Object>)
  • D. ccrz.ccUtil.isValid(Map<String, Object>) and ccrz.ccUtil.isValid(List<Object>)

Answer: A,B

 

NEW QUESTION 37
What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?

  • A. ccrz.cc_CallContext.currUser.isGuest
  • B. UserInfo.getUserType()
  • C. ... UserType
  • D. ccrz.cc_CallContext.isGuest

Answer: D

 

NEW QUESTION 38
Numerous flags ... have a direct impact on the result set provided by the Global API's. What Global API Data-Sizing convention flag prevents an API request from propagating to further requests when provided as a Boolean parameter with a value of true?

  • A. ccrz.ccAPI.SZ_ASSC
  • B. ccrz.ccAPI.SZ_REL
  • C. ccrz.ccAPISizing.REL
  • D. ccrz.ccAPISizing.ASSC

Answer: A

 

NEW QUESTION 39
Which service method should be overridden in order to allow "without sharing" queries?

  • A. ccrz.ccService.queryWithoutSharing()
  • B. ccrz.ccService.initSVCDAO()
  • C. ccrz.ccAPI.queryService()
  • D. ccrz.ccService.query()

Answer: B

 

NEW QUESTION 40
How does a project implement the process to persist payment information data in the Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?

  • A. Trigger a remote action when the process payment button is selected to capture the payment.
  • B. Trigger the processPayment event and pass in the payment information object as an argument.
  • C. Trigger the externalprocessedPayment and pass in the payment information object as an argument.
  • D. Trigger a remote action to store the payment information in the URL query parameters.

Answer: B

 

NEW QUESTION 41
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 Add to Cart Global API which add items to the cart and also refreshes the page with the new data.
  • B. Trigger the global "cartChange" event after the Add to Cart Action on the custom button.
  • C. Trigger the global "cartChange" event and then trigger "changeMiniCart" event after the Add to Cart Action on the custom button.
  • D. Write a custom Remote Action to refresh the Mini Cart and refresh the Cart Line item count on the Cart Link in the header.

Answer: A

 

NEW QUESTION 42
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_XL
  • C. CCRZ.ccPAI.SZ_M
  • D. CCRZ.ccPAI.SZ_L

Answer: D

 

NEW QUESTION 43
What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)

  • A. No calls to ccrz.ccLog can be made before cc_CallContext.initRemoteContext is executed.
  • B. Items or data within computational intensive loops should be logged.
  • C. The close method of ccrz.ccLog must be called at the end of the remote action.
  • D. It is okay to log any data on the server that is already logged on the client side.

Answer: A,C

 

NEW QUESTION 44
How are version related upgrades passed on to subscriber API extensions/overrides?

  • A. The "delegate" allows inherited method calls access to the most recently specified service version
  • B. APIs callback with specific versions specified; the user must know which version number to use.
  • C. Copy and paste of specific code is "built-in"
  • D. Extensions and overridden APIs don't support-related upgrades.

Answer: A

 

NEW QUESTION 45
Which two steps are necessary to enable Salesforce B2B Commerce
logging in the managed package?

  • A. Turn On the Checkbox "Cloudcraze Logging" in CC Admin.
  • B. Set a cookie with the Id of the user accessing the storefront in CC Admin
  • C. Ensure the value saved in the Logging token field is appended to the ccLog query parameter.
  • D. Ensure you save a value in the Logging Token input field in the Global Settings section of CC Admin.

Answer: C,D

 

NEW QUESTION 46
Which two statements are true regarding the cc_CallContext class in Salesforce B2B Commerce? (2 answers)

  • A. The current storefront is accessible via this class
  • B. The Salesforce session is accessible via the getSession method
  • C. The userLocale variable returns the current Locale for storefront.
  • D. The class can be used internally within Salesforce B2B Commerce and in subscriber code to access context level parameters

Answer: A,D

 

NEW QUESTION 47
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. myRelationshipNameR=>(myName: value)
  • C. My_Relationship_Name__r.My_Name__c: value
  • D. myRelationshipName.myName: value

Answer: B

 

NEW QUESTION 48
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 the default wishlists
  • C. The variation product is leveraged for SKUs.
  • D. Mass Order is mobile ready with the ccrz templates.

Answer: A,C

 

NEW QUESTION 49
What is the difference between Gross Layout Overrides and Subscriber Templates?

  • A. Subscriber Templates allow for modification of the header and the footer, while Gross Layout Overrides allow for modification everything inside the header and footer.
  • B. Gross Layout Overrides allow for the modification of the footer, while Subscriber Templates allow for modification of everything inside the header and footer.
  • C. Subscriber Templates allows for modification of the header, the footer and the content in between them.
    Gross Layout Overrides only allow for modification of the header and footer.
  • D. Gross Layout Overrides allow modification to CSS of a page, while Subscriber Templates allows for modification of the entire page including header and footer.

Answer: B

 

NEW QUESTION 50
Why is the use of a standard Visualforce control such as apex:form discouraged in Salesforce B2B Commerce page includes and subscriber pages?

  • A. Apex:form render DOM components slowly
  • B. Visualforce "scopes" controls that are present on a page and scope of the control will be set to "ccrz"
  • C. Javascript events are not supported within an apex:form control
  • D. The CCRZ Javascript object is not accessible within an apex:form control.

Answer: B

 

NEW QUESTION 51
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 a Service Class override to query the new page include.
  • C. Build and activate a new configuration cache setting via CC admin.
  • D. Create a configuration setting for enabling the page include and assigning the new page include via CC admin.
  • E. Create the VisualForce page you wish to include to the Salesforce b2B Commerce page.

Answer: C,D,E

 

NEW QUESTION 52
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.initRemoteActionContext(ccrz.cc_RemoteActionContext)
  • B. ccrz.cc_CallContext.initCallContext(ccrz.cc_RemoteActionContext)
  • C. ccrz.cc_CallContext.initializeCallContext(ccrz.cc_RemoteActionContext)
  • D. ccrz.cc_CallContext.init(ccrz.cc_RemoteActionContext)

Answer: D

 

NEW QUESTION 53
......

Authentic Best resources for B2B-Commerce-Developer Online Practice Exam: https://www.realexamfree.com/B2B-Commerce-Developer-real-exam-dumps.html

B2B-Commerce-Developer Test Engine Practice Exam: https://drive.google.com/open?id=1823Pnd9SU5WD6a1yM_49Y4uzWMarY3kl