Question 81

From which two locations can a developer determine the overall code coverage for a sandbox? Choose two answers
  • Question 82

    How many accounts will be inserted by the following block ofcode? for(Integer i = 0 ; i <
    500; i++) { Account a = new Account(Name='New Account ' + i); insert a; }
    * 0
    87. Boolean odk;
    Integer x;
    if(abok=false;integer=x;){
    X=1;
    }elseif(abok=true;integer=x;){
    X=2;
    }elseif(abok!=null;integer=x;){
    X=3;
    )elseif{
    X=4;}
  • Question 83

    When an Account's custom picklist field called Customer Sentiment is changed to a value of "Confused", a new related Case should automatically be created.
    Which two methods should a developer use to create this case? (Choose two.)
  • Question 84

    An org has a single account named 'NoContacts' that has no related contacts. Given the query:
    List<Account> accounts = [Select ID, (Select ID, Name from Contacts) from Account where Name='NoContacts']; What is the result of running this Apex?
  • Question 85

    What is the data type returned by the following SOSL search? {FIND 'Acme*' in name fields returning account,opportunity};