Salesforce401题库

上传人:无*** 文档编号:152042409 上传时间:2022-09-14 格式:DOC 页数:51 大小:241.50KB
收藏 版权申诉 举报 下载
Salesforce401题库_第1页
第1页 / 共51页
Salesforce401题库_第2页
第2页 / 共51页
Salesforce401题库_第3页
第3页 / 共51页
资源描述:

《Salesforce401题库》由会员分享,可在线阅读,更多相关《Salesforce401题库(51页珍藏版)》请在装配图网上搜索。

1、题库一1. Which property of a field can be edited on a page layout? A.Required B.Controller C. Field Dependency D. Read only 2. Which options exist for calculations or analyses on reports? Choose 3 answers: A.Perform calculations on summary data. B. Set parameters to highlight outliners. C. Maintain cal

2、culations from previous runs of the report. D. Plot multiple sets of data on one chart. 3. In a custom recruiting application, custom objects are used to track Positions and Job Posting sites (e.g: M, HotJ). Each position is typically posted to many job posting sites. Which additional object is requ

3、ired to relate Position and Job Posting sites so that a user can report on the number of Positions associated with a given Job Posting site? A. Standard object B. Lookup object C. Parent Object D. Junction Object 4.Which scenario requires Apex to automate the real-time business logic? A. When a user

4、 creates a new Time Off request record (a custom object) and clicks Submit for Approval, the Time off Request routes to the users manager for approval. B. As a user saves a a new order (a custom object) , the quantity and products on the order arechecked against a existing warehouse stock (a custom

5、object), then the warehouse that theproduct will ship from on the order record is populated. C. When a user saves a New Hire record (a custom object), an outbound message is automatically sent with the new hires contact information to an external HR system. D. When a user enters a State and Zip code

6、 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. Encrypted fields are not available for validation r

7、ules or Apex scripts. B. Ecrypted fields can be included in search results. C. Encrypted fields can be included in report results. D. Encrypted fields are not available in filters for list views, reports, and roll up summary fields. 6. In a recruiting application, a Position custom object is related

8、 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? A. Create a lookup relatio

9、nship between Position and Salary, set organization wide defaults to Private for Position and Salary. B. Create a lookup relationship between Position and Salary, set organization wide defaults to Public Read only for Position and Private for Salary. C. Create a master-detail relationship between Po

10、sition and Salary; set organization wide defaults to Private fro Position and Salary. D. Create a master-detail relationship between Position and Salary; set organization wide defaults to Public Ready Only for Position and Private for Salary.7. A developer wants to report on trends in the data. Whic

11、h feature of the F platform would a developer use to accomplish this? A. Summary Report B. Field History C. Analytic Snapshot D. Matrix Report 8. How can a developer configure an approval process to prevent a record from being edited by the submitter? A. Set an action to lock record upon submission

12、B. Create a workflow field update to make the page layout ready only C. Develop a sharing rule that is set to read only D. Records are locked by default on submission, no action required9. What formula returns the number of days since the record was created? A. CreatedDate - TODAY() B. TODAY() - DAT

13、EVALUE(CreatedDate) C. TODAY() - (CreatedDate) D. NOW() - DATEVALUE(CreateDate)10. What is supported by the F Data Loader? A. perform insert and update operations across a set of records B. perform a rollback of a transaction C. insert records for two different objects in a single call D. load more

14、than 50,000 records at a time E. import data for custom objects 11.Which API can be used to create the Data model? A. F Metadata API B. F Sign-on API C. F API D. AJAX toolkit for F12.When performing or updating with Data Loader, the comma dilimited file must contain a column with what values? A. Log

15、ical names of records B. Profile names of record owners C. Created time and date of records D. F Record IDs and Value of Record 13.3 Tier Model (UI, Business Logic, Data) which associated with data layer A. Objects B. Validation Rules C. Fields D. Relationships E. Workflow Rules 14.A developer has r

16、eceived confirmation that has enabled insertable system audit fields foran organization. Which ability is now enabled when using the data loader? A. Ability to insert account records setting the isDeleted field of each record B. Ability to insert account records setting the SystemModStamp field for

17、each record C. Ability to insert account records setting the $MarkSync field of each record D. Ability to insert account records setting the CreatedDate field of each record 15.What is a capability of joined reports? A. Add the joined report to a dashboardB. Add conditional highlighting to the data.

18、C. Export the data to a spreadsheet.D. Schedule and email the report.16.Which statement is true about a custom tab? A. It can be included in as many applications as desired. B. It can only be included in one application.C. It can only be included in standard applications.D. It can only be included i

19、n custom applications.17. Which relationship type should be used to capture a users manager on each user record in the application? A. Master-detail B. Hierarchical C. Parent-child D. Many-to-many18. A developer wants to build an application on platform. The data model that the users need access to

20、applications, and the application business logic have been considered. The report and dashboard requirements have not been considered, which is true? A. Dashboard may not be visible to management users B. Developer will not be able to load data C. Data model may not support the required reports D. D

21、ata model may not be support the business logic 19. When would a developer use upsert and external IDs? A. To integrate with an external system B. To load related records without knowing Salesforce record IDs C. To migrate customizations from sandbox to production D. To use the FAPI to query for dat

22、a 20. Which is a required step for creating a many-to-many relationship? A. create two relationships 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 statement is true

23、 regarding domain name? A. It is usually the name of your company B. It cannot be changed once it is registered to your organization C. It cannot be mapped to your companys domain D. It must be unique 题库二1) After creating workflow Rule with a time-based action that send an email reminder to users 14

24、 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 that the workflow rule is working? A. select the developers username in the Debug Log setup.create a new record , then check theDeb

25、ug Log to evidence that the Workflow executed. B. create a new record then check the time-based workflow queue C. select the developers username in the time-based worflow queue setup, create a new record then check the queue for evidence that the workflow executed. D. create a new record then check

26、the outbound message queue2) 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 Objects3) How many master-detail relationships can be created on one obje

27、ct? A. 1 B. 2 C. 3 D. 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? A. many-to-many B

28、. master-detail C. self D. Hierarchical 5) A developer wants to build an application on the F platform. The data model, the business logic and report and dashboard requirementshave been considered. The user access requirements have not been considered. What is the implication of building the applica

29、tion given the availableinformation? A. the data model may not support the required security controls. B. The developer cannot establish security controls if not completed upon initial setup C. The security controls may not support the approval process requirements T D. The developer will not be abl

30、e to build any reports or dashboards if the security controls have not been established 6) What occurs in an upsert operation if the external ID is referenced in more than one record? A. only the first matching record will be updated B. the upsert operation fails. C. an error is reported D. duplicat

31、e records will be created with matching external Ids7) 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 B. When a developer grants the user s the Share Records permission C. When a develope

32、r adds the Sharing button to the page layout D. When the organization wide defaults for the object is set to Public/Write 8) Within a custom recruiting application, Universal Containers uses a custom position object to track positions. Positions expire 90 days afterthey have been approved. A Workflo

33、w Rule is in place to send an email to the hiring manager listed on a position 15 days before the expiration date.What will happen if the expiration date of a position is extended by 30 days? A. An email will not be sent. B. An email will be sent 15 days before the original expiration date. C. An em

34、ail will be sent on the original expiration date. D. An email will be sent 15 days before the updated expiration date. 9) What can a cross-object formula reference? A. Child Only B. Parent Only C. Both parent-child objects D. Records of Same object 10) A developer needs to perform an automated extra

35、ct of data from SFDC migration at 2:00 AM. How would this be done? A. Use the schedule manager of import wizard B. Use the command line interface of a data loader C. Use the export scheduler of the Data Loader GUI D. Use the data export service to perform nightly extract11.) What must a developer co

36、nsider when inserting an API based tool ? A. APEX Triggers are ignored B. Validation Rules are Respected C. Universally required field settings are respected D. Required fields on page layouts are enforced12) Which portion of the Model-View-Controller is represented in F as a Standard or Custom Obje

37、ct? A. Controller B. View C. Model 13) Which feature is available for custom objects? A. Sharing B. Queues C. Field History Tracking D. Assignment Rules 14) Job Applications is a custom object with a lookup relationship to the custom object Positions. A developer would like to modify the Position fi

38、elds displayed in the console mini view when a job applicationrecord is viewed in the console detail view. What would a developer customize to accomplish this? A. The mini page layout on the Job application page layout B. The related objects on the job application page layout C. The mini page layout

39、 of the position page layout D. The related objects on the position page layouts 15) In a recruiting application, all users should be able to see and edit all candidate records,but interviewers should not be able to modify the address of a candidate and should NOT be able to see the birthdate of a c

40、andidate. How would a developer meet this requirement? A. Set the organization wide defaults for candidates to Edit some fields B. Set the organization wide default for candidate to Read-Only C. Use field-level security to control access to the address and birth date fields D. Remove the Edit permis

41、sion on the candidate from the interviewers profile 16) A developer needs to support multiple currencies for a custom object in an application? Multi-currencyhas been enabled, what does the developer need to know to support the application? A. rack Currency changes automatically. B. Admin can add ad

42、ditional currencies once set up C. Must input currency ISO Field D. Roll up summary fields will calculate incorrectly if children have multiple currenciesT 17) Universal Containers uses a recruiting application with custom objects to track positions and related interviewers.When a hiring manager cre

43、ates a new position record, interviewer records for each individual on the interviewteam also need to beCurrently, this process requires a user to create the position, save it, scroll to the interviewer related list,then create a multiple interviewer records. How would a developer streamline this pr

44、ocess? A. Create a new page layout for positions and assign it to a new record type B. Use a formula field to create a wizard that guides a user through the process. C. Create a visualforce page that allows position and interviewer data to be input on a single page D. Create a new validation rule to

45、 trigger a pop-up window for a user to input interviewer data 18) When creating a workflow rule, which action requires a formula as a rule criteria? A. Check if the status is new B. Checking if the field was modified today C. Check if the users profile is Sys Admin D. Check for value in a field that

46、 has changed 19) Universal Containers tracks Candidates as a custom object in a recruiting application. On a candidate record,the city entered in the City field must be in the state selected in the state field. How would a developer meetthis requirementusing declarative (point and click) means? A. C

47、reate a dependency on the Address field that ensures only valid cities are selected for a givenstate. B. Create a Workflow outbound message that sends city and state information to an external global database of known cities and states. C. Create a Formula field on the address object that looks up t

48、he state for the entered city. D. Create a validation rule that checks the city entered against an object to validate the state forthe entered city20) When a record has been rejected by all approvers, Salesforce executes all final rejection actions. Which of the following is NOT a possible final rej

49、ection action? a) Delete the record b) Update a field on the record c) Lock the record from being edited d) Send an email to a designated recipient题库三1. Positions is a custom object in a recruiting application built on the F Platform. Department is a field on the Position object.Which type of report

50、 should a developer create to show hiring managers the number of positions grouped by department?BA. Analytic SnapshotB.SummaryC.PivotD. Tabular2. Which field is available as a part of the translation workbench for a validation rule?Ca Descriptionb Formulac Error messaged Rule Criteria3.What field t

51、ype can be used as external id? ABDA.number B. Text C.URl D.email E.name4.An organization needs the ability view the value of the Opportunity Stage field on an Opportunity Product related list. Please choose the declarative method of fulfilling the requirement. A. Create a cross object formula field

52、 on the Opportunity Product object and exposethe formula field on the Opportunity Product related list.B. Create an Apex method to replicate the value on the child object, and set the field level security to read-only and expose the new field on the Opportunity Product related list.C. Create a valid

53、ation rule on the Opportunity Product object.D. Create a new pick list field called Stage on the Opportunity Product object, and expose the filed on the Opportunity Product related list.5. Which action is available to a developer when two objects are connected by a lookup relationship?A .Create a cu

54、stom report type that allows customization of fields displayed from both parent and child objects in the reportwizardB. Create a cross-object formula field on the child object to reference fields on the parent objectC. Create a cross object formula field on the parent object to reference fields on t

55、he child objectD. Create a roll-up summary field on the parent object to count child records6. A developer would like to enable end users to filter the data displayed on the related list of an object detail page.How could a developer accomplish this?A. Enable Advanced Search on the objects related l

56、istB. Configure the objects related list to add a filterC. Customize the search filer fields layout for that objectD. Create a Visualforce page to replace the object detail view7. Dashboard refresh can be monitored using: A. Apex jobsB. Scheduled jobsC. Dashboard jobsD. Report jobs8. Universal conta

57、iners 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.

58、Create a Formula field that prompts the user to enter an Actual Salary value whenever the offer record is edited.C. Create a validation rule to make sure that the Actual Salary is not null whenever an offer is accepted.D. Create a Workflow field update to set the property of the Actual Salary field

59、to Required.9.An organization has created a HR application which contains a custom object for job positions and candidates for those positions. The HR managers want to see a view of the position with the best candidates for that position and not just all the candidates listed.What is the best method

60、 to fulfill the requirement?A. Create a validation rule on the job position page layoutB.Add an inline Visualforce Page on the job position page layoutC. Add the candidate related list to the job position page layoutD.Create a formula field on the job position object and add to the page layout10.Whi

61、ch Statement is true regarding F Sites? A.Sites leverage data and content in a Salesforce orgB. Sites are built with Visualforce pages.C. Sites can leverage declarative page layouts as well as web pages.D. Sites enables the developers to build public, unauthenticated websites.11 Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers. Review scores

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!