Question: 1
In which two org types can a developer create new Apex Classes? Choose 2 answers
Question: 2
What are two correct examples of the model in the salesforce MVC architecture? Choose 2 answers.
Question: 3
A developer tasked with creating a schema to track Movies, Actors, and contracts. A single movie can have many contracts and a single actor can have many contracts. Each contract is owned and actively managed by a single user. Which schema should be created to enable user to easily manage the contract they own; without requiring access to the movie or the actor records?
Question: 4
A developer has a unit test that is failing. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous Apex Tool. The code then executes without failing. Why did the unit test failed, but not the Execute Anonymous?
Question: 5
What are two testing consideration when deploying code from a sandbox to production? Choose 2 answers