Salesforce Accredited B2B Commerce Developer (SU24) Questions and Answers
A developer is working in Visual Studio Code on a previously deployed project which is rather large and deployments are time consuming. The developer wants to deploy some small CSS changes without waiting for the entire project deployment. What are two ways this can be accomplished?
A developer needs to implement a business rule around shipping: Anything over a certain amount must be sent through freight at a fixed cost and cannot be
sent through standard shipping channels. Which two considerations should the developer consider?
A developer used slots to pass content from one Lightning Web Component to another. How can they access the.
DOM for what was passed to those slots?
A dev at Northern Trail Outfitters (NTO) exported Order Summary records via Data Loader, but noticed that some orders were missing. What is the most likely cause?
What are two guidelines for logging that are used within the core Salesforce
B2B Commerce product? (2 answers)
A developer is writing custom code to compare External Prices and Sales Prices for cart items. What should be returned if the External Prices are the same as Sales Prices for Products in the Cart? ~.
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
Northern Trail Outfitters (NTO) has a requirement to schedule a reusable data import across multiple orgs for customer demo purposes. NTO also has a requirement to seed data of related objects—ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct— while preserving its relationships and without purchasing additional licenses or using thirdparty tools.
What is the recommended tool a developer should select to address the requirement?
A developer has created a custom Lightning web component for the Cart page that needs to react to changes to cart items from the standard cart component.
How should the developer implement the custom component so changes to cart items and
quantities are reflected?
Which two items are required for a developer to bring picklist values into a Lightning Web Component?
While in the process of gathering requirements from a customer about how they would like to set up their net new storefront checkout experience, a consultant learns that the customer needs the ability to add new shipping and billing addresses during checkout.
Which approach should a developer take to meet this requirement?
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)
How can a developer bring in a checkout flow step to another sequence order?
Northern Trail Outfitters (NTO) wants to be able to reference historical data in another system from the Salesforce user experience as read-only, but does not want to import the data into the
org or incur storage costs. What is one product feature that could accomplish this?
A user wants to have a customized experience for adding items to the cart. The user
also wants the mini cart module to reflect changes to the state of the cart afterwords. How
should this requirement be fulfilled?
Which HTML element can be used as a root tag for a Lightning Web Component's HTML file?
Which Salesforce B2BCommerce object needs to have a record added when defining
a new Subscriber Pages to be rendered in a CC Page?
A developer needs to make a call to a long running web service which is critical to finalizing their checkout process. Which three items should the developer consider in their implementation?
A developer is debugging a flow and needs to watch all the variables changing as the checkout process is executed, but nothing is displaying. Which two features did the developer forget to enable?
Which three considerations should a developer keep in mind when creating a tax provider?
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)
In what way can a developer's code subscribe to platform events?
Universal Containers (UC) needs to display data from standard objects (entities) in a different format than what
comes with B2B Commerce out of the box. In doing this, what is one advantage of using the Lightning Data
Service vs using a custom Controller class?
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 developer is working in Visual Studio Code on a previously deployed project which is rather large and deployments are time consuming. The developer wants to know if a CSS file containing small changes was actually deployed to the org. What is one way this can be accomplished?
A developer is working on a storefront that needs to use a sophisticated pricing engine hosted as a service outside the org. Assuming security and trusts have been established, which two actions must the developer take?
Which three statements are accurate?
Inwhich three different ways can a theme be enabled in
Salesforce B2B Commerce? (3 answers)
How can the display of CC Menu Items be customized for different users?
Which two methods should a developer implement in a Lightning web component to successfully handle the subscription lifecycle of a Message Channel?
What are two ways a developer should ensure that a store verifies changes by using an external service?
What are two maintainable ways that Lightning Web Components can be made mobile ready? 33m 215
A developer is working on a storefront and is seeing unexpected Ul behavior in one of the custom Lightning web components (LWCs) their team has built.
How should the developer investigate the issue?
Which handlebars helper expression is used in Salesforce B2B Commerce pages and
components to toggle the display of a block of markup?
Which of these is a key pattern leveraged when building Lightning Web Components? 39m 36s
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
Which three components should a developer use on the product page to replace the out-of-the-box Product Detail Card component?
Which three files are required for a deployable Lightning Web Component called displayMyData that will fetch and display data?
A developer has just deployed a new Lightning web component called myNewLwcComp to an
authorized org. The developer tries to find the component in the Lighting Page Builder, but it
does not come up in searches. Which two steps should the developer take next?
Which three file extensions are allowed in a Lightning Web Component folder?
What is the fastest route to establishing the data needed for checkout development when setting up a new Store?
Which two log levels does a developer need to include to debug platform events?
When a user buys 10 units of product B, the user wants 1 unit of Product A to be
automatically added to the cart. How can this requirement be fulfilled?
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?
Which two components in a B2B store template should a developer use to customize a storefront page?
Where are handlebar Templates defined in the Cloudcraze managed package?
A developer needs to loop through a series of child components which are tiles. What is the correct syntax for this if the child component is called appTile?
A)
B)
C)
D)
A developer is creating a component to implement a custom Terms and Conditions checkbox at checkout in the Aura Commerce template.
Which method should the developer implement on the Lightning web component to ensure the user accepts the terms and conditions?
Which two behaviors does a target value of lightning__FlowScreen in metadata allow for a Lightning web
component?
What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?
Northern Trail Outfitters (NTO) has a B2B Commerce store for its resellers. It has received many customer service calls involving questions about the delivery date of customer orders.
How should a developer expose delivery time estimates to NTO's customers in the storefront to reduce call volume?
Which handlebars helper function is used on Salesforce B2B Commerce pages and
components for formatting price values?
An administrator has just provided a developer with a new org and username. Which two sets of steps can the developer use to authorize the org and begin deploying Lightning web components?
What should a developer do to expose a public property in a Lightning web component?
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
Which method signature is used in the Global API's?
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)
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 HTML
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)Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)
What are two advantages of using Lightning Data Service?
Which three files comprise the essential pieces of a Lightning Web Component that is named myComponent?
A dev at Northern Trail Outfitters (NTO) exported Order Summary records via Data Loader, but noticed that some orders were missing. What is the most likely cause?
Northern Tail Outfitters (NTO) is converting an existing aura component into a Lightning Web Component. The aura component has the following source code:
What is the equivalent of this code in a Lightning Web Component?
A)
B)
C)
D)
Which cookie stores the effective account ID when effective account is enabled?
A developer suspects recent edits to a checkout flow have created a bug based on flow errors being emailed. Given the emails and some inputs known to trigger the issue, which two activities should the developer consider in their investigation?
What is a best practice when passing query parameters from user interface to an apex controller?
A developer has the task to bring some historical data into an org. The data must reside in the org, but cannot be populated in standard or custom objects. The customer is fine with developers building Ul components to surface this data on a case-by-case basis.
Which option allows a developer to meet all of these requirements?
B2B-Commerce-Developer Free PDF Answers
Total 220 questions