Which three steps allow a custom SVG to be included in a Lightning web component? Choose 3
answers
A, B, C
Which process automation should be used to send an outbound message without using Apex code?
A
A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the
system. Whithin the class, the developer identifies the following method as a security threat:
List<Contact> performSearch(String lastName){ return Database.query('Select Id, FirstName,
LastName FROM Contact WHERE LastName Like %'+lastName+'%); } What are two ways the
developer can update the method to prevent a SOQL injection attack? Choose 2 answers
AB
A developer uses a loop to check each Contact in a list. When a Contact with the Title of
Boss is found, the Apex method should jump to the first line of code outside of the for
loop.
Which Apex solution will let the developer implement this requirement?
A
The values 'High', 'Medium', and 'Low' are Identified as common values for multiple picklist across
different object. What is an approach a developer can take to streamline maintenance of the picklist
and their values, while also restricting the values to the ones mentioned above?
A
Which aspect of Apex programming is limited due to multitenancy?
D
Universal Containers has an order system that uses an Order Number to identify an order for
customers and service agents. Order will be imported into Salesforce.
C
A Visual Flow uses an apex Action to provide additional information about multiple Contacts, stored
in a custom class, contactInfo. Which is the correct definition of the Apex method that gets additional
information?
C
Universal Containers wants to back up all of the data and attachments in its Salesforce org once
month. Which approach should a developer use to meet this requirement?
D
A Visual Flow uses an apex Action to provide additional information about multiple Contacts, stored
in a custom class, contactInfo. Which is the correct definition of the Apex method that gets additional
information?
C