Thursday 27 October 2016


Salesforce Developer -Summer 16 -Release Exam

1. Which two Objects are accessible via APEX?
Choose 2 answers
A. LinkedContactRelation
B. ApexTestRunResult
C. AccountContactRelation
D. DatedConversionRate
Answer: BC

2. What should be considered when using Custom DocTypes in Visualforce?
A. Custom DocTypes can be specified as an attribute on the tag.
B. Custom DocTypes can be specified using the tag.
C. Only the HTML and PDF DocTypes are supported in Visualforce.
D. Custom DocTypes are unsupported in Visualforce.
Answer: A

3. Which two are true when activating LockerService?
Choose 2 answers
A. LockerService affects both Lightning Components and Visualforce Pages that contain JavaScript
B. LockerService is enforced on Managed Packages when the Critical Update is not Activated
C. LockerService is not enforced on Managed Packages when the Critical Update is not Activated
D. When LockerService is enabled, the instance of operator is unreliable
Answer: AD

4. Which values can be entered that are enhancements to Lightning Components? 
A. Number values using k, m, b, or t
B. Boolean values as yes or no
C. Rich-text values into text fields
D. Date values using mm/dd/yyyy
Answer: A

5. Which field can be used to match with existing Accounts and Contacts when using the Data Import Wizard?
A. An External Key Field
B. Account Site
C. An External ID Field
D. A Unique Field
Answer: C

Batch Apex

1. What are transaction limits in apex? Total number of SOQL queries issued1 - 100 Total number of records retrieved by SOQL queries - 50...