Which declarative method helps ensure quality data? (Choose 3)
A. Validation Rules
B. Workflow alerts
C. Exception Handling
D. Lookup Filters
E. Page Layouts
How would a developer determine if a CustomObject_c record has been manually shared with the current user in Apex?
A. By querying the role hierarchy.
B. By calling the isShared() method for the record.
C. By querying CustomObject_Share.
D. By calling the profile settings of the current user.
A candidate may apply to multiple jobs at the company Universal Containers by submtting a single application per job posting. Once an application is submitted for a job posting, that application cannot be modified to be resubmitted to a different job posting.What can the administrator do to associate an application with each job posting in the schema for the organization?
A. Create a master-detail relationship in the Job Postings custom object to the Applications custom object.
B. Create a master-detail relationship in the Application custom object to the Job Postings custom object.
C. Create a lookup relationship on both objects to a junction object called Job Posting Applications.
D. Create a lookup relationship in the Applications custom object to the Job Postings custom object
Which type of code represents the Controller in MVC architecture on the Force.com platform? (Choose 2)
A. JavaScript that is used to make a menu item display itself.
B. A static resource that contains CSS and images.
C. Custom Apex and JavaScript coda that is used to manipulate data.
D. StandardController system methods that are referenced by Visualforce.
A developer needs to create records for the object Property_c. The developer creates the following code block:List propertiesToCreate = helperClass.createProperties();try { // line 3 } catch (Exception exp ) { //exception handling }Which line of code would the developer insert at line 3 to ensure that at least some records are created, even if a few records have errors and fail to be created?
A. Database.insert(propertiesToCreate, false);
B. insert propertiesToCreate;
C. Database.insert(propertiesToCreate, System.ALLOW_PARTIAL);
D. Database.insert(propertiesToCreate);
Which data type or collection of data types can SOQL statements populate or evaluate to? (Choose 3)
A. A single sObject
B. An integer
C. A string
D. A list of sObjects
E. A Boolean
A Hierarchy Custom Setting stores a specific URL for each profile in Salesforce. Which statement can a developer use to retrieve the correct URL for the current user'sprofile and display this on a Visualforce Page?
A. {!$Setup.Url_Settings_C.Instance[Profile.Id].URL_c}
B. {!$Setup.Url_Settings_C.URL_c}
C. {!$Setup.Url_Settings_C.[Profile.Id].URL_c}
D. {!$Setup.Url_Settings_C.[$Profile.Id].URL_c}
What is a valid way of loading external JavaScript files into a Visualforce page? (Choose 2)
A. Using an (apex:includeScript)* tag. \>
B. Using an (apex:define)* tag.
C. Using a (link)* tag.
D. Using a (script)* tag.
Which action can a developer perform in a before update trigger? (Choose 2)
A. Display a custom error message in the application interface.
B. Change field values using the Trigger.new context variable.
C. Delete the original object using a delete DML operation.
D. Update the original object using an update DML operation.
A developer creates an Apex helper class to handle complex trigger logic. How can the helper class warn users when the trigger exceeds DML governor limits?
A. By using PageReference.setRedirect() to redirect the user to a custom Visualforce page before the
B. By using Messaging.sendEmail() to continue toe transaction and send an alert to the user after the number of DML statements is exceeded.
C. By using AmexMessage.Messages() to display an error message after the number of DML statements is exceeded.
D. By using Limits.getDMLRows() and then displaying an error message before the number of DML statements is exceeded.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PDI exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.