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 …
Uncategorized
-
-
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); …
-
What is ERT Member? ERT stands for Emergency Response Team – an organizational initiative to handle any emergency situation to safeguard associates. Who can become an ERT member? Any associate (male or …
-
Salesforce Data Management Questions and Answers 1. Data loader import fails. Select two choices: a) encrypted field setting b) username and password is wrong c) endpoint is wrong d) Custom …
-
Salesforce Business Logic Scenario Based Questions and Answers 1. In the Positions object user is entering the city and zip code values, we need to validate the city and zip …
-
Salesforce Business Logic Questions 1. Formula field data type cannot be? a. Radio button b. Text c. Date d. Date/time e. Currency f. Number g. Percent 2. Where will you …
-
1. Which action is not necessary when using the declarative capabilities of the force.com to build custom application? Select 3 choices a) compile code b) write SOQL queries c) configure …
-
Salesforce Developer 401 Certification Question and Answer 1) Using API Data Loader which of following things are considered ?(choose 2) * Validiation Rules * Required fields in sharing settings * …
-
User Interface Scenario Questions 1. Recruiting application has a Position object that contains location, department and other information relating to a position. A report needs to customize that is grouped …