[Sep-2021] Valid Way To Pass Salesforce Exam Dumps with B2B-Commerce-Developer Exam Study Guide [Q32-Q56]

Share

[Sep-2021] Valid Way To Pass Salesforce Exam Dumps with B2B-Commerce-Developer Exam Study Guide

All B2B-Commerce-Developer Dumps and Salesforce Accredited B2B Commerce Developer Training Courses Help candidates to study and pass the Exams hassle-free!

NEW QUESTION 32
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 33
Salesforce B2B leverages global API's for encapsulating business logic into blocks that can be extended and modified by subscribers. Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail Page? (3 answers)

  • A. Ensure that any helper methods are defined as private and static only.
  • B. Override the getFieldsMap method and add subscriber specific code.
  • C. Override the fetch method and add your subscriber specific code here.
  • D. Create a public with sharing class that extends ccrz.ccServiceProduct.
  • E. Create a global with sharing class that extends ccrz.ccServiceProduct.

Answer: B,C,E

 

NEW QUESTION 34
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 as a Custom Setting in Salesforce.
  • C. The theme needs to be referred to in the head element on the page
  • D. The theme needs to be set in the Configuration Settings.

Answer: A

 

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.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 36
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 37
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 38
What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)

  • A. Append #ccLog=<Logging Token Name> to the end of the storefront URL in order to get logs in the inspector console.
  • B. ccLog can debug syntax errors found in the JavaScript.
  • C. There is no need to create a User Trace Flag.
  • D. There is no need to manually set a cookie to debug with the Site Guest User.
  • E. There is no need to use string concatenation to easily tag log statements with a subject.

Answer: C,D,E

 

NEW QUESTION 39
Which Global JavaScript Object should be extended when
writing custom Remote Actions?

  • A. CCRZ.
  • B. CCRZ.cc
  • C. CCRZ.RemoteInvocation
  • D. CCRZ.cc_CallContext

Answer: C

 

NEW QUESTION 40
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 41
Numerous flags when set, have a direct impact on the result set provided by the Global API's. Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?

  • A. ccrz.ccAPISizing.SOBJECT
  • B. ccrz.ccAPISizing.SKIPTRZ
  • C. ccrz.ccAPI.SZ_SOBJECT
  • D. ccrz.ccAPI.SZ_SKIPTRZ

Answer: D

 

NEW QUESTION 42
What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)

  • A. Schema-less queries
  • B. SOQL
  • C. SQL
  • D. SOSL

Answer: B,D

 

NEW QUESTION 43
Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?

  • A. view:*:rendered
  • B. view:*:onload
  • C. view:*:refresh
  • D. view:*:load

Answer: C

 

NEW QUESTION 44
Which Salesforce B2B Commerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?

  • A. CC Page Sections
  • B. CC Admin
  • C. CC Storefront Assosiation
  • D. CC Subscriber Pages

Answer: D

 

NEW QUESTION 45
Which out of the box Salesforce B2B Commerce page can give instructions to web crawlers from accessing specific Salesforce B2B Commerce pages?

  • A. CCPage
  • B. CCCat?SiteMap
  • C. cc_RobotsTxT
  • D. CCSiteIndex

Answer: C

 

NEW QUESTION 46
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 47
A query containing a subquery is executed. What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?

  • A. The letter "S"
  • B. "__ccrz"
  • C. The "*" symbol
  • D. A subscriber-supplied token

Answer: A

 

NEW QUESTION 48
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 49
What is a valid way of referencing the global cc_api_CartExtentsion apex class via subscriber code?

  • A. cloudcraze.cc_api_CartExtension
  • B. ccrz__cc_api_CartExtension
  • C. ccrz.cc_api_CartExtension
  • D. c__cc_api_CartExtension

Answer: C

 

NEW QUESTION 50
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 51
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 52
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 53
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 54
How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling

  • A. Parameters are passed through the service handlers
  • B. An exception is generated for unknown API keys
  • C. Parameters are separated, but unused
  • D. Parameters are filtered out before the request is processed

Answer: A

 

NEW QUESTION 55
A user wants to leverage a three column layout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?

  • A. Page Include
  • B. Subscriber Template
  • C. HandleBar Template Override
  • D. Gross Layout Override

Answer: B

 

NEW QUESTION 56
......

Real Exam Questions & Answers - Salesforce B2B-Commerce-Developer Dump is Ready: https://drive.google.com/open?id=1fvqqh_tF25VZEkSfDGhBLO_40wLcs5q4

Get Latest [Sep-2021] Conduct effective penetration tests using  RealExamFree B2B-Commerce-Developer