In a recruiting application, a Position custom object is related to a Salary custom object. Sensitive information, such as current salary, is stored on the Salary object. All users should be able to at least view position information. However, only select individuals should be able to read salary records.
How should a developer accomplish this?
A. Create a lookup relationship between Position and Salary; set organization-wide defaults to Public Read-Only for Position and Private for Salary
B. Create a master-detail relationship between Position and Salary; set organization-wide defaults to Private for Position and Salary
C. Create a master-detail relationship between Position and Salary; set organization-wide defaults to Public Read only for Position and Private for Salary
D. Create a lookup relationship between Position and Salary; set organization-wide defaults to Private for Position and Salary
How can a wireless device user approve a record? Choose 3 answers
A. via a text message
B. via Approvals in Chatter
C. via voice recognition
D. via email from a wireless device
E. via Salesforce1
Defines a chart legend. This component offers additional configuration options beyond the defaults used by the legend attribute of the
A. apex:dataTable
B. apex:legend
C. apex:pageBlockSectionItem
D. apex:inputSecret
How do you call Web Services from external sources? (No Answer)
A. SOAP Web Service Callouts
B. Webservice
C. SOQL for loops
D. SOQL statements
What two methods of customization are available to create applications in salesforce?
A. Implicit invocation
B. SOQL for loops
C. Record level access
D. declarative, programmatic
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
Objects of this Apex class specify one of the possible values for a Visualforce selectCheckboxes, selectList, or selectRadio component.
A. Select Class
B. SelectOption Class
C. OptionSelection Class
D. InputSelection Class
E. InputOption Class
F. None of the above
A component that creates an inline frame within a Visualforce page. A frame allows you to keep some information visible while other information is scrolled or replaced.
A. apex:include
B. apex:iframe
C. apex:chartLabel
D. apex:attribute
Defines how labels are displayed. Depending on what component wraps it,
A. apex:chart
B. apex:include
C. apex:chartLabel
D. apex:messages
A Flash movie, rendered with the HTML object and embed tags.
A. apex:actionStatus
B. apex:flash
C. apex:inputField
D. apex:pageBlockSectionItem