CRT-450 Exam Question 91

A developer wrote an Apex method to update a list of Contacts and wants to make it available for use by Lightning web components.
Which annotation should the developer add to the Apex method to achieve this?
  • CRT-450 Exam Question 92

    A developer has created a Visualforce Page and Apex Controller that uses the With Sharing keyword.
    The page will be used of by Sales Managers and should only display Accounts owned by Sales Representatives who report to the running Sales Manager. The organization-wide sharing for Accounts is set to Private. Which additional set of stops should the developer take?
  • CRT-450 Exam Question 93

    A developer writes a before insert trigger.How can the developer access the incoming records in the trigger body?
  • CRT-450 Exam Question 94

    Management asked for opportunities to be automatically created for accounts with annual revenue greater than
    $1,000,000. A developer created the following trigger on the Account object to satisfy this requirement.

    Users are able to update the account records via the UI and can see an opportunity created for high annual revenue accounts. However, when the administrator tries to upload a list of 179 accounts using Data Loader, It fails with system. Exception errors.
    Which two actions should the developer take to fix the code segment shown above?
    Choose 2 answers
  • CRT-450 Exam Question 95

    In an organization that has enabled multiple currencies, a developer needs to aggregate the sum of the Estimated_value__c currency field from the CampaignMember object using a roll-up summary field called Total_estimated_value__c on Campaign.