SFDC 401 最新考试真题
上周通过了SFDC 401 考试,一下是对考试题的回忆。
1. Using a formula field how would a developer calculate the number of days since a record has been created? The CreatedDate field is a DateTime type field.
a. TODAY() – DATEVALUE(CreatedDate)
b. NOW() – DATEVALUE(CreatedDate)
c. TODAY() – CreatedDate
d. CreatedDate – TODAY()
真题,Ans. C
2. Encrypted fields可以在什么地方显示?
A.Search
B.Report
C.ListView
D……
具体的题目怎么说,忘记了。
3. Which field is available as part of the translation workbench for a validation rule?
A. Rule Criteria
B. Formula
C. Description
D. Error Message
好像有这题,答案D
4. The number of master detail relationship
that an object can have are
A. 1
B. 2
C. 25
真题,答案B
5. Universal Recruiters uses Force.com as its recruitment
platform. The Sales VP of Universal Recruiters will like a
report that will display progress in recruitment across six
months. Which reporting component can be used to
implement this feature? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Analytic Snapshot
真题,答案B
6. Time-dependent workflow will not work with which type of workflow evaluation criteria
A. Only when a Record is created
B. Every time a record is created or edited
C. Every kind of workflow evaluation criteria
D. When a Record is edited and it did not previously meet the rule criteria
类似题,问Time-dependent workflow will work with which type of workflow evaluation criteria
7. Across what environments are Salesforce IDs identical?
A. Production and Developer
B. Developer and Full Sandbox
C. Production and Configuration
D. Developer and Configuration
真题,答案B
8. Which of the following refers to the data model of Salesforce? (Choose 2)
a. Force.com API
b. Force.com metadata API
c. Sandbox
d. Force.com IDE
真题,而且是单选题,why??
9. What 2 things does the primary relationship detail object in a master-detail
relationship inherit?
Select 2 from the following:
A. Non-formula based values from the master
B. The color and associated tab icon from the primary master record.
C. The value of the Owner field and sharing/security settings from the primary master
record. B,C
类似,主要理解primary relationship
10. Salesforce.com has notified that they have enabled the ability to update audit fields for your organization.
When inserting a record which field can you set ? Choose the right answer?
A.CreatedDate
B.IsDeleted
C.SysModStamp
D.UpdatedDate
类似,选项说的比较复杂,但都有相关的关键字
11. An organization wants to leverage a custom object to track bugs. The organization wants the ability
to relate bugs to parent bugs in a parent-child relationship. What type of relationship should be used?
A.Master-Detail
B.Self (Correct Answer)
C.Lookup (Your Answer)
D.Many-to-Many
真题
12. What is NOT a component of a custom Force.com application?
A.Default landing page
B. Custom tab
C. Data warehouse
D.Custom object
类似的题目,答案C
13. A job application object has a child review object to store candidate reviews. The review needs to be tracked between a score of 1 to 5. The score has to be a choice between 1 and 5 displayed as a radio button. How will a developer cater to this requirement?
a. Create 5 fields for scores (1 to 5) of type radio-button and use it in review page layout
b. Create a dependent picklist that feeds the radio button type field
c. Create a formula field
d. Create a Visualforce page with radio buttons for the review object
Ans. D,好像有这题
14. An application was designed without considering whether requirements for reports include dashboards. Out of the following statements which one is TRUE?
a. The data model will support all the requirements of the application, including reports and dashboards
b. Reports are part of the application and application design will take care of it
c. No special considerations for reports or dashboards are required as Salesforce can natively take care of the requirements
d. The data model and the application will not cater for reports and dashboards
Ans. D,类似题:An application was designed without considering control security
15. First 3 Char of 15 Digit Id's identify the ?
A).Records
B).Object
C).Field
D).Application
E).Organization
好像有这题
16. Which of the following is not allowed ?
A).Master (Custom object) and Detail (Standard object)
B).Master (Custom object) and Detail (Custom object)
C).Look Up between (Standard object) and (Standard object)
D).Look Up between (Standard object) and (Custom object)
好像有这题
17.When loading Account, Contact, and User data, what represents the recommended order to load the data?
A. Load Accounts, then Contacts, then Users
B. The order does not matter
C. Load Contacts, then Accounts, then Users
D. Load Users, then Accounts, then Contacts
题目是如果load这些data,需要考虑什么问题,我选择的是不能load user
18. 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
真题,答案B
19. 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
Create a matrix report with A and B records as column headings and C records as row headings
好像有这题
20. An organization has created an application manage new hires and job positions. A custom object has been created to manage all job positions. Using an approval process they have configured the application to have the first step of the process require approvals from three different hiring managers.
Select the two (2) possible approval choices based on multiple approvers for an approval step.
a) Approve or reject based on the first response.
b) Require unanimous approval from all selected approvers…
c) Require majority approval from all selected approvers
d) Require x out of y approval from all selected approvers
Ans. a,b. 真题,a选项说法不同
21. 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
真题
22. A developer has added a custom object tab to an application.
Which additional feature will become available by default for the object in the application?
Choose 3 answers
A. Custom reporting
B. Recent items
C. Sidebar search
D. Quick create
E. Create New sidebar component
真题,答案BCD
23.In a recruiting application, all users should be able to see positions that have a status of Open.
If the status is anything other than Open, the position should be visible only to the record owner.
How would a developer accomplish this?
A.Set user’s profiles to ensure to view only for open positions
B.Set the organization wide default for positions to Public Read-only, then use a sharing rule to restrict access to closed positions
C.Set the organization wide default for positions to Private, then use manual sharing to add or remove access as positions change status
D.Set the organization wide default for positions to Private, then use a sharing rule to automatically share open positions
真题
24.Debug-log
多选题,选3个debug log记录的信息
25. Which functionality cannot be achieved by final rejection action in an Approval Process?
A.Change the status of a field to “Rejected”
B.Send an email notification
C.Unlock the record
D.Delete the Record
类似题,delete the Rocord 用“把记录移到回收站”代替
26. Data Loader
A. Support import and export by csv files
B. Support import and export with a database via JDBC
C. Support custom relationship for upsert
D· Can be run from command line, command line supports regular scheduling of loads.
E.·Operations: Extract, Upsert, Insert, Delete, Update
有两题关于data loader的,选项有Can be run from command line + Operations: Extract, Upsert, Insert, Delete, Update + can deduplicate records.
27. junction object必考
28.In a recruiting application, all users should be able to see positions that have a status of Open. If the status is anything other than Open, the position should be visible only to the record owner.
How would a developer accomplish this?
- Set user’s profiles to ensure to view only for open positions
- Set the organization wide default for positions to Public Read-only, then use a sharing rule to restrict access to closed positions
- Set the organization wide default for positions to Private, then use manual sharing to add or remove access as positions change status
- Set the organization wide default for positions to Private, then use a sharing rule to automatically share open positions
好像有这题
29.A manager in an organization wants to share specific fields of data to his subordinates that only he has access to. What is the best way to share specific fields of data?imp
Please select two (2) choices.
a) Run As on dashboards
b) Folder Permission on a Report
c) Run As on scheduled reports
d) Folder Permission on a Dashboard
真题,选项说法不一样,记住有关键词run就可以了
30. Which of the following cannot be used on a User Page Layout? Please select two (2) choices.
a) Tags…
b) Links
c) Buttons…
d) Custom Fields
e) Inline Visualforce
好像有这题,答案A,C
31. Which functionality is NOT available on the Custom Object ?
A).Validation Rules
B).Assignment Rules
C).Workflows
D).Record Types
好像有这题,答案B
SFDC 401 最新考试真题的更多相关文章
- RHCSA考试真题
2018年 RHCSA考试真题... ------------ 考前需要做的基础 破解root密码 KVM虚拟机与VM虚拟机 主机名:station.domain1.example.comIP地址:1 ...
- CCF考试真题题解
CCF考试认证:题解参考博客http://blog.csdn.net/u014578266/article/details/45221841 问题描述 试题编号: - 试题名称: 图像旋转 时间限制: ...
- 【OCP-12c】CUUG最新考试原题整理及答案(071-11)
11.(5-8) choose the best answer: Examine the structure of the BOOKS_TRANSACTIONS table. You want to ...
- 【OCP-12c】CUUG最新考试原题整理及答案(071-12)
12.(5-12)choose two:Examine the data in the CUSTOMERS table:You want to list all cities that have mo ...
- 【OCP-12c】CUUG最新考试原题整理及答案(071-10)
10.(5-6) choose the best answer:Examine the structure of the EMPLOYEES table:There is a parent/child ...
- 【OCP-12c】CUUG最新考试原题整理及答案(071-9)
9.(5-5) choose the best answerView the Exhibit and examine the structure of the SALES and STORES tab ...
- OCP 12c最新考试原题及答案(071-8)
8.(5-4) choose the best answer:You need to produce a report where each customer's credit limit has b ...
- OCP 12c最新考试原题及答案(071-7)
7.(5-1) choose two:View the Exhibit and examine the structure of the PRODUCTS table.Which two tasks ...
- OCP 12c最新考试原题及答案(071-6)
6.(4-21) choose the best answer: View the Exhibit and examine the structure of the CUSTOMERS table. ...
随机推荐
- 设计模式详解及PHP实现:代理模式
[目录] 代理模式(Proxy pattern) 代理模式是一种结构型模式,它可以为其他对象提供一种代理以控制对这个对象的访问. 主要角色 抽象主题角色(Subject):它的作用是统一接口.此角色定 ...
- 菜篮子成血战场!生鲜O2O为何厮杀如此惨烈
衣食住行作为与大众生活直接挂钩的刚需,已经被诸多互联网企业全面渗入,并在彻底颠覆大众原有的生活形态.但其中作为最底层.最基本的"菜篮子"--生鲜市场,似乎仍然没有被互联网元素完全& ...
- 安卓权威编程指南-笔记(第24章 Looper Handler 和 HandlerThread)
AsyncTask是执行后台线程的最简单方式,但它不适用于那些重复且长时间运行的任务. 1. Looper Android中,线程拥有一个消息队列(message queue),使用消息队列的线程叫做 ...
- C++走向远洋——30(六周,项目一1.0)
*/ * Copyright (c) 2016,烟台大学计算机与控制工程学院 * All rights reserved. * 文件名:fenshu.cpp * 作者:常轩 * 微信公众号:World ...
- USB小白学习之路(8)FX2LP cy7c68013A——Slave FIFO 与FPGA通信(转)
此博客转自CSDN:http://blog.csdn.net/xx116213/article/details/50535682 这个博客只对自己理解CY7C68013的配置有一定的帮助,对于配置CY ...
- 一个简单的爬取b站up下所有视频的所有评论信息的爬虫
心血来潮搞了一个简单的爬虫,主要是想知道某个人的b站账号,但是你知道,b站在搜索一个用户时,如果这个用户没有投过稿,是搜不到的,,,这时就只能想方法搞到对方的mid,,就是 space.bilibil ...
- 挖SRC逻辑漏洞心得分享
文章来源i春秋 白帽子挖洞的道路还漫长的很,老司机岂非一日一年能炼成的. 本文多处引用了 YSRC 的 公(qi)开(yin)漏(ji)洞(qiao).挖SRC思路一定要广!!!!漏洞不会仅限于SQL ...
- 从0开发3D引擎(十):使用领域驱动设计,从最小3D程序中提炼引擎(上)
目录 上一篇博文 下一篇博文 前置知识 回顾上文 最小3D程序完整代码地址 通用语言 将会在本文解决的不足之处 本文流程 解释本文使用的领域驱动设计的一些概念 本文的领域驱动设计选型 设计 引擎名 识 ...
- 小程序开发技巧(三)-- 云开发时效数据刷新和存储 (access_token等)
小程序云开发时效数据刷新和存储 (access_token等) 1.问题描述 小程序中经常有需要进行OCR识别,或者使用外部api例如百度AI识别等接口,请求调用这些接口需要令牌,即一些具有时效性的数 ...
- 原型模式故事链(3)--JS的数据类型、以及区别、区分、转化
上一章--原型链讲解:传送门:https://segmentfault.com/a/11... 在上一章讲解原型链时提到了:所有的引用类型都有一个_proto_属性,称之为隐式原型.那么引用类型是什么 ...