Question 126

A developer is writing a Jest test for a Lightning web component that conditionally displays child components based on a user's checkbox selections.
What should the developer do to properly test that the correct components display and hide for each scenario?
  • Question 127

    The use of the transient keyword in Visualforce page controllers helps with which common performance issue?
  • Question 128

    Consider the queries in the options below and the following Information:
    * For these queries, assume that there are more than 200,000 Account records.
    * These records Include soft-deleted records; that is, deleted records that are still in the Recycle Bin.
    * There are two fields that are marked as External Id on the
    Account. These fields are customer_Number_c and ERR_Key_ s.
    Which two queries are optimized for large data volumes?
    Choose 2 answers
  • Question 129

    A Lightning web component exists in the system and displays information about the record in context as a medal. Salesforce administrators need to use this component within the Lightning App Builder, Which two settings should the developer configure within the xml resource file?
    Choose 2 answers
  • Question 130

    An Apex trigger and Apex class increment a counter, Edit_Count_c, any time that the Case is changed.

    A new process on the case object was just created in production for when a Case is created or updated< since the process was created, they are reports that the Count is being incremented by more than one on Case edit.
    Which change in the Apex code will fix the problem?