
Best Quality Salesforce B2B-Commerce-Developer Exam Questions Free4Dump Realistic Practice Exams [2021]
Critical Information To Salesforce Accredited B2B Commerce Developer Pass the First Time
NEW QUESTION 21
What is a best practice when passing query parameters from user interface to an apex controller?
- A. Query parameters should be passed only to Salesforce B2B Commerce classes that you are extending.
- B. Query parameters should be stored on a backbone model prior to passing them to the server
- C. String parameters should be trimmed using String.trim().
- D. Query parameters should be properly sanitized by using JSINHTMLENCODE within the VisualForce Page or Component.
Answer: D
NEW QUESTION 22
In which three different ways can a theme be enabled in
Salesforce B2B Commerce? (3 answers)
- A. A Storefront setting
- B. Dynamically through a hook
- C. Account
- D. A per user setting
- E. An Account Group field value
Answer: A,B,E
NEW QUESTION 23
What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?
- A. Override the autoComplete.search_input.minLength value in the CCRZ.uiProperties file
- B. Override and extend the autoComplete method in cc_hk_Catalog.
- C. Update the...minLength property in CC Admin, then build and activate a new cache.
- D. Override the autocomplete template and create and register a new handlebars helper.
Answer: A
NEW QUESTION 24
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 25
A configuration value, CO.NewOrder, is set to TRUE. What is one way of
preventing an existing payment page from being shown on the checkout payment page?
- A. Override the front end template and modify the way the embedded payment page gets loaded from the payment list configuration.
- B. Delete the Visualforce page from the code base.
- C. Remove the payment type associated with the payment page from CO.pmts, then rebuild and activate a new cache.
- D. Remove the value matching the page name from the pmt.whitelist configuration setting, then rebuild and activate a new Configuration cache
Answer: D
NEW QUESTION 26
Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?
- A. showMessage
- B. displayMessage
- C. pageMessage
- D. displayPageMessage
Answer: C
NEW QUESTION 27
In which three ways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)
- A. The sizing block is not removed.
- B. SZ_ASSC is used.
- C. The sizing block is removed after the first handler.
- D. SZ_ASSC is not used.
- E. When different entities are specified in the method invocation.
Answer: C,D,E
NEW QUESTION 28
Where are handlebar Templates defined in the Cloudcraze managed package?
- A. uiProperties file
- B. Configuration Setting configuration
- C. cc_hk_UserInterface extension
- D. Page Settings configuration
Answer: A
NEW QUESTION 29
Which method is used to override when extending the Salesforce B2B Commerce logic providers?
- A. fetch
- B. doLogic
- C. doAction
- D. process
Answer: D
NEW QUESTION 30
What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?
- A. ccrz__E_Cart__c
- B. c.E_Cart__c
- C. cloudcraze__E_Cart__c
- D. _Cart__c
Answer: A
NEW QUESTION 31
What is true regarding adding more Configuration Settings
to Salesforce B2B Commerce?
- A. Configuration settings can only be extended through API's
- B. Metadata can be added to existing modules, but you cannot add new modules.
- C. More modules and metadata can be added to Salesforce B2B Commerce.
- D. Select "New" in your storefront's Configuration Settings and create a custom setting.
Answer: C
NEW QUESTION 32
How can the display of CC Menu Items be customized for different users?
- A. cc_hk_Menu extension to pre-process which menu items are cached
- B. cc_hk_Category extension to pre-process which category items are cached as menu items
- C. cc_hk_Menu extension to post-process any cached menu items
- D. cc_hk_Category extension to post-process any cached menu items
Answer: C
NEW QUESTION 33
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?
- A. Bootstrap, Backbonejs, and handlebarsjs
- B. Angularjs, react.js, and handlebarsjs
- C. Bootstrap, Angularjs, and Backbonejs
- D. Angularjs, Backbonejs, and handlebarsjs
Answer: A
NEW QUESTION 34
A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?
- A. CCRZ.cartView
- B. CCRZ.productDetailModel
- C. CCRZ.productSearchView
- D. CCRZ.productDetailView
Answer: B
NEW QUESTION 35
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 36
For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)
- A. Salesforce B2B Commerce includes do not support standard SalesForce remote actions.
- B. The APEX method called by the remote action will be passed as a Salesforce B2B Commerce context object.
- C. The Salesforce B2B Commerce logger cannot be utilized in standard remote actions
- D. A standard remote action will not have access to Salesforce B2B Commerce objects.
Answer: B,C
NEW QUESTION 37
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
- A. Global APIs will catch any Exceptions that are thrown as part of missing parameters.
- B. Global APIs will handle Transaction scope, and the Subscriber calling it does not need to handle scope.
- C. Each global API method takes in a Map<String, Object> as a single parameter and returns a Map<String, Object>
- D. Global APIs are versioned.
Answer: C,D
NEW QUESTION 38
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 39
How are variables bound when services use the ccSercviceDao class to execute queries?
- A. String substitution
- B. Apex class variables
- C. Apex local variables
- D. Global variables
Answer: B
NEW QUESTION 40
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 41
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 42
......
B2B-Commerce-Developer EXAM DUMPS WITH GUARANTEED SUCCESS: https://www.free4dump.com/B2B-Commerce-Developer-braindumps-torrent.html
Best Quality Salesforce B2B-Commerce-Developer Exam Questions: https://drive.google.com/open?id=1r-gLjHuQe7TQ9FfRXtI_kVzN-yFKFZ9G