Question 101

What are three benefits of using static resources in Visualforce and Lightning Components? (Choose three.)
  • Question 102

    A developer created a JavaScript library that simplifies the development of repetitive tasks and features and uploaded the library as a static resource called jsutils in Salesforce. Another developer is coding a new Lightning web component (LWC) and wants to leverage the library.
    Which statement properly loads the static resource within the LWC?
  • Question 103

    A developer wrote an Apex method that makes an HTTP callout to an external system to get specialized data when a button is clicked from a custom Lightning web component on the Account record page.
    Recently, users have complained that it takes longer than desired for the data to appear on the page after clicking the button.
    What should the developer use to troubleshoot this issue?
  • Question 104

    A developer has created a solution using the SOAP API for authenticating Communities users.
    What is needed when issuing the login() Call? (Choose two.)
  • Question 105

    Choose the correct definition for <apex:actionSupport>.