3. how do you enable the multi Currency Feature in salesforce.com?
A. enable it from the profiles
B. enable it from the sidebar component of setup
C. enable it from going in to the currency tab
D. enable it by raising a case with salesforce.com (***)
4. which of the following can not be done via workflow?
A. create a task
B. create an email alert
C. create an outbound message
D. create an event (***)
5. after creating a custom report type, can the user change the Primary object associated with that Report Type?
A. yes
B. no concept of primary object in custom report type
C. depends on the profile permissions
D. no (***)
6. which of the following is not true regarding custom summary formula fields?
A. one can have 5 custom summary formulas on a report
B. summary formula can reference another summary formula (***)
C. the summary types Sum, Largest Value, Smallest Value, and Average are not available for use with the Record Count Field
D. when fields are deleted, they are also deleted from the summary formulas that reference them
7. what happens when a parent record is deleted in the Parent Child model having a Lookup relationship between Parent-Child objects?
A. child records are not deleted(***)
B. can't delete the record
C. child records are also deleted
D. shows an error
8. to deploy a piece of code from sandbox to production, what percentage of test coverage is necessary?
A. 100
B. 50
C. 75 (***)
D. 25
9. can Data Loader be run through the command line?
A. yes (***)
B. no
10. when you delete an analytic snapshot, the source report and target object are also deleted?
A. false (***)
B. true
11. roll up summary fields work in which kind of relationship?
A. master-detail relationship (***)
B. many to many relationship
C. one to one relationship
D. lookup relationship
12. which of the following is not allowed?
A. look up between (standard object) and (standard object)
B. master (custom object) and detail (standard object) (***)
C. master (custom object) and detail (custom object)
D. look up between (standard object) and (custom object)
13. which of the following is not the return type for formula fields?
A. currency
B. text
C. radio button (***)
D. percent
14. which functionality is not available on the custom object?
A. assignment rules (***)
B. workflows
C. validation rules
D. record types
15. a user has Read only Access to the account, will he be able to attach the file in the attachment related list on a record?
A. no (***)
B. yes, if the file is less than 5MB
C. yes, if file is more than 5MB
D. yes
16. dated exchanged rates are not used for?
A. forecasting (***)
B. opportunities
C. opportunity products
D. opportunity product schedules
17. what can not be done with the profiles?
A. set the CRUD permissions
B. give access to records by modifying the record types (***)
C. control the tab access
D. control password settings
18. custom objects in sites have which kind of permission?
A. read, create and edit
B. read, create, edit and delete (***)
C. read only
D. read and create
19. how many different master-detail relationships can exist on the detail object side?
A. 3
B. 4
C. 1
D. 2 (***)
20. dynamic dashboard can have a scheduled refresh?
A. true
B. false (***)
21. do the Access granted to reports by the folders roll up via the role hierarchy?
A. yes
B. no (***)
22. which function records the database operations, system processes, and errors that occur when executing a transaction or while running unit tests?
A. system log
B. debug log (***)
C. monitoring
D. set audit trail
23. what happens to the secondary relationship when the primary relationship is deleted in the Junction Object?
A. nothing happens
B. you can't delete the primary relationship
C. secondary relationship becomes primary automatically (***)
D. secondary relationship is made primary manually
24. which of the following can be done by the page layout editor?
A. make a field read-only
B. make a field mandatory
C. both A&B ( ***)
D. none of above
25. standard fiscal years can start on the first day of any month of the year?
A. true (***)
B. false
26. folders are used in salesforce.com to store?
A. reports and dashboards
B. reports, dashboards and documents
C. dashboards, documents and email templates
D. reports, dashboards, documents and email templates (***)
27. which feature is used to report on historical data?
A. entitlements
B. reports
C. analytical snapshot (***)
D. dashboards
E. mobile lite
28. which of the following is related to View layer in MVC model?
A. workflow rules
B. visual force pages (***)
C. validation rules
D. custom objects
E. apex class
29. the size limit of attachment is SFDC is?
A. 15MB
B. 5MB (***)
C. 10MB
D. no such limit
E. 20MB
30. which of the following can not be a dependent picklist?
A. multi-select picklist
B. checkbox (***)
C. custom picklist
D. none of the above
31. can dashboard components be retrieved from recycle bin on deletion?
A. no (***)
B. yes
32. default values can be set on the dependent picklist fields?
A. true
B. false (***)
33. what happens when 2 records have same external Id during an Upsert operation?
A. first record gets updated; second record gets created
B. error is reported (***)
C. both records are updated
D. first record gets updated; error is thrown for second record
34. which of the following can not be translated via Translation Workbench?
A. standard field help
B. report name (***)
C. custom report type
D. validation error message
35. how many external Id's are allowed on an object?
A. 4
B. 3 (***)
C. 2
D. 1
36. for dynamic dashboards, Running user can be set as the logged-in User?
A. true (***)
B. false
37. which of the following is not a correct statement?
A. tags can be enabled by enabling tags permission for the profiles (***)
B. tags can be enabled by enabling tags permission for the organization
C. tags can be accessed from the sidebar component
D. tags can be added on the records
38. how many dynamic dashboards are allowed for an organization?
A. 10
B. 7
C. 3 (***)
D. 5
39. how the formula will look like if you want to calculate the date/time difference b/w created date?
A. now() - created date (***)
B. created date - now()
C. today() - datevalue(created date)
D. date value(created date) - today()
40. which functionality cannot be achieved by final rejection action in an Approval Process?
A. unlock the record
B. change the status of a field to "Rejected"
C. send an email notification
D. delete the record (***)
41. a corresponding list views is also automatically created, when a queue is created in salesforce.com
A. false
B. true (***)
42. encrypted fields are editable regardless of whether the user has the "View Encrypted Data" permission.
A. false
B. true (***)
43. roll-up summary and formula fields are always read only on detail pages and not available on edit pages?
A. only applicable to roll-up summary fields
B. only applicable to formula fields
C. true (***)
D. false
44. which of the following represent controller in MVC model?
A. apex classes (***)
B. tabs
C. custom fields
D. visual force pages
E. page layouts
45. how can you create many to many relationship in salesforce.com?
A. not possible to create many to many relationship in salesforce.com
B. use a piece of code to relate both objects
C. create a direct many to many relationship
D. use a junction object (***)