Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[Sep-2021] Pass B2B-Commerce-Developer Exam in First Attempt UpdatedB2B-Commerce-Developer DumpTorrent Exam Question [Q48-Q63]

Share

[Sep-2021] Pass B2B-Commerce-Developer Exam in First Attempt UpdatedB2B-Commerce-Developer DumpTorrent Exam Question

Salesforce Developer Dumps B2B-Commerce-Developer Exam for Full Questions - Exam Study Guide

NEW QUESTION 48
Which handlebars helper expression is used in Salesforce B2B Commerce pages and components to toggle the display of a block of markup?

  • A. {{#ifConfig 'Field__c'}} ... {{/ifConfig}}
  • B. {{#ifSetting 'Page.cfg}} ... {{/ifSetting}}
  • C. {{#ifDisplay 'Page.cfg'}} ... {{/ifDisplay}}
  • D. {{#ifStoreSetting 'Field__c'}} ... {{/ifStoreSetting}}

Answer: C

 

NEW QUESTION 49
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 50
The ccrz.cc_hk_UserInterface apex class, HTML Head Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be added to the HTML <head> tag. What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections? (2 answers)

  • A. HTML does not support <span> tags inside the <head>
  • B. HTML does not support <div> tags inside the <head>
  • C. Salesforce apex:include is wrapped in tags.
  • D. Salesforce apex:include is wrapped in <span> tags.

Answer: A,D

 

NEW QUESTION 51
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 52
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)

  • A. Add a page include to the checkout page.
  • B. Build and activate a new configuration cache setting via CC admin.
  • C. Perform a template override on the Checkout page.
  • D. Set the value of the configuration setting defined as CO.useDef to TRUE
  • E. Set the value of the configuration setting defined as CO.overrideFlow to TRUE.

Answer: A,B,E

 

NEW QUESTION 53
In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

  • A. Logging a case with Salesforce support to enable advanced debugging options.
  • B. Placing a System.debug() statement anywhere in the class being debugged.
  • C. Enabling debugging options for the current user and visually inspecting the Salesforce debug logs.
  • D. Admin and subsequently inspecting the logs via the browser console.
  • E. Logging into the community as a system administrator to identify any potential permissions or Visualforce exceptions.

Answer: B,C,D

 

NEW QUESTION 54
Which three statements are true about Global API versioning? (3 answers)

  • A. There is no need to pass API_VERSION to the Global APIs, and based on the Salesforce B2B Commerce Managed Package version, Global APIs are able to figure out what version of the API to use.
  • B. The API version is scoped at the Class API level and NOT at the method level.
  • C. Calling in with an API version set to lower than 1 will result in an exceptional case where the exception class ccrz.BelowMinAPIVersionException will be returned to callers.
  • D. Minimum API_VERSION is 1 and the Maximum API version follows the releases. E.g. The maximum was 4 as of Salesforce B2B Commerce Release-4.5, 5 as of Salesforce B2B Commerce Release 4.6, etc.
  • E. Calling in with an API version set to more than current maximum will result in exception case where the exception class ccrz.ExceedsMaxAPIVersionException will be returned to callers.

Answer: C,D,E

 

NEW QUESTION 55
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 56
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 57
Which cookie stores the effective account ID when effective account is enabled?

  • A. apex__cc_anonymous_Country
  • B. apex__cclgtkn
  • C. apex__effacc
  • D. apex__currCartId

Answer: C

 

NEW QUESTION 58
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 59
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 60
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 61
The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)

  • A. Refetch data (used on some Logic classes)
  • B. Related Query to call (sub queries or direct queries)
  • C. Object type casting
  • D. Override static DAO classes and methods
  • E. Return formats as Map<String, Object> or SObjects lists

Answer: A,B,E

 

NEW QUESTION 62
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 63
......

Authentic Best resources for B2B-Commerce-Developer Online Practice Exam: https://www.dumptorrent.com/B2B-Commerce-Developer-braindumps-torrent.html

Get the superior quality B2B-Commerce-Developer Dumps with explanations waiting just for you, get it now: https://drive.google.com/open?id=1wttT4cAdyCiZmn8lfY_BR_guBZ5cvt_I