logo资料库

Salesforce dev401真题文档.docx

第1页 / 共11页
第2页 / 共11页
第3页 / 共11页
第4页 / 共11页
第5页 / 共11页
第6页 / 共11页
第7页 / 共11页
第8页 / 共11页
资料共11页,剩余部分请下载后查看
Dev 401 真题 1. A developer wants to build an application on the Force.com platform. The data model, the users needing access to the application, and the application business logic have been considered. The report and dashboard requirements have not been considered. Which statement is TRUE about building the application? A. The data model may not support the required business logic. B. The data model may not support the required reports. C. The dashboard will not be visible to management users. D. The developer will not be able to load application data. 2. What must a developer consider when inserting records using an API-based tool? Choose 2 answers A. Apex triggers are ignored. B. Universally required field setting are respected. C. Validation rules are respected. D. Required fields on page layouts are enforced. 3. What can cross-object formulas reference? A. Child object records only B. Both parent and child object records C. Parent object records only D. Records of the same object 4. What can be viewed using the process visualizer? 5. Support processes A. Sales processes B. C. Workflow rules D. Approval processes In a bug tracking application, Universal Containers has created a time-based workflow action that will execute 30 days after a Bug record is created. The developer would like to test to make sure that rule is working the way that it should. Which feature is available for testing? Choose 2 answers A. Bug History related list B. Debug Log C. Activity History related list D. Time-based workflow queue 6. How can a wireless device user approve a record? Choose 2 answers A. Via a mobile browser by logging into Salesforce B. Via voice recognition C. Via a text message D. Via email from a wireless device 7. Universal Container tracks Positions as a custom object in a recruiting application. When position records are created, they have a status of New and are visible to only the position owner. Once a position goes through an approval process, the status is changed to Approved.
Approved positions should be visible to the entire organization. How can a developer meet this requirement? A. Create a sharing rule that states that Approved positions are shared with the Entire Organization B. Create an Apex trigger that automatically updates sharing on a position once the status is Approved C. Create a workflow field update the updates a custom field called Sharing on a position once the status is Approved D. Create a formula field that updates the sharing on a position once the states changes to Approved 8. Which field is available as part of the translation workbench for a validation rule? Formula A. Rule Criteria B. C. Description D. Error Message 9. A developer needs to perform an automated extract of data from Salesforce nightly at 2:00 a.m. How would the developer accomplish this? A. Use the Data Export Service to perform a nightly extract B. Use the export Scheduler of the Data Loader’s GUI C. Use the command-line interface of the Data Loader D. Use the Schedule Manager of the import wizard 10. In a custom order management application, Universal Container requires that the Product Name and Product Code are consistent according to custom object set up with valid Product Name and Product Code combinations. When a user enters an order, the system should check to ensure that the Product Name and product Code entered are valid. Which feature would a developer user to accomplish this? A. A validation rule with the VLOOKUP function B. A formula field with the VALIDATE function C. A formula field with the IF function D. A validation rule with the REGEX function 11. When loading Account, Contact, and User data, what represents the recommended order to Load Accounts, then Contacts, then Users load the data? A. B. The order does not matter C. D. Load Contacts, then Accounts, then Users Load Users, then Accounts, then Contacts 12. Which feature is available for custom objects? Choose 3 answers A. Sharing B. C. Queues D. Assignment rules Field history tracking 13. Universal Containers tracks reviews as a custom object in a recruiting application. An
interview score is tracked on each review record and should be numerical, so that hiring managers can perform score calculations. The scores should be restricted to integer values 1 through 5 and displayed as a set of radio buttons. How can a developer meet this requirement? A. Create a formula field that displays the interview score as a set of radio buttons B. Create the Interview Score field with a data type of radio button C. Create the Interview Score field as a picklist, displayed as a radio button on the layout D. Create a Visualforce component to display the interview score as a set of radio buttons 14. A developer would like to modify the contents of the hover details for a custom object called Position. What would a developer customize to accomplish this? A. Position record types B. Position search layouts C. Position mini page layouts D. Position field dependencies 15. If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers A. By checking the field history on the associated record B. By examining the Debug Log C. By looking at D. By examining the setup audit trail ”Modified By” on the approval definition 16. Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers. Review scores are captured as a custom field on a custom Review object and can range from 1 to 10. Any review score that is > 8 should be highlighted in green. Any review score that is < 4 should be highlighted in red. How would a developer accomplish this? A. Use matrix reports B. Use conditional highlight C. Use custom summary formulas D.Use charts 17. Match the Force.com platform aspects with their corresponding descriptions. Logic A. Data model B. C. User interface D. Development (D)Tools and environments used to develop Force.com application (B)Create tasks, assigns records, does time-based actions (A)Defines objects, fields, and relationships (C)Controls applications’ appearance 18. Universal Containers has built a recruiting application on the Force.com platform. In the application, recruiting managers need to see how the number and status of candidates in the pipeline changes month over month. Which feature enables this kind of analysis?
A. Custom report types B. Custom summary formulas C. Analytic snapshots D. Dashboards 19. Universal Containers tracks Offers as an object in a recruiting application. Once an offer has been accepted by a candidate, there must be a value in the Actual Salary field. How would a developer meet this requirement? A. Create a validation rule to make Actual Salary required each time the offer record is saved B. Create a validation rule to make sure that the Actual Salary is not null whenever an offer is accepted C. Create a Workflow field update to set the property of the Actual Salary field to Required D. Create a Formula field that prompts the user to enter an Actual Salary value whenever the offer record is edited 20. In which Salesforce environments will the Force.com record IDs be identical? A. Production and Developer Sandbox only B. Force.com record IDs are never identical C. Production, Full Copy Sandbox, and Developer Sandbox D. Production and Full Copy Sandbox only 21. In a recruiting application, salary requirements are tracked in a custom object. An approval process is built that will route all salary requirements less than 100,000 USD to the recruiting for automatic approval. In that same approval process, salary requirements greater than 100,000 USD are routed directly to the vice president of human resources. What must be done to initiate the approval process that will route the appropriate records to the vice president for approval? A. Execute the approval process by clicking on the Submit for Approval button on the record’s detail page layout Save the record so it will automatically be entered into the approval process B. C. Create a workflow rule that will evaluate salary amount and send a notification to the vice president if the salary is greater than 100,000 USD D. Create a workflow rule that will evaluate salary amount and trigger the approval process if the salary is greater than 100,000 USD 22. When performing an update with the Data Loader, the comma-delimited file must contain a column with which values? A. The created time and date of the records B. The logical names of the records C. The profile names of the record owners D. The Force.com record ID values of the records 23. Object B has a lookup relationship to Object A. Object c has a lookup relationship to Object B. A developer needs to run a report on A records with C records. How can the developer accomplish this? A. Run a report using the standard report type: A with B with C B. Create a summary report with a custom summary formula summarizing by A, then B, then C
C. Create a custom report type that includes A with B with C D. Create a matrix report with A and B records as column headings and C records as row headings 24. Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object? A. Model B. Controller C. View 25. Given a three tier model (UI layer, business logic layer, data layer), which feature of the Force.com platform is associated with the data layer? Choose 3 answers A. Custom fields B. Custom objects C. Custom tabs D. Custom applications E. Custom relationships 26. In a master-detail relationship, what happens to the child records if the parent record is deleted? A. child records are deleted B. child records are not deleted. C. Parent record deletion fails. D. A subset of the child records is deleted. 27. Universal Container has built a recruiting application with two custom objects, Job Applications and Reviews, that have a master-detail relationship. Users should NOT be allowed to delete review records after job application records have been approved. How would a developer meet this requirement? A. Use a validation rule in conjunction with a roll-up summary field B. Use workflow to change the page layout to Read-only C. Change the interviewer’s profile to Read-only for the review object D. Remove the Delete button from the job application page layout 28. A business requirement can be met by using either a formula field or an Apex trigger. Why would a developer use a formula field instead of an Apex trigger? Choose 2 answers A. Formula fields allow greater control and flexibility than Apex triggers. Formula fields can be created by users who cannot author Apex code. B. C. Formula fields can be created and deployed using only a browser. D. Formula fields do not require test methods to deploy. 29. Universal Containers tracks Positions as a custom object in a recruiting application. All positions with a priority of critical should NOT be open for more than two weeks. If a position remains open for more than 14days, the priority should be re-examined. How would a developer automate this process? A. Create a time-dependent workflow action that sends an email to the recruiter if the position is still open 14days after record creation. B. Create a workflow action to clone the position, assigned to the owner of the position
record, that is due 14 days after record creation. C. Create a time-dependent workflow action that updates the position status to Closed 14 days after record creation. D. Create a validation rule that compares today’s date and the record’s creation date to determine if the difference is greater than 14 days. 30. Which statement is TRUE about the custom object import wizard? A. B. C. D. It can import, upsert, update, delete, and export data. It can deduplicate records. It can perform matching based on record ID only. It can provide success and error files in .csv format. 31. Which developer tool can be used to create a data model? Choose 2 answers A. Webservices API B. Application Setup menu C. D. Force.com Data Loader Force.com IDE 32. A developer needs to support multiple currencies for a custom object in an application. The multi-currency feature has been enabled for the organization. What does the developer need to know in order to successfully support this application? Choose 2 answers A. Currency ISO code will need to be supplied when inserting records in different currencies. B. Roll-up summary fields on a parent record will calculate incorrectly if the child records have multiple currencies. C. Administrators can add additional currencies after the application has been built. D. The multi-currency feature will automatically track historical exchange rates. 33. Which standard profile has the “View Encrypted Data” permission by default? A. No profile has the permission active by default B. C. D. System Administrator Profile Standard User Profile Solution Manager Profile 34. A user can only see the fields A, B, and C on a record of Object X until the Stage field value on the record changes from New to Working. Once the Stage field value is updated to Working and the record is saved, the user should be able to see fields A, B, C, and D. How would an application developer configure this? A. Use multiple Visualforce pages B. Use workflow to change the field-level security C. Use workflow to change the record type D. Use validation rules to expose the field 35. What a junction object? A. A standard object with a master-detail relationship B. A standard object with two master-detail relationships C. A custom object with a master-detail relationship D. A custom object with two master-detail relationships
36. What is NOT a component of a custom Force.com application? A. Default landing page B. Custom tab C. Data warehouse D. Custom object 37. Which property of a field can be edited within the page layout editor? Choose 2 answers A. Controller B. Always displayed C. Required D. Field dependency E. Read-only 38. In a recruiting application, a custom object called Position requires approval. When a Position record is submitted for approval, the requirements below must be met: ·The hiring manager must approval the record · The approval must be forwarded to all members of the executive team, but only one executive needs to approve the record ·The VP of human resources must approve the record How would a developer meet this requirement? A. Create an approval process which utilizes parallel approvers, but does not require unanimous approval. B. Create parallel workflow rules. Requiring at least one executive team member to complete their assigned task. C. Create multiple approval processes, one for each executive team member, and utilize parallel submission. D. Create an approval process with a step for each executive team member, allowing approval steps to be skipped. 39. For objects where data access is granted though the role hierarchy, how is access granted? A. Users are only granted read access to data owned by users above them in the role hierarchy. B. Users are granted access to data accessible by users below them in the role hierarchy, C. Users are granted access to data accessible to users in the same role in the role hierarchy. D. Users are only granted access to data owned by users below them in the role hierarchy. 40. Which type of custom field can be an external ID? A. Text, Number, or Formula fields only B. Text, Email, or Number fields only C. Custom field of an type D. Phone Number, Email, URL and Text-based fields 41. Which type of tab can a developer create? Choose 3 answers A. Web tabs B. Custom object tabs C. Visualforce tabs
D. Standard object tabs E. Apex tabs 42. Object X has a lookup field to Object Y. X needs to display a text value from a Text field on Y. To ensure data integrity, how would a developer implement this? A. Create a cross-object formula field on Object X that retrieves the value from Y. B. Create a roll-up summary field on Object X that retrieves the value from Y. C. Create a text field on Object X and use Apex to populate the value. D. Create a text field on Object X and use a workflow rule to fill in the value upon the creation of X. 43. Universal Containers requires that some employees are able to view and edit reacords of a custom object called Positions, but no users can delete them. How can Universal Containers accomplish this goal? A. Set the organization wide default for positions to Read-only B. Remove the Delete Access for positions from all users roles C. Assign the Read-only profile to all users D. Remove the Delete permission for positions from all profiles 44. Which statement is TRUE about master-detail relationships in the Force.com platform? Choose 2 answers A. The master-detail relationship field is required on the page layout of the detail record. B. When defining a master-detail relationship, the custom object on which you are working is the master. C. The security settings for the master record control the detail record. D. When a master record is deleted, the child records remain in the system without a master record. 45. Which statement is TRUE about field-level security? Choose 2 answers A. B. C. D. It is specified on the profile. It can be controlled at the record level. It is enforced in the Web Services API. It determines the values displayed in a visible Picklist field. 46. Which is a valid data type for a Custom Formula field? Choose 3 answers A. Percent B. Currency C. Date D. Radio button E. Email 47. Users X and Y need to see the same candidate record. For security reasons, user Y should NOT be able to view and report on the Email Address field on the record. How would a developer meet this requirement? A. Use field-level security to make the email address visible to user X but not user Y B. Use page layouts to make the email address visible to user X but not user Y C. Use a custom Visualforce page to make the email address visible to user X but not user Y D. Use a sharing rule to make the email address only visible to user X
分享到:
收藏