logo资料库

salesforce developer 401题库.doc

第1页 / 共52页
第2页 / 共52页
第3页 / 共52页
第4页 / 共52页
第5页 / 共52页
第6页 / 共52页
第7页 / 共52页
第8页 / 共52页
资料共52页,剩余部分请下载后查看
题库一
题库二
题库三
题库四
题库五
题库六
题库七
题库八
参考答案
题库一 1. Which property of a field can be edited on a page layout? A.Required B.Controller C. D. Field Dependency Read only 2. Which options exist for calculations or analyses on reports? Choose 3 answers: data. A.Perform summary on Set parameters to highlight outliners. calculations Maintain calculations from previous runs of the report. D. Plot multiple sets of data on one chart. B. C. 3. In a custom recruiting application, custom objects are used to track Positions and Job Posting sites (e.g: Monster.com, HotJobs.com). Each position is typically posted to many job posting sites. Which additional object is required to relate Position and Job Posting sites so that a user can report on the number of Positions associated Posting site? with Job a Standard Lookup object object given A. C. Parent Object D. Junction Object B. A. B. 4.Which scenario requires Apex to automate the real-time business logic? When a user creates a new Time Off request record (a custom object) and clicks Submit for Approval, the Time off Request routes to the user’s manager for approval. As a user saves a a new order (a custom object) , the quantity and products checked against a existing warehouse stock (a custom object), then product will ship from on the order record is populated. When a user saves a New Hire record (a custom object), an outbound message is automatically sent with the new hire’s contact information to an external HR system. on the order are the warehouse that the C. D. When a user enters a State and Zip code into a custom fields on a Candidate custom object, it must be checked against a Zip Code custom Object to ensure that the Zip code entered does exist in the state entered. 5.Which statement is TRUE about Encrypted Custom Fields? Choose 3 answers A. B. D. Encrypted fields are not available for validation rules or Apex scripts. fields Ecrypted results. results. C. Encrypted fields are not available in filters for list views, reports, and can fields Encrypted be can included included search report in be in roll up summary fields.
6. 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 view position information. However, only select individuals should be able to read salary records. How should a developer accomplish this? Create a lookup relationship between Position and Salary, set organization defaults Salary. Create a lookup relationship between Position and Salary, set organization wide defaults to Public Read only for Position and Private for Salary. Create a master-detail relationship between Position and Salary; set Salary. Create a master-detail relationship between Position and Salary; set organization wide defaults to Public Ready Only for Position and Private for Salary. organization Position Position defaults Private Private wide wide for and fro and C. D. to A. B. to 7. A developer wants to report on trends in the data. Which feature of the Force.com platform this? Report developer A. accomplish Summary would use to a Field History B. C. D. Matrix Report Analytic Snapshot 8. How can a developer configure an approval process to prevent a record from being B. by edited A. submission Create a workflow field update to make the page layout ready only submitter? action record lock upon the Set to an C. Develop a sharing rule that is set to read only D. Records are locked by default on submission, no action required 9. What formula returns the number of days since the record was created? A. CreatedDate - TODAY() B. TODAY() C. - TODAY() DATEVALUE(CreatedDate) - (CreatedDate) D. NOW() - DATEVALUE(CreateDate) 10. What is supported by the Force.com Data Loader? A. C. D. perform B. insert update and perform operations a rollback across of a set a of records transaction insert records for two different objects in a single call at records 50,000 than load more a time E. import data for custom objects
11.Which API can be used to create the Data model? A. Force.com Metadata B. Force.com Sign-on C. Force.com API API API D. AJAX toolkit for Force.com 12.When performing or updating with Data Loader, the comma dilimited file must contain values? records owners names of Logical Profile column record names with what of A. B. a C. Created time and date of records D. Force.com Record IDs and Value of Record 13.3 Tier Model (UI, Business Logic, Data) which associated with data layer A. Objects Validation Rules Fields B. C. D. E. Workflow Relationships Rules 14.A developer has received confirmation that salesforce.com has enabled an organization. Which ability is now enabled insertable system audit fields for when loader? Ability to insert account records setting the isDeleted field of each record Ability to insert account records setting the SystemModStamp field for each using data the A. B. record C. D. record Ability to insert account records setting the $MarkSync field of each record Ability to insert account records setting the CreatedDate field of each a is Add capability 15.What A. B. Add conditional highlighting to the data. C. D. Schedule joined Export data and the the of joined a to reports? dashboard report to email a the spreadsheet. report. 16.Which statement is true about a custom tab? A. It can be included in as many applications as desired.
B. C. D. It can only be included It It can can only only be included in be included in one in standard custom application. applications. applications. Which relationship type should be used to capture a user’s manager on each application? record the in Master-detail 17. user A. B. D. Many-to-many C. Hierarchical Parent-child 18. A developer wants to build an application on force.com platform. The data model that the users need access to applications, and the application business logic have been considered. The report and dashboard requirements have not been considered, true? which users data management to load not will to able Developer Dashboard be not visible may is B. A. be C. D. Data model may not support the required reports Data model may not be support the business logic 19. When use A. To integrate with an external system developer would a upsert and external IDs? B. To C. load related To migrate records without customizations knowing from Salesforce to sandbox record IDs production D. To use the Force.comAPI to query for data 20. Which is a required step for creating a many-to-many relationship? relationships create two A. B. create a many-to-many relationship between two objects C. create a custom object to join two objects D. create the related list on the page layout of the junction object 21.Which B. is statement A. name? company It cannot be changed once it is registered to your organization force.com of name regarding the domain your usually true It is C. It cannot be mapped to your company's domain D. It must be unique
题库二 the is that 1) After creating workflow Rule with a time-based action that send an email reminder to users 14 days after a record has been created. A developer would like to test to make sure that the rule is working the way in which it was intended. How can the developer verify A. check B. C. select the developer's username in the Debug Log setup. create a new record , then that the Workflow executed. time-based workflow queue select the developer's username in the time-based worflow queue setup, create a new the workflow executed. the Debug Log to evidence new record the workflow working? create check rule record D. check then create a new record then check the outbound message queue evidence queue that the for a then 2) An organization wants to leverage the import wizards to import different types of data. What type of data cannot be imported through the wizard?
a) Users b) Leads c) Accounts and Contacts d) Custom Objects 3) How many master-detail relationships can be A. B. C. D. created on one object? 1 2 3 4 4) In a custom defect tracking application, a custom object called bug is used to track defects. The bugs often have relationships to other bugs in a parent-child fashion. Which relationship should a developer choose to model the inter dependency between bugs? many-to-many master-detail A. B. self C. D. Hierarchical application 5) A developer wants to build an application on the Force.com platform. The data model, the business logic and report and dashboard requirements have been considered. The user access requirements have not been considered. What is the implication of building the information? available the data model may not support the required security controls. A. B. The developer cannot establish security controls if not completed upon initial setup the approval process requirements T D. The developer will not be able to build any reports or dashboards if the security controls established C. The security controls may not support given been the have not 6) What occurs in an upsert operation if the external ID is referenced in more than one record? A. only B. the first matching record the upsert error D. duplicate records will be created with matching external Ids an C. will be operation is updated fails. reported 7) When do users have the option to manually share records from a detail page? A. When the organization wide default for the object is set to Private or Read-Only the Share Records permission layout to Public/Write the user the Sharing button to the page D. When the organization wide defaults for the object When a developer grants adds When a developer B. C. is set s
before 8) Within a custom recruiting application, Universal Containers uses a custom position object to track positions. Positions expire 90 days after they have been approved. A Workflow Rule is in place to send an email to the hiring manager listed on a position 15 days date. the expiration date of a position is extended by 30 days? What will happen if A. sent. An email will be sent 15 days before the original expiration date. date. original D. An email will be sent 15 days before the updated expiration date. email will expiration expiration email sent will the not An An be on the B. C. be 9) What can a cross-object B. Parent Only C. A. Both parent-child formula Child reference? Only D. Records of Same objects object 10) A developer needs to perform an automated extract of data from SFDC migration at 2:00 would done? How AM. this be A. Use the schedule manager of import wizard B. Use the command line interface of a data loader C. D. Use the data export service to perform nightly extract scheduler export Use the of the Data Loader GUI 11.) What must a developer consider when inserting an API based tool ? ignored Triggers APEX are A. B. Validation Rules are Respected C. D. Required fields on page layouts are enforced Universally required field settings are respected 12) Which portion of the Model-View-Controller is represented in Force.com as a Object? Standard Controller View Model Custom B. C. or A. 13) Which feature is available for custom A. objects? Sharing
分享到:
收藏