لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?
A. There are no methods called on the view after rendering has finished
B. onRender()
C. postRender()
D. afterRender()
عرض الإجابة
اجابة صحيحة: C
السؤال #2
Which Salesforce B2BCommerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?
A. CC Storefront Assosiation
B. CC Admin
C. CC Page Sections
D. CC Subscriber Pages
عرض الإجابة
اجابة صحيحة: D
السؤال #3
A. CCCat?SiteMap
B. cc_RobotsTxT
C. CCSiteIndex
D. CCPage
عرض الإجابة
اجابة صحيحة: B
السؤال #4
Which two content types can an Admin use to provide buyers with product related information?
A. Videocorrect
B. Documentcorrect
C. Quip
D. Imagecorrect
عرض الإجابة
اجابة صحيحة: ABD
السؤال #5
A business user configures their price lists associated to the customer's account group. What is the best practice for giving customers access to a discounted set of products upon login?
A. Create a new price list and individually add a new price list item for all products to be included
B. Create a coupon for a percentage discount off the cart total
C. Export the price list, perform a change function, then re-upload the price list
D. A Clone a price list and use the mass update function to adjust the prices
عرض الإجابة
اجابة صحيحة: D
السؤال #6
Which two price lists can be displayed for users?Choose 2 answers
A. Best Price
B. Reverse Sequence
C. Sequence
D. List Price
عرض الإجابة
اجابة صحيحة: AD
السؤال #7
A Salesforce B2B Commerce Community User authenticates to the storefront but does not see not entitled Products.What are three potential causes a user may NOT see entitled Products?Choose 3 answers
A. Account Group of user's Account does not have any Price lists associated to it
B. The Account Group is only associated to one pricelist
C. Entitled pricelists are associated to a different community
D. Salesforce B2B Commerce custom flied "Currency" on User Object is not populated
E. Products in the pricelists are marked "in Creation" Status
عرض الإجابة
اجابة صحيحة: ADE
السؤال #8
Which three steps are necessary to have subscriberpage added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)
A. Create a new CC Subscriber Page record that points to your custom Visualforce page
B. Create a new Visualforce page, and manually import the Salesforce B2BCommerce JavaScript libraries
C. Refresh the Page Keys Index in CC Admin
D. Enable the Subscriber Page in CC Admin
عرض الإجابة
اجابة صحيحة: ACD
السؤال #9
A bookstore sells legal textbooks on its B2B Commerce site. An Administrator needs to make their custom field named "Edition" on the product object no longer searchable.How can the Administrator make the product field no longer searchable within the Manage Searchable Fields?
A. Click on the plus (+) icon next to Edition to change the icon to a minus sign (-)
B. Click on the checkmark icon next to Edition to change the icon to a plus sign (+)
C. Click on the plus (+) icon next to Edition to change the icon to a checkmark icon
D. Add the Product field to the Search Field Exclusion list
عرض الإجابة
اجابة صحيحة: D
السؤال #10
An Administrator needs to support a unique use case with an exclusive line of products. Only certain stores designated as "premier" status should contain an exclusive list of products. All of the other products outside of the exclusive product line should be available in all stores. Is it possible to support this use case of store-specific products in B2B Commerce?
A. No
B. No
C. Yes
D. Yes
عرض الإجابة
اجابة صحيحة: C
السؤال #11
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. Return formats as Mapor SObjects lists
C. Override static DAO classes and methods
D. Related Query to call (sub queries or direct queries)
E. Object type casting
عرض الإجابة
اجابة صحيحة: ABD
السؤال #12
What status allows an administrator to edit content directly?
A. Preproduction
B. Draftcorrect
C. Review
D. Editable
عرض الإجابة
اجابة صحيحة: B
السؤال #13
The ccrz.cc_hk_UserInterface apex class, HTMLHead Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be added to the HTMLtag. 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. Salesforce apex:include is wrapped intags
B. HTML does not supporttags inside the
C. Salesforce apex:include is wrapped in tags
D. HTML does not supporttags inside the
عرض الإجابة
اجابة صحيحة: AD
السؤال #14
Which two steps can an Administrator take to present different user experiences to different Buyers in astorefront?
A. Create audiences to define different segments
B. Use page variations
C. Link the Store to multiple communities
D. Associate the branding to specific buyer groups
عرض الإجابة
اجابة صحيحة: AB
السؤال #15
Where can the URL to a Community be found?
A. From Setup, search All Communities
B. From Setup, search Community Settings
C. Storefront Specific Settings
D. CC Admin
عرض الإجابة
اجابة صحيحة: A
السؤال #16
Which method signature is used in the Global API's?
A. Changes based on API and Method name
B. ccrz
C. Map
D. List>
عرض الإجابة
اجابة صحيحة: C
السؤال #17
What mechanism can the administrator use to migrate store settings from one store to another?
A. Store Syndication
B. Change setscorrect
C. Store Launcher
D. Data Merge
عرض الإجابة
اجابة صحيحة: B
السؤال #18
What it true about installing the Cloudcraze managed package?
A. A support ticket is required with Salesforce,
B. The bandwidth exceeded limit Is not Impacted
C. Custom fields are limited to 100kb
D. The custom fields limit is not impacted
عرض الإجابة
اجابة صحيحة: D
السؤال #19
Which two aspects are applicable to Page Includes? (2 answers)
A. Standard Visualforce controls such as apex:form should not be used within a page include
B. Page Includes must be assigned to an OOTB Page, i
C. Page Includes can be configured as Body Includes Begin
D. If a controller is used for an included page, then a merge variable must be present on the page
عرض الإجابة
اجابة صحيحة: AD
السؤال #20
A company recently acquired two separate businesses, both of which have two separate e-stores. The company wants to migrate these eStore to Salesforce B2B Commerce, consolidating into a single platform. Initially, the company wants these two stores to run independently of one another with their own set of customers (Customers on one storefront should not be able to login into other storefront) and their own look and feel, as well as their own product offering.How should the Salesforce B2B Commerce consultan
A. Multiple Storefronts Storefront Associations
B. Single Storefront
C. Single Storefront, effective Accounts
D. Multiple Salesforce Communities, Multiple Storefronts, Multiple Salesforce Profiles
عرض الإجابة
اجابة صحيحة: B
السؤال #21
An Admin needs to prevent a category from displaying in the navigation menu, Which feature allows the admin to do this?
A. Show in Menucorrect
B. Category Exclusion
C. Menu Exclusion
D. Category deactivation
عرض الإجابة
اجابة صحيحة: A
السؤال #22
A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as all the pages in the application. How can this requirement be fulfilled?
A. Page Include
B. Subscriber Page (CC Page)
C. Subscriber Template
D. Body Include Begin
عرض الإجابة
اجابة صحيحة: B
السؤال #23
Where can an administrator configure an alternative or new checkout flow?
A. Store tile in the Commerce app
B. Process Builder Button in Experience Builder
C. Experience Builder on the Checkout pagecorrect
D. Checkout Button on the Cart page
عرض الإجابة
اجابة صحيحة: C
السؤال #24
What step can a Buyer take to initiate the checkout process in a storefront on B2B commerce?
A. Click add all items in the wishlist
B. Click the checkout button on the cart pagecorrect
C. Click the next button on the checkout tile
D. Submit a PO (Purchase Order) for manual approval
عرض الإجابة
اجابة صحيحة: B
السؤال #25
Which two statements are true regarding the cc_CallContext class in Salesforce B2B Commerce? (2 answers)
A. The Salesforce session is accessible via the getSession method
B. The class can be used internally within Salesforce B2B Commerce and in subscriber code to access context level parameters
C. The userLocale variable returns the current Locale for storefront
D. The current storefront is accessible via thisclass
عرض الإجابة
اجابة صحيحة: BD
السؤال #26
What two options are available for a Product Class?
A. Variation Productcorrect
B. Expansion Product
C. Variation Parent Productcorrect
D. Basic Productcorrect
عرض الإجابة
اجابة صحيحة: ACD
السؤال #27
A new payment type for the Checkout flow has been implemented. Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow? (3 answers)
A. *
B. Cart
C. Checkout
D. *
E. *
عرض الإجابة
اجابة صحيحة: ADE
السؤال #28
In what type of Salesforce construct are Storefront themes stored?
A. Visualforce Pages
B. Attachment
C. Static Resource
D. Custom Object
عرض الإجابة
اجابة صحيحة: C
السؤال #29
Which two statements are true regarding the proper setup of subscriptions?Choose 2 answers
A. There must be two CC pricelist items for each subscription, the upfront cost and recurring price
B. A business user can define a standard product and SubProdTerm can be defined to enable a customer to purchase a subscription
C. The storefront associated with the SPT will provide the entitlement needed to display the subscription in the catalog for the given customer
D. Only one SPTs can be defined 'or a subscription
عرض الإجابة
اجابة صحيحة: AC
السؤال #30
What accurately describes a Bundle Product Type?
A. A Bundle is constructed by the customer
B. The pricing of a Bundle Is determined by the products contained in the Bundle
C. The pricing of a Bundle Is determined by the pricelist item associated with the Bundle
D. A Bundle is a tightly related set of products
عرض الإجابة
اجابة صحيحة: C

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: