Question 61

What is the result of the following code block ?
Integer x = 1;Integer Y = 0;While(x < 10){Y++;}
  • Question 62

    A company has a custom object named Region. Each account in salesforce can only be related to one region at a time, but this relationship is optional. Which type of relantionship should a developer use to relate an account to a region?
  • Question 63

    Which two statement are acceptable for a developer to use Inside procedural loops?
  • Question 64

    What is the result when a Visualforce page calls an Apex controller, which calls another Apex class, which then results in hitting a governor limit?
  • Question 65

    What should a developer use to script the deployment and unit test execution as part of continuous integration?