Question 106

Business rules require a Contact to always be created when a new Account is created.
What can be used when developing a custom screen to ensure an Account is not created if the creation of the Contact fails?
  • Question 107

    Recently a Salesforce org's integration failed because it exceeded the number of allowed API calls in a 24-hour period. The integration handles a near real-time, complex insertion of data into Salesforce.
    The flow of data is as follows:
    * The integration looks up Contact records with a given email address and, if found, the integration adds a Task to the first matching Contact it finds.
    * If a match is not found, the integration looks up Lead records with a given email address and, if found, the integration adds a Task to the first matching Lead it finds.
    * If a match is not found, the integration will create a Lead and a Task for that newly created Lead.
    What is one way in which the integration can stay near real-time, but not exceed the number of allowed API calls in a 24-hour period?
  • Question 108

    Users report that a button on a custom Lightning Web Component is not working. However, there are no other details provided. What should the developer use to ensure error messages are properly displayed?
  • Question 109

    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 110

    An Aura component has a section that displays some information about an Account and it works well on the desktop, but users have to scroll horizontally to see the description field output on their mobile devices and tablets.

    How should a developer change the component to be responsive for mobile and tablet devices?