Wednesday 1 June 2016

Salesforce certified Platform Developer 1 - Winter 16 maintenence questions


Salesforce certified Platform Developer 1 - Winter 16 maintenence
  1. What is a junction object?
    1. A custom object with one lookup relationship and one master-detail relationship.
    2. A custom object with two lookup relationships.
    3. A custom object with any number of lookup and master-detail relationships.
    4. A custom object with two master-detail relationships.
  2. What is the name of the standard relationship from Account down to Contact?
    1. Contacts
    2. Contact
    3. Accounts
    4. Account
  3. When running an Apex test, which type of Apex syntax in tested code is counted in the code coverage calculation?
    1. A variable assignment.
    2. A blank line.
    3. A System.debug() statement.
    4. A comment.
  4. Which method is defined in the StandardController class? Choose 2 answers
    1. Undelete
    2. Merge
    3. Cancel
    4. Save
  5. What is the return type of a SOSL search?
    1. A list of sObjects.
    2. A list of AggregateResults.
    3. A list of lists of sObjects.
    4. An sObject.