PDII Exam Question 41

A company has a Lightning Page with many Lightning Components, some that cache reference dat
a. It is reported that the page does not always show the most current reference data. What can a developer use to analyze and diagnose the problem in the Lightning Page?
  • PDII Exam Question 42

    A developer Is asked to develop a new AppExthange application. A feature of the program creates Survey records when a Case reaches a certain stage and Is of a certain Record Type. This feature needs to be configurable, as different Salesforce instances require Surveys at different times. Additionally, the out-of-the-box AppExchange app needs to come with a set of best practice settings that apply to most customers.
    What should the developer use to store and package the custom configuration settings for the app?
  • PDII Exam Question 43

    The "action" attribute on <apex:page> is ONLY evaluated on which type of request?
  • PDII Exam Question 44

    What is a consideration when using bind variables with dynamic SOQL? (Choose two.)
  • PDII Exam Question 45

    A developer wants to create a Visualforce page that allows a user to search for a given account by Name. If the account is found, the account details should be populated on screen. If no account is found, an error message should be displayed to the user.
    How can this be accomplished? (Choose two.)