What is a benefit of the Lightning Component framework?Choose 3 answers
Correct Answer:
BCD
In which two org types can a developer create new Apex Classes? Choose 2 answers
Correct Answer:
AB
A developer executes the following code in the Developer Console:
List
20000; i ++){sList.add(new Account (Name = ‘Universal Account ‘ + i));}Insert sList;How many accounts are created in the Salesforce organization ?
Correct Answer:
B
Which two queries can a developer use in a visualforce controller to protect against SOQL injection Vulnerabilities? Choose 2 answers
Correct Answer:
AD
Which resource can be included in a Lightning Component bundle? Choose 2 answers
Correct Answer:
CD