- (Exam Topic 2)
Which is a valid apex assignment?
Correct Answer:C
- (Exam Topic 2)
Which two platform features allow for the use of unsupported languages? Choose 2 answers
Correct Answer:CD
- (Exam Topic 2)
What are the eight officially supported languages on Heroku platform?
Correct Answer:D
- (Exam Topic 2)
The Account object has a custom formula field,Level_c, that is defined as a Formula(Number) with two decimal places. Which three are valid assignments? Choose 3.
Correct Answer:BCD
- (Exam Topic 2)
What si the debug output of the following apex code? Decimal thevalue; system.debug(thevalue);
Correct Answer:C
- (Exam Topic 2)
For which example task should a developer use a trigger rather than a workflow rule?
Correct Answer:A