- (Exam Topic 2)
A company wants a recruiting app that models candidates and interviews; displays the total number of interviews on each candidate record; and defines security on interview records that is independent from the security on candidate records. What would a developer do to accomplish this task? Choose 2 answers
Correct Answer:
CD
- (Exam Topic 1)
Which three tools can deploy metadata to production? (Choose three.)
Correct Answer:
ADE
- (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