Repository 1 for Salesforce.com Certificated Force.com Developer (#401)

本文提供了Salesforce Developer认证考试的备考建议,包括多项选择题样例及正确答案解析,涵盖报告参数、字段安全、多货币启用、工作流限制等内容。有助于考生了解考试重点并进行有效复习。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

    As a Salesforce.com developer with the plan to make great deeds in salesforce.com and major in the development focusing on this platform in the near future, there is a must to gain several certifications, such as the Consultant, Administrator, Developer and Architect. Fortunately, I successfully pass the exam and be a force.com certificated developer now, maybe later in 2012 for the advance developer(good luck to me, ~~), however, there is a lot of things need to do while preparing for the Certificated Force.com Developer, especially the sample exam questions, which would be of immense benefit to you. In addition, you can get the corresponding information from the salesforce.com org and contact them for more details for this certification exam.

    There are four sets of sample questions from which I benefit a lot and now be glad to share with you, good luck for DEV #401.

          Repository First                                             (notice: the right choice marked with "***")

1. standard reports parameters(available fields, criteria, time frame) be changed and saved in the same Standard Report?
A. true
B. false (***)
 
2. for a contact object, all users should be able to see all the fields except User Y who should not be able to see Mobile No. field. this functionality will be achieved by?
A. Organization Wide Default
B. Profile
C. Page Layout
D. Field Level Security (***) 
E. Roles
 
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 (***)
 
 

转载于:https://www.cnblogs.com/peaklee/archive/2012/05/05/2484945.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值