Question 161

What are three capabilities of the <ltng : require> tag when loading JavaScript resources in Aura components?
Choose 3 answers
  • Question 162

    Refer to the component code requirements below:
    <lightning:layout multipleRows="true">
    <lightning:layoutItem size="12">{!v.account.Name}</lightning:layoutItem>
    <lightning:layoutItem size="12">{!v.account.AccountNumber}</lightning:layoutItem>
    <lightning:layoutItem size="12">{!v.account.Industry}</lightning:layoutItem>
    </lightning:layout>
    Requirements:
    * For mobile devices, the information should display in three rows.
    * For desktops and tablets, the information should display in a single row.
    Requirement 2 is not displaying as desired.
    Which option has the correct component code to meet the requirements for desktops and tablets?
  • Question 163

    A developer must troubleshoot to pinpoint the causes of performance issues when a custom page loads in their org.
    Which tool should the developer use to troubleshoot query performance?
  • Question 164

    Universal Containers hires a developer to build a custom search page to help users find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
    Which consideration should the developer be aware of when deciding between SOQL and SOSL?
    Choose 2 answers
  • Question 165

    (Full question statement)
    A developer is tasked with building a custom Lightning Web Component (LWC) to collectContact information. The form will be shared among different types of users in the org. There are security requirements stating that only certain fields should beeditable and visibleto certain groups of users.
    What should the developer use in their Lightning Web Component to support the security requirements?