欢迎来到装配图网! | 帮助中心 装配图网zhuangpeitu.com!
装配图网
ImageVerifierCode 换一换
首页 装配图网 > 资源分类 > DOC文档下载
 

Salesforce401题库

  • 资源ID:152042409       资源大小:241.50KB        全文页数:51页
  • 资源格式: DOC        下载积分:10积分
快捷下载 游客一键下载
会员登录下载
微信登录下载
三方登录下载: 微信开放平台登录 支付宝登录   QQ登录   微博登录  
二维码
微信扫一扫登录
下载资源需要10积分
邮箱/手机:
温馨提示:
用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
支付方式: 支付宝    微信支付   
验证码:   换一换

 
账号:
密码:
验证码:   换一换
  忘记密码?
    
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

Salesforce401题库

题库一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 calculations 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 required 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 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 are checked against a existing warehouse stock (a custom object), then the warehouse that the product 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 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 rules 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 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 relationship 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 Position 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. Which 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  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() - DATEVALUE(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 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. Logical 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 received confirmation that has enabled insertable system audit fields for an 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 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.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 in 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 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. Data 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 data 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 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 company's domain D. It must be unique   题库二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 that the workflow rule is working?     A. select the developer's username in the Debug Log setup. create a new record , then check the Debug Log to evidence that the Workflow executed. B. create a new record then check the time-based workflow queue   C. select the developer's 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 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 object?    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. 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 requirements have been considered. The user access requirements have not been considered. What is the implication of building the application given the available information?  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 able 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. duplicate 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 developer 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 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 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 email 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 extract 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 consider 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 Object?  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 fields displayed in the console mini view when a job application record 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 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 birth date of a candidate. 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 permission on the candidate from the interviewers profile  16) A developer needs to support multiple currencies for a custom object in an application? Multi-currency has been enabled, what does the developer need to know to support the application?  A. rack Currency changes automatically.  B. Admin can add additional 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 creates a new position record, interviewer records for each individual on the interview team also need to be Currently, 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 process?     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 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 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 meet this requirement using declarative (point and click) means?  A.  Create a dependency on the Address field that ensures only valid cities are selected for a given state. 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 the state for the entered city. D. Create a validation rule that checks the city entered against an object to validate the state for the 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 rejection 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 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 type 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 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 validation 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 custom 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 the 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 object's related listB. Configure the object's 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 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 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 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 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.Which 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

注意事项

本文(Salesforce401题库)为本站会员(无***)主动上传,装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知装配图网(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

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

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


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