Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

B2B-Commerce-Developer Leak Questions

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 17

Which wire adapter should a developer use to retrieve metadata about a specific object?

Options:

A.

getObjectMetadata

B.

getObjectlnfo

C.

getObject

D.

getObjectDescribe

Question 18

Which two are considered discrete units of work (code units) within a transaction in the debug logs?

Options:

A.

Validation rule

B.

Lightning component load

C.

Web service invocation

D.

Apex class

Question 19

Which tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?

Options:

A.

Aura requests

B.

Wire adapters

C.

Proxy adapters

D.

XHR requests

Question 20

What are two purposes of the Shadow DOM in a Lightning web component?

Options:

A.

It encapsulates the internal document object model (DOM) structure of a web component

B.

It allow components to be shared while protecting them from being manipulated by arbitrary code

C.

It allows direct access to the document object model of the component

D.

It allows older JavaScript libraries to manipulate the tagging structure