
2022 Updated Verified B2B-Commerce-Developer Q&As - Pass Guarantee or Full Refund
[Feb-2022] B2B-Commerce-Developer Certification with Actual Questions from RealValidExam
NEW QUESTION 18
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 19
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 post-process any cached menu items
- C. cc_hk_Menu extension to post-process any cached menu items
- D. cc_hk_Category extension to pre-process which category items are cached as menu items
Answer: C
NEW QUESTION 20
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. Ensure the value saved in the Logging token field is appended to the ccLog query parameter.
- C. Set a cookie with the Id of the user accessing the storefront in CC Admin
- D. Ensure you save a value in the Logging Token input field in the Global Settings section of CC Admin.
Answer: B,D
NEW QUESTION 21
Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)
- A. Enable the Subscriber Page in CC Admin.
- B. Refresh the Page Keys Index in CC Admin.
- C. Create a new Visualforce page, and manually import the Salesforce B2B Commerce JavaScript libraries.
Run in Anonymous Apex ccrz.cc_util_Reflection.upsertPageUIKey([arg1],[arg2],[arg3]); - D. Create a new CC Subscriber Page record that points to your custom Visualforce page.
Answer: A,B,D
NEW QUESTION 22
What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)
- A. The close method of ccrz.ccLog must be called at the end of the remote action.
- B. It is okay to log any data on the server that is already logged on the client side.
- C. No calls to ccrz.ccLog can be made before cc_CallContext.initRemoteContext is executed.
- D. Items or data within computational intensive loops should be logged.
Answer: A,C
NEW QUESTION 23
A Developer created a custom field that a project wants to expose on a given page.
How does the Developer ensure that the field is available to display on a given page?
- A. Override the Service Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class.
- B. Create a new Logic Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
- C. Override the Logic Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
- D. Create a new Service Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
Answer: A
NEW QUESTION 24
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?
- A. Bootstrap, Angularjs, and Backbonejs
- B. Bootstrap, Backbonejs, and handlebarsjs
- C. Angularjs, Backbonejs, and handlebarsjs
- D. Angularjs, react.js, and handlebarsjs
Answer: B
NEW QUESTION 25
In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via
- A. Enabling debugging options for the current user and visually inspecting the Salesforce debug logs.
- B. Placing a System.debug() statement anywhere in the class being debugged.
- C. Logging into the community as a system administrator to identify any potential permissions or Visualforce exceptions.
- D. Admin and subsequently inspecting the logs via the browser console.
- E. Logging a case with Salesforce support to enable advanced debugging options.
Answer: A,B,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. displayPageMessage
- B. showMessage
- C. displayMessage
- D. pageMessage
Answer: D
NEW QUESTION 27
Which three attributes are true regarding Subscriber pages? (3 answers)
- A. Subscriber pages can include additional standard Salesforce B2B Commerce components such as featured products, category tree, and mini cart.
- B. Out of the Box, Subscriber Pages are completely blank HTML pages.
- C. All the user interface components must be created manually.
- D. Standard Salesforce B2B Commerce components are automatically included on the page e.g. Header links, images, menu items, containers, etc.
- E. Subscriber pages allow customers to quickly create new custom pages for their storefront.
Answer: A,D,E
NEW QUESTION 28
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. Remove the payment type associated with the payment page from CO.pmts, then rebuild and activate a new cache.
- B. Delete the Visualforce page from the code base.
- C. Override the front end template and modify the way the embedded payment page gets loaded from the payment list configuration.
- 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 29
Which two different types of services do Salesforce B2B
- A. Global services which are responsible for querying and transforming data from 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. Commerce APIs leverage? (2 answers) A) Logic services which are responsible for implementing business logic associated with entities.
Answer: B,D
NEW QUESTION 30
What are three ways to implement custom post Order processing? (3 answers)
- A. Use a Salesforce workflow rule that executes when an Order record is created.
- B. Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business logic.
- C. Use Process builder to implement business processes that execute when an Order record is created.
- D. Extend cc_hk_invoice to handle custom business logic post Order processing
- E. Modify or add custom Cart formula fields to handle logic.
Answer: A,B,C
NEW QUESTION 31
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. SizeMap
- C. CCSizeIndex
- D. CCCatSiteMap
Answer: C,D
NEW QUESTION 32
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.initializeCallContext(ccrz.cc_RemoteActionContext)
- C. ccrz.cc_CallContext.init(ccrz.cc_RemoteActionContext)
- D. ccrz.cc_CallContext.initCallContext(ccrz.cc_RemoteActionContext)
Answer: C
NEW QUESTION 33
What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?
- A. The theme needs to have "theme" in the name of the Static Resource.
- B. The theme needs to be set in the Configuration Settings.
- C. The theme needs to be referred to in the head element on the page
- D. The theme needs to be set as a Custom Setting in Salesforce.
Answer: A
NEW QUESTION 34
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_L
- D. CCRZ.ccPAI.SZ_XL
Answer: C
NEW QUESTION 35
......
B2B-Commerce-Developer Real Valid Brain Dumps With 80 Questions: https://actualtests.realvalidexam.com/B2B-Commerce-Developer-real-exam-dumps.html
