Sample Developer Exam Questions Summer 13 Flashcards
Which of these is not a standard profile?
A: Developer
B: Contract Manager
C: Read Only
D: Solution Manager
A. Developer
Which of the following statements are true about a valid Salesforce Id?
Choose two:
A: A salesforce ID may be 15 characters in length
B: The Salesforce ID field length is customizable
C: The length of the Salesforce ID depends on the version of Salesforce
D: A Salesforce ID may be 18 characters in length
E. A Salesforce ID may be 12 characters in length
A. A salesforce ID may be 15 characters in length
D. A Salesforce ID may be 18 characters in length
How many components can be added to a dashboard?
A: 10 B: 20 C: 25 D: 50 E: There is no limit
B. 20
Which is the first step when creating reports?
A: Enter the report name
B: Select the report format
C: Select the report type
D: Select the columns to be displayed
C. Select the report type
Which of these is not a valid report format?
A: Summary B: Matrix C: Tabular D: Joined E: List
E. List
Which report format can be used to group rows of data and show subtotals?
Choose three:
A: Summary B: Matrix C: Tabular D: Joined E: List
A. Summary
B. Matrix
D. Joined
Which report format does not allow charting?
Choose two:
A: Summary B: Matrix C: Tabular D: Joined E: List
C. Tabular
E. List
Which of these are valid field types in Force.com?
Choose two:
A: Percent B: URL C: Choice Box D: Long E: Decimal
A. Percent
B. URL
When designing an application, a developer needs to make a field editable to all profiles. In field level security what settings should be used in this situation?
A: Disable Visible and Read-Only
B: Disable Visible, Enable Read-Only
C: Enable Visible, Disable Read-Only
D: Enable Visible and Read-Only
C. Enable Visible, Disable Read-Only
Which report format can be used to create an Analytic Snapshot?
Choose two:
A: Summary
B: Matrix
C: Tabular
D: Joined
A. Summary
C. Tabular
A customer has requested a user interface where list views of four objects can be accessed together with frequent navigation across them. Which feature of Force.com platform can be used to support this requirement?
Choose two:
A: Console B: Dashboard C: Analytic Snapshot D: Packages E: Visual Force
A: Console
E: Visual Force
In a recruiting application, a dashboard component needs to be built that will display the total number of open positions. Which dashboard component can be used to implement this feature?
A: Gauge B: Metric C: Table D: Chart E: Visual Force page
B: Metric
Universal Recruiters will like to hire ten employees in two months. In a custom recruiting application, a dashboard component needs to be built that will display progress towards achieving this goal of hiring of ten employees. Which dashboard component can be used to implement this feature?
A: Gauge B: Metric C: Table D: Chart E: Visual Force page
A: Gauge
Universal Containers use an external system for keeping track of employees who leave the organization. The CEO would like to view statistical information about the turnover rate in a Salesforce Dashboard.
Which is the best solution?
A: Integrate the external system using SF to SF then display the statistics in a Dashboard Component
B: Import the information necessary from the external system into custom objects using the Apex Data Loader and display the statistics in a Dashboard Component
C: Develop a custom application using Java that will keep SF and the system synchronized in real time and then display the statistics in a Dashboard Component
D: Develop a Visual Force page that calls the statistics from the external system in real time and use the Visual Force page as a Dashboard Component
D: Develop a Visual Force page that calls the statistics from the external system in real time and use the Visual Force page as a Dashboard Component
Universal Containers uses Force.com as its recruiting platform. The VP of HR would like to see a report showing hiring trends over a rolling six month period of time.
Which analytic capability of the Force.com platform should be used to best accommodate this request?
A: Summary Report
B: Matrix Report
C: Tabular Report
D: Analytic Snapshot
D: Analytic Snapshot
Which two features are supported by Salesforce in developer mode?
A: Developer mode allows a default user interface to be created for objects
b: Developer mode provides a debugger that is used to perform step by step execution
C: Developer mode allows developers to create dashboards from reports
D: Developer mode allows split screen where user can view Visual Force editor and user interface together
E: Developer mode allows developers to create new pages by just entering the page name
D: Developer mode allows split screen where user can view Visual Force editor and user interface together
E: Developer mode allows developers to create new pages by just entering the page name
Universal Recruiters has decided that all managers should be able to access any records that is accessible to a member of their team. Which Force.com security feature should be utilized to implement this requirement?
A: Field level security B: Organization wide defaults C: Role hierarchy D: Sharing rules E: Manual sharing
C: Role hierarchy
Universal Recruiters need to ensure that the Social Security Number and Phone Numbers follow a specific pattern. Which function can be used to implement this functionality?
A: REGEX B: EXPRMATCH C: ISNUMBER D: PRIORVALUE E: VLOOKUP
A: REGEX
Universal Containers has an object that they use to store all US zip codes and corresponding states. When a user enters a zip code and state into a contact record, they want to ensure that the zip code and state specified by the user is valid.
Which function can be used in a validation rule to implement this functionality?
A: REGEX B: EXPRMATCH C: ISNUMBER D: PRIORVALUE E: VLOOKUP
E: VLOOKUP
A user at Universal Containers encountered a problem when submitting an approval process. A developer needs to analyze this issue by reviewing the debug messages that get generated for this particular users.
Which feature of the platform can be used to support this requirement?
A: Debug Log
B: System Log
C: Setup Audit Trail
D: Field level security
A: Debug Log
While debugging an issue a developer realizes that the field type of an object has changed. The developer needs to find out more details about this change.
Which feature of the platform can be used to support this requirement?
A: Debug Log
B: System Log
C: Setup Audit Trail
D: Field level security
C: Setup Audit Trail
A developer realizes that the Salary field on an employee record is set to an incorrect value. Going forward, the developer wants to track who set the value on the Salary field and when.
Which feature of the platform can be used to support this requirement?
A: Debug Log B: System Log C: Setup Audit Trail D: Field History Tracking E: Field Level Security
D: Field History Tracking
Which of the following is true about custom fields in Salesforce?
A: If a field is set as required, it must be populated when saving records using SF page layouts, but it doesn’t need to be specified when inserting information using the Web Services API
B: A required field cannot be removed from a page layout
C: A unique field cannot be removed from a page layout
D: It is not possible to add a required field to a Standard Object
B: A required field cannot be removed from a page layout
Which types of custom fields can be marked as an External Id?
Choose three:
A: Pick list B: Number C: Email D: Text E: URL
B: Number
C: Email
D: Text