- (Exam Topic 2)
Which type of code represents the view in the MVC architecture on the Force.com platform?
Correct Answer:C
- (Exam Topic 1)
A newly hired developer discovers that there are multiple triggers on the case object. What should the developer consider when working with triggers?
Correct Answer:D
- (Exam Topic 2)
What is a benefit of the Lightning Component framework?Choose 3 answers
Correct Answer:BCD
- (Exam Topic 2)
Which statement about change set deployments is accurate? (Choose 3)
Correct Answer:ABE
- (Exam Topic 2)
Which feature should a developer use to update an inventory count on related Product records when the status of an Order is modified to indicate it is fulfilled?
Correct Answer:A
- (Exam Topic 2)
The account object has a custom percent field, rating, defined with a length of 2 with 0 decimal places. An account record has the value of 50% in its rating field and is processed in the apex code below after being retrieved from the database with SOQL public void processaccount(){ decimal acctscore = acc.rating c * 100; } what is the value of acctscore after this code executes?
Correct Answer:C