Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

B2B Commerce for Developers Accredited Professional AP-202

Last Update 20 hours ago Total Questions : 220

The B2B Commerce for Developers Accredited Professional AP-202 content is now fully updated, with all current exam questions added 20 hours ago. Deciding to include B2B-Commerce-Developer practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our B2B-Commerce-Developer exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these B2B-Commerce-Developer sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any B2B Commerce for Developers Accredited Professional AP-202 practice test comfortably within the allotted time.

Question # 51

What are two advantages of using Lightning Data Service?

A.

Communicates with other components

B.

Converts between different data formats

C.

Combines and de-duplicates server calls

D.

Loads record data progressively

Question # 52

Which two behaviors does a target value of lightning__FlowScreen in metadata allow for a Lightning web

component?

A.

It allows the Lightning web component to replace standard functionality in flows and subflows

B.

It allows the Lightning Web component to be dragged onto a page in Lightning AppBuilder

C.

It allows the Lightning web component to be used in guided user experiences to gather input

D.

It automatically generates configuration properties for the Lightning web component

Question # 53

Which two scoped modules should a developer import in Lightning web components to check user permissions?

A.

@salesforce/permission

B.

@salesforce/customPermission

C.

@salesforce/hasPermission

D.

@salesforce/userPermission

Question # 54

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?

A.

Decorate the field with @property

B.

Decorate the field with @track

C.

Decorate the field with @public

D.

Decorate the field with @api

Question # 55

A developer has written the logic to import products from an enterprise resource pi products are in Salesforce, but they are not visible in the store.

What did the developer forget to assign to the imported products?

A.

Entitlement policy

B.

Storefront

C.

Account

D.

Promotion

Question # 56

A developer needs to create an event listener on a parent component programmaticallv. With the script below, what should replace the text < EVENT LISTENER UNE > ?

A.

this.template.addEventListener(handleNotification);

B.

this.template.addEventListener(this.handleNotification);

C.

this.template.addEventListenerCnotification1, this.handleNotification);

D.

addEventListener('notifJcatiorV, this.handleNotification);

Question # 57

Which two user permissions in addition to View Setup and Configuration are required to bulk create Product data translations via Data Loader?

A.

Import Custom Objects

B.

B2B Commerce Super User

C.

Create and set up Experiences

D.

Manage Translations

Question # 58

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.

Call this.template.querySelector() and this.template.querySelectorAll()

B.

Call this.querySelector() passing an id

C.

Call this.querySelector() and this.querySelectorAll()

D.

Call this.template.querySelector() passing an id

Question # 59

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

A.

Calling in with an API version set to lower than 1 will result in an exceptional case where the exception classccrz.BelowMinAPIVersionException will be returned tocallers.

B.

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.

C.

The API version is scoped at the Class API level and NOT at the method level.

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 CommerceRelease 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.

Question # 60

Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

A.

ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocation

B.

crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')

C.

crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list of orders

D.

crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrder', myOrder), where myOrder is an order object

Go to page: