Question 51

Refer to the markup below:
A Lightning web component displays the Account name and two custom fields out of 275 that exist on the object. The developer receives complaints that the component performs slowly.
What can the developer do to improve the performance?
A)

B)

C)

D)
  • Question 52

    Choose the correct definition for <apex:actionFunction>.
  • Question 53

    Which technique can run custom logic when a Lightning web component is loaded?
  • Question 54

    An Apex trigger creates a Contract record every time an Opportunity record is marked as Closed end Won. This trigger is working great, except (due to a recent acquisition) historical Opportunity records need to be loaded into the Salesforce instance.
    When a test batch of records are loaded, the Apex trigger creates Contract records. A developer is tasked with preventing Contract records from being created when mass loading the Opportunities, but the daily users still need to have the Contract records created.
    What is the most extendable way to update the Apex trigger to accomplish this?
  • Question 55

    A developer has created a Team Member sObject that has a Master-Detail relationship to a Project sObject and a Lookup relationship to the User sObject. The developer must ensure that a User listed on a Team Member record has Read-Write access to the parent Project record.
    How can the developer accomplish this if the Project sObject has a Private sharing model and thousands of Project records?