This question runs in a pre-configured Salesforce environment - no personal connection required.

Update all Account records where AnnualRevenue is greater than or equal to a given revenue threshold, setting their Rating field to 'Hot'. Return the total count of accounts that were updated. Use a bulk-safe pattern by querying all qualifying accounts first, then updating them in a single DML statement.

Examples:

Input: revenueThreshold = 100000000 Output: 5 Explanation: Accounts with AnnualRevenue >= 100000000 get Rating set to 'Hot', count returned Input: revenueThreshold = 999999999999 Output: 0 Explanation: No accounts exceed the threshold, nothing is updated Input: revenueThreshold = null Output: 0 Explanation: Null threshold returns 0 without performing any DML
Apex Code Editor

Welcome to Lightning Challenge!

Create an Account

Sign up to track your progress, earn points, and compete with others. Your solutions will be saved automatically.

Create account

How It Works

  • • Write your solution in the code editor
  • • Connect your Salesforce org to test
  • • Submit to check if your solution passes
  • • Use hints if you get stuck

Contest Alert

🏆 #CodeEveryDay May 2026

Contest runs May 1 - 31. Complete challenges to climb the leaderboard!

Only the 31 daily challenges shown during this contest count toward points. Earlier dailies don't carry over.

Wally can't hear you

Please sign in to access the AI Assistant

Sign In