Part of a custom Lightning Component displays the total number of Opportunities in the org, which is in the millions. The Lightning Component uses an Apex Controller to get the data it needs. What is the optimal way for a developer to get the total number of Opportunities for the Lightning Component? A. Apex Batch job that counts the number of Opportunity records B. SUM() SOQL aggregate query on the Opportunity object C. SOQL for loop that counts the number of Opportunities records D. COUNT() SOQL aggregate query on the Opportunity object  Suggested Answer: D Community Answer: D This question is in Certified Platform Developer II Exam For getting Salesforce Certified Platform Developer II Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer