Testking offers free demo for DEV-501 exam. "Certified Force.com Advanced Developer", also known as DEV-501 exam, is a Salesforce Certification. This set of posts, Passing the Salesforce DEV-501 exam, will help you answer those questions. The DEV-501 Questions & Answers covers all the knowledge points of the real exam. 100% real Salesforce DEV-501 exams and revised by experts!

Q106. What is a Junction object? 

A. A standard object with a master-detail relationship 

B. A custom object with two master-detail relationships 

C. A standard object with two master-detail relationships 

D. A custom object with a master-detail relationship 

Answer:


Q107. How are Apex triggers stored? 

A. As static resources. 

B. As metadata in the application, under the object with which they are associated. 

C. As .trigger files in the /code directory of your organization's public files. 

D. As compiled bytecode in the Salesforce platform Apex app server. 

E. As resource files in the Developer Console. 

F. None of these 

Answer:


Q108. What does each email service have for which users can send messages? (No Answer) 

A. Code contained in a trigger 

B. Salesforce-generated email address 

C. Schema Explorer 

D. Apex process classes 

Answer:


Q109. Which of the following code will u use to instantiate a map called numbers that has integers as keys and strings as values? 

Map<SLrng, :nLeger> numbers = new Map<String, Integer>; 

Map<ThLeyer, SLring> numbers = new Map<Integer, String>; 

Map<nLeger> numbers = new Map<String>; 

Map<Slring> numbers = new Map<Integer>; 

A. Map<Integer, String> numbers = new Map<Integer, String>; 

B. Code contained in a trigger C. Failure response settings 

D. Manual sharing, apex sharing 

Answer:


Q110. What determines how the email service responds when an attempt to access the email service fails? (No Answer) 

A. Failure response settings 

B. RETURNING 

C. Queues, time triggers 

D. Apex classes 

Answer:


Q111. This Apex class allows developers to collect and display errors when building custom controllers or extensions. 

A. Exception Class 

B. Message Class 

C. Debug Class 

D. Validation Class 

E. Messaging Class 

F. None of the above 

Answer:


Q112. The markup defines the user interface components that should be included on the page, and the way they should appear. 

A. True 

B. False 

Answer:


Q113. What is the maximum size of a SOAP request or response? (No Answer) 

A. 3 MB 

B. Ids 

C. 10 

D. Java 

Answer:


Q114. Apex is available in which Salesforce Editions? (Select all that apply) 

A. Professional Edition 

B. Unlimited Edition 

C. Enterprise Edition 

D. Developer Edition 

E. Database.com 

F. None of these`|`A. Professional Edition 

G. Unlimited Edition 

H. Enterprise Edition 

I. Developer Edition 

J. Database.com 

Answer: B,D,F 


Q115. Which standard profile has the "View Encrypted Data" permission by default? 

A. System Administrator Profile 

B. Solution Manager Profile 

C. Standard User Profile 

D. No profile has the permission active by default 

Answer:


Q116. What are all the datatypes that Salesforce supports? 

A. How many loopback connections to Salesforce are allowed by callouts? 

B. What two ways can classes be created in salesforce? 

C. What are some RESTful service callout HTTP verbs? 

Answer:


Q117. OTSPOT 

Match the Force.com platform aspects with their corresponding descriptions. 

Answer: 


Q118. All messages that were generated for all components on the current page. If an <apex:message> or <apex:messages> component is not included in a page, most warning and error messages are only shown in the debug log. 

A. apex:messages 

B. apex:actionPoller 

C. apex:composition 

D. apex:actionRegion 

Answer:


Q119. A definition of an attribute on a custom component. The attribute tag can only be a child of a component tag. 

Note that you cannot define attributes with names like id or rendered. These attributes are automatically created for all custom component definitions. 

A. apex:attribute 

B. apex:insert 

C. apex:message 

D. apex:include 

Answer:


Q120. One of the best ways to build Visualforce pages and code is by enabling ___________. 

A. Visualforce development mode 

B. Apex development mode 

C. Force.com IDE access 

D. Show viewstate 

E. Visualforce system mode 

F. None of these 

Answer: