Free Practice Mock Questions Set 41-45 (Quiz # 9) for Salesforce Platform Developer I Exam, according to official Salesforce Platform Developer I exam syllabus topic # 5
What are two ways for a developer to execute tests in an org?
Answer : A, B
A Lightning component has a wired property, searcResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?
Answer : A
A developer must write anApex method that will be called from a lightning component. The method may delete an Account stored in the accountRec variable.
Which method should a developer use to ensure only users that should be able to delete Accounts can successfully perform deletion?
Answer : D
Which type of code represents the Model in the MVC architecture when using Apex and Visualforce pages?
Answer : C
A development team wants to use a deployment script to automatically deploy to a sandbox during their development cycles. Which tool should they use to deploy to the sandbox?