Salesforce Certification Sample Question and Answers Part 10 #51 Which of the following components of a Custom Field in Managed Packages can be edited only by a developer? a.Help Text…
May 2013
-
-
Salesforce Certification Sample Question and Answers Part 9 #41 Which of the following methods does not constitute CRUD-based Metadata Development? a.create() b.update() c.delete() d.deploy() Answer: d.deploy() http://www.salesforce.com/us/developer/docs/api_meta/Content/meta_calls_intro.htm #42 What is…
-
Salesforce Certification Sample Question and Answers Part 8 #36 Which of the following is not a Primitive Data Type of the Salesforce? a. boolean b. byte c. currency d. datetime…
-
Salesforce Certification Sample Question and Answers Part 7 #31 Which of the following methods can be used to handle sObjects dynamically in Apex? a. Use of Token and Describe Result…
-
Salesforce Certification Sample Question and Answers Part 6 #26 Apex allows developers to lock sObject records while they are being updated in order to prevent race conditions and other thread…
-
Salesforce Certification Sample Question and Answers Part 5 #21 Which of the following are the Application Development Components of Salesforce? a. Apex Code b. AppExchange c. ERP Connectors d. VisualForce…
-
Salesforce Certification Sample Question and Answers Part 4 #16 Unit tests are class testing methods that verify whether a particular piece of code is working properly. Which of the following…
-
Salesforce Certification Sample Question and Answers Part 3 #11 What is meant by Cloud Computing? a. It is defined as the use of scalable and virtual resources provided as a…
-
Salesforce Certification Sample Question and Answers Part 2 #6 The following is a VisualForce code snippet: <apex:page standardController=”Account”> <apex:pageBlock title=”Contacts”> <apex:pageBlockTable value=”{!account.Contacts}” var=”contact”> <apex:column value=”{!contact.Name}”/> <apex:column value=”{!contact.MailingCity}”/> <apex:column value=”{!contact.Phone}”/> </apex:pageBlockTable>…
-
Salesforce Certification Sample Question and Answers Part 1 #1 What is the syntax for the logout() API call? a. LogoutResult = binding.logout(); b. LogoutResult = binding.logout (string username, string password);…