Question: 1
What are the eight officially supported languages on Heroku platform?
A Node,Ruby,java,PHP,Python,.Net,C++.
B C#,C++,Node,Ruby,Java,PHP,Go,.Net.
C Lisp,PHP,Node,Ruby,Scala,Haskell,Go,Erlang.
D Node,Ruby java,PHP,Python,Go,Scala,Clojure.
Answer : D
Show Answer
Hide Answer
Question: 2
Which collection type provides unique key/value pairings of data?
Question: 3
A developer has created a Visualforce Page and Apex Controller that uses the With Sharing keyword. The page will be used of by Sales Managers and should only display Accounts owned by Sales Representatives who report to the running Sales Manager. The organization-wide sharing for Accounts is set to Private. Which additional set of stops should the developer take?
Question: 4
A developer is asked to write negative tests as part of the unit testing for a method that calculates a person's age based on birth date. What should the negative tests include?
Question: 5
What can a developer use to determine if the core Apex code exceeds any governor limits in a test class during bulk execution?