Exam Code: DEV-501 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Certified Force.com Advanced Developer
Certification Provider: Salesforce
Free Today! Guaranteed Training- Pass DEV-501 Exam.

Q136. The standard detail page for a particular object, as defined by the associated page layout for the object in Setup. This component includes attributes for including or excluding the associated related lists, related list hover links, and title bar that appear in the standard Salesforce application interface. 

A. apex:pageblockSection 

B. apex:component 

C. apex:insert 

D. apex:detail 

Answer:


Q137. What is the total number of messages that all email services put together can process in a day? (No Answer) 

A. Failure response settings 

B. Number of user licenses multiplied by 1000 

C. Through class itself 

D. List of List Objects 

Answer:


Q138. Which is a valid formula return type for a custom formula field? Choose 3 answers 

A. Date 

B. Percent 

C. Email 

D. Phone 

E. Currency 

Answer:


Q139. Which keywords should u specify to define a constant? 

. static and exception 

. static and final 

. static and private 

. exception and final(No Answer) 

A. Setup menu 

B. Multi-tenant 

C. static and final 

D. SOQL statements 

Answer:


Q140. This Apex class allows developers to reference an instantiation of a page. 

A. ExistingPage Class 

B. VisualforcePage Class 

C. PageReference Class 

D. URLReference Class 

E. PageURLReference Class 

F. None of the above 

Answer:


Q141. An HTML input element of type password. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that is masked as the user types. 

A. apex:composition 

B. apex:barSeries 

C. apex:inputSecret 

D. apex:attribute 

Answer:


Q142. A link that executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on the PageReference variable that is returned by the action. An <apex:commandLink> component must always be a child of an <apex:form> component. 

To add request parameters to an <apex:commandLink>, use nested <apex:param> components. 

A. apex:dataList 

B. apex:enhancedList 

C. apex:commandLink 

D. apex:include 

Answer: