Question 71

The Contact object has a custom field called "Zone." Its data type is "Text" and field length is 3. What is the outcome after executing the following code snippet in the org?
  • Question 72

    <lightning: layout multipleRows="true"> <lightning: layoutItem size="12">{!v.account.Name} </flighting: layoutitem> <lightning:layoutitem 3ize="12">{!v. account .AccountNumber} </lighting: layoutitem> <lightning: layoutitem size="12">{!v.account. Industry} </lighting: layoutitem> </lightning: layout>
    Refer to the component code above.
    The information displays as expected (in three rows) on a mobile device.
    However, the information is not displaying as desired (in a single row) on a desktop or tablet.
    Which option has the correct component changes to display correctly on desktops and tablets?
  • Question 73

    As part of point-to-point integration, a developer must call an external web service which, due to high demand, takes a long time to provide a response. As part of the request, the developer must collect key inputs from the end user before making the callout.
    Which two elements should the developer use to implement these business requirements?
    Choose 2 answers
  • Question 74

    When developing a Lightning web component, which setting displays lightning-layout-items in one column on small devices, such as mobile phones, and in two columns on tablet-size and desktop-size screens?
  • Question 75

    In a previous data audit, It was determined that close to 5 million Opportunity records are stored within the Salesforce environment. The organization-wide default for the object are set to Public Read-Only and most opportunities are related to an external case.
    The method is called from a Lightning web component. Some end users do not provide a cased value and experience low performance while running the query.
    Which two techniques should the developer implement to avoid low performance queries from executing? Choose 2 answers