Question 11
Universal Container* decides to use purely declarative development to build out a new Salesforce application.
Which two options can be used to build out logic layer for this application?
Choose 2 answer
Which two options can be used to build out logic layer for this application?
Choose 2 answer
Question 12
An Apex method, getAccounts, that returns a list of Accounts given a searchTern, is available for Lightning Web Components to use.
What is the correct definition of a Lightning Web Component property that uses the getAccounts method?
What is the correct definition of a Lightning Web Component property that uses the getAccounts method?
Question 13
Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3 answers
Question 14
Which code statement includes an Apex method named updateaccounts in the Class AccountCont rolles for use in a Lightning web component?
Question 15
A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?
