DEX-450 Exam Question 46

A developer migrated functionality from JavaScript Remoting to a Lightning web component and wants to use the existing getOpportunities() method to provide data.
What to do now?
  • DEX-450 Exam Question 47

    A developer is migrating a Visualforce page into a Lightning web component.
    The Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data.
    Which security consideration should the developer be aware of?
  • DEX-450 Exam Question 48

    Which three Salesforce resources can be accessed from a Lightning web component?
    Choose 3 answers
  • DEX-450 Exam Question 49

    A developer wants to mark each Account in a List<Account> as either or Inactive based on the LastModified field value being more than 90 days.
    Which Apex technique should the developer use?
  • DEX-450 Exam Question 50

    Assuming that naze is 8 String obtained by an <apex:inpotText> tag on 8 Visualforce page, which two SOQL queries performed are safe from SOQL injection?
    'Choose 2 answers