Question: 1
A company has a custom object named Warehouse. Each Warehouse record has a distinct record owner, and is related to a parent Account in Salesforce.Which kind of relationship would a developer use to relate the Account to the Warehouse?
Question: 2
What is the preferred way to reference web content such as images, style sheets, JavaScript, and other libraries that is used in Visualforce pages?
Question: 3
In the code below, what type does Boolean inherit from?
Boolean b= true;
Question: 4
Which component is available to deploy using Metadata API? Choose 2 answers
Question: 5
An org has different Apex Classes that provide Account -related functionality.After a new validation rule is added to the object, many of the test methods fail.What can be done to resolve the failures and reduce the
number of code changes needed for future validation rules?Choose 2 answers: