Home > Fashion Business > Quizzes > DEV-501: Certified Force.com Advanced Developer - Practice Test 2
DEV-501: Certified Force.com Advanced Developer - Practice Test 2
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 19% Most missed: “An HTML table that is defined by iterating over a set of data, displaying inform…”
DEV-501: Certified Force.com Advanced Developer - Practice Test 2
Time left 00:00
25 Questions

1. What is the list of steps to match regular expressions using the Pattern and Matcher classes?
2. Which syntax should you use to create a new public class named MyNewClass? Public class MyNewClass {} Class public MyNewClass {} Class MyNewClass {} public MyNewClass public {} class(No Answer)
3. 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.
4. Users X and Y need to see the same candidate record. For security reasons, user Y should NOT be able to view and report on the Email Address field on the record. How would a developer meet this requirement?
5. Which type of tab can a developer create? Choose 3 answers.
6. Universal Containers requires that all job applications have a unique code that is auto-populated when records are created. The code must be different from the record ID. What would a developer use to accomplish this declaratively?
7. Which trigger context variable is not saved in the after trigger and causes an exception to be thrown?
8. What keyword is used to create custom Web Services from an apex method?
9. The list view picklist for an object, including its associated list of records for the currently selected view. In standard Salesforce applications this component is displayed on the main tab for a particular object. See also: .
10. What two ways can classes be created in salesforce? (No Answer)
11. A business requirement can be met by using either a formula field or an Apex trigger. Why would a de-veloper use a formula field Instead of an Apex trigger? Choose 2 answers
12. The list view picklist for an object, including its associated list of records for the currently selected view. In standard Salesforce applications this component is displayed on the main tab for a particular object. This component has additional attributes that can be specified, such as the height and rows per page, as compared to . Note: When an is rerendered through another component's rerender attribute, the must be inside of an component that has its layout attribute set to block". The component is not allowed on pages that have the attribute showHeader set to false. You can only have five components on a single page. Ext JS versions less than 3 should not be included on pages that use this component."
13. Which trigger context variable allows you to modify field values before they are written to the database in the before trigger?
14. List the HTTP classes available in Salesforce?
15. A section of data within an component, similar to a section in a standard Salesforce page layout definition. An component consists of one or more columns, each of which spans two cells: one for a field's label, and one for its value. Each component found in the body of an is placed into the next cell in a row until the number of columns is reached. At that point, the next component wraps to the next row and is placed in the first cell. To add a field from a Salesforce object to an , use an or component. Each of these components automatically displays with the field's associated label. To add fields for variables or methods that are not based on Salesforce object fields, or to customize the format of Salesforce object field labels, use an component. Each , , or component spans both cells of a single column.
16. If you use a standard controller on a page and the user doesn't have access to the object, the page will...
17. Objects of this Apex class allow developers to create list controllers similar to, or as extensions of, the pre-built Visualforce list controllers provided by Salesforce.
18. How are Apex triggers stored?
19. An HTML table that is defined by iterating over a set of data, displaying information about one item of data per row. The body of the contains one or more column components that specify what information should be displayed for each item of data. The data set can include up to 1,000 items.
20. Total number of test classes that can be queued per a 24-hour period (as of Spring'13): The greater of 500 or 10 multiplied by the number of test classes in the organization
21. How should one prevent soql injection when using dynamic soql?
22. A message for a specific component, such as a warning or error. If an or component is not included in a page, most warning and error messages are only shown in the debug log.
23. What are the five types of Apex procedural loops? (No Answer)
24. How can a wireless device user approve a record? Choose 3 answers
25. How do you call Web Services from external sources? (No Answer)