Salesforce DEV401 - Design & Code Flashcards

Salesforce Dev 401 Certification

1
Q
Which of the following is related to View layer in MVC Model?
A. Workflow Rules
B. Validation Rules
C. Visual force Pages
D. Custom Objects
E. Apex Class
A

C. Visual force Pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Which of the following represents controller in Model - View - Controller Model?
A. Tabs
B. Page Layouts
C. Custom Fields
D. Visual Force Pages
E. Apex Classes
A

E. Apex Classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
What layer of model-view-controller paradigm does a standard or custom object associated with?
A. View
B. Model
C. Controller
D. View and Controller
A

B. Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
In the statement below, controller refers to what type of controller? apex:page controller="AccountController"
A.	Standard Controller 
B.	Custom Controller 
C.	Controller Extension 
D.	Specific Controller
A

B. Custom Controller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Custom Tabs are part of ______ in (Model – View – Controller) Relationship?
A. Model
B. View
C. Controller

A

B. View

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Which two (2) items most closely relate to the View layer of the Model View Controller paradigm?
A. Page Layout
B. Validation Rule
C. Custom Tab
D. Custom Field
A

A. Page Layout

C. Custom Tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
What components belong to the Model of the Model-View-Controller design paradigm?
Please select three (3) choices.
A. Custom Relationship
B. Custom Page Layout
C. Custom Object
D. Custom Field
E. Workflow Rules
A

A. Custom Relationship
C. Custom Object
D. Custom Field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

To deploy a piece of code from sandbox to Production, What percentage of test coverage is necessary?
A. 25
B. 50
C. 75

A

C. 75

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
Which of the following cannot be translated via Translation Workbench?
A. Custom Report Type
B. Standard Field Help
C. Validation Error Message
D. Report Name
A

D. Report Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
What is the formula for calculating the date/time difference between today and created date?
A. Today() – datevalue(created date)
B. Created date – Now()
C. Now() – created date
D. DateValue(created date) – today()
A

A. Today() – datevalue(created date)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
The Size Limit of Attachments in SFDC is
A. 5MB
B. 10MB
C. 15MB
D. 20MB
E. No Such Limit
A

A. 5MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you enable the multi-currency feature in Salesforce.com?
A. Enable it from the Sidebar component of Setup
B. Enable it from the profiles
C. Enable it from going in to the Currency Tab
D. Enable it by raising a case with salesforce.com

A

D. Enable it by raising a case with salesforce.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
Which function records the database operations, system processes, and errors that occur when executing a transaction or while running unit tests?
A. System Log
B. Debug Log
C. Monitoring
D. Setup Audit Trail
A

B. Debug Log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
Which of the following can be done in the Page Layout editor?
A. Make a Field Mandatory
B. Make a Field Read-Only
C. Both A & B
D. None of Above
A

D. None of Above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following is not a correct statement?
A. Tags can be enabled by enabling Tags permission for the Organization
B. Tags can be enabled by enabling Tags permission for the Profiles
C. Tags can be added on the Records
D. Tags can be accessed from the Sidebar component

A

B. Tags can be enabled by enabling Tags permission for the Profiles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Standard fiscal years can start on the first day of any month of the year?
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Person accounts count against both account and contact storage because the API considers each person account to consist of one account as well as one contact.
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Can users create their own Tab Style while creating the Custom Tabs?
A. Yes
B. No

A

A. Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Fields marked Always Displayed on Page Layouts are automatically included on the Mini Page layout and cannot be removed unless they are removed from the page layout.
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Is it possible to stop the Rollup of Role Hierarchy for Custom Objects?
A. Yes
B. No

A

A. Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Enabling Visualforce Development Mode provides you with
A. A special development footer on every Visualforce page
B. The ability to define new Visualforce pages just by entering a unique URL
C. Error messages that include more detailed stack traces than what standard users receive
D. All Of Above

A

D. All Of Above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q
On the Candidate object, there is a hover on candidate experience which shows some information. The user wants additional information to that page. What needs to be done?
A. Change the Mini page layout
B. Change the Candidate page layout
C. Change the Hover record type
D. Change the Hover Layout
A

A. Change the Mini page layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q
You cannot define Mini Page layouts for
A. Case Layout
B. Solution Layout
C. Close Case Layout
D. Account Layout
E. User layout
A

C. Close Case Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q
Hover Layouts are based on the \_\_\_\_\_\_\_?
A. Page Layout
B. Mini Page Layout
C. Console
D. Hover Layout
A

B. Mini Page Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Can the Opportunity stage related list be customized to show changes to specific fields on the opportunity?
A. Yes
B. No

A

B. No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

How can a developer get a Custom Object added to the quick create list
A. Add the object through home page component settings
B. It is added automatically
C. Expose a custom tab for the custom object
D. Enable the quick create on the user profile

A

C. Expose a custom tab for the custom object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

In Page Layout can you add inline visual force page?
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

A Record Type may determine the default value of a picklist field.
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q
Which of the following cannot be used to customize your Home Page?
A. Company logo (Image)
B. Dashboard Snapshot
C. Custom Links
D. Custom Formula Field
A

D. Custom Formula Field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q
What is not possible with User object page layout?
A. Add a custom button
B. Add a custom Link
C. Add a custom Field
D. Add an Inline Visual Force Page
A

A. Add a custom button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Which statement is true about a custom tab?
A. It can only be included in one application
B. It can be included in as many applications as desired
C. It can only be included in standard applications
D. It can only be included in custom applications

A

B. It can be included in as many applications as desired

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

It is possible for a Page layout to be associated with a Record Type?
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q
Which of the following is not a type of the Custom Setting?
A. Grid Custom Setting
B. List Custom Setting
C. Hierarchy Custom Setting
D. None of the Above
A

A. Grid Custom Setting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Unit tests are class methods that verify whether a particular piece of code is working properly.
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q
\_\_\_ data is exposed in the application cache, which enables efficient access without the cost of repeated queries to the database.
A. Object
B. Custom Setting
C. Apex
D. Junction Object
E. Change Set
A

B. Custom Setting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q
Which of the following are tracked in the debug Logs?
A. Workflow rules
B. Assignment rules
C. Approval processes
D. Validation rules
E. All of the above
A

E. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Owner of the Custom Settings can be changed
A. True
B. False

A

B. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q
Which layout needs to be changed, to change the buttons that display on list views?
A. Page Layout
B. Search Layout
C. List View Layout
D. Mini Page Layout
E. Record Type Layout
A

B. Search Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q
Create \_\_\_\_\_\_\_\_\_ for opportunities to differentiate your regular sales deals from your professional services engagements and offer different picklist values for each.
A. Page Layout
B. Record Type
C. Workflow Rule
D. Validation Rule
A

B. Record Type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

If your test calls another class or causes a trigger to execute, that Apex is included in the total amount used for calculating the percentage of code covered.
A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q
Salesforce recommends that you have \_\_\_\_ of your code covered by unit tests, where possible.
A. 75%
B. 85%
C. 95%
D. 100%
A

D. 100%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

Unit test methods take no arguments, commit no data to the database, send no emails, and are flagged with the test method keyword in the method definition.
A. True
B. False

A

A. True

43
Q

System log records database operations, system processes, and errors that occur when executing a transaction or while running unit test.
A. True
B. False

A

B. False

44
Q

A developer wants to view the parent of the child object in focus on the console. How would a developer specify what related list fields are displayed on the parent object?
A. On the child object’s Mini Page layout
B. On the parent object’s Mini Page layout related lists field selection
C. On the parent object’s page layout related lists field selection
D. You cannot modify the related fields on the console view

A

C. On the parent object’s page layout related lists field selection

45
Q

Apex is an object-oriented language?
A. True
B. False

A

A. True

46
Q
Which type of application can be created using the Flex Framework for Force.com? (3 answers)
A. Browser-based Flash applications
B. Apex applications
C. Disconnected desktop applications
D. Connected desktop applications
E. VMforce applications
A

A. Browser-based Flash applications
C. Disconnected desktop applications
D. Connected desktop applications

47
Q
The showChatter attribute is available on which Visualforce component?
A. apex:chatter
B. apex:pageBlock
C. apex:detail
D. apex:page
A

C. apex:detail

48
Q

Which is a capability of the improved System Log console? (3 answers)
A. View feedback on usage against governor limits
B. Run as a specific user
C. Execute anonymous blocks
D. Generate a dialog box when a usage limit is reached
E. View a stack trace

A

A. View feedback on usage against governor limits
B. Run as a specific user
C. Execute anonymous blocks

49
Q

Which is a capability of Visualforce components for Chatter? (2 answers)
A. Include a Chatter feed on a record detail.
B. Include Chatter followers on a record detail.
C. Include Chatter recommended people to follow on a record detail.
D. Include a list of Chatter-enabled fields on a record detail.

A

A. Include a Chatter feed on a record detail.

B. Include Chatter followers on a record detail.

50
Q
Which technology is used to create applications with the Adobe FlashBuilder for Force.com? (3 answers)
A. Java
B. MXML
C. Flex
D. Force.com Web Services API
E. Apex
A

B. MXML
C. Flex
E. Apex

51
Q

In Page Layout can you add inline VisualForce?
A. True
B. False

A

A. True

52
Q

A job application object has a child review object to store candidate review. 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 visual force page with radio buttons for review object.

A

D. Create visual force page with radio buttons for review object.

53
Q
What are the different custom tabs that you can create? (3 answers)
A. Web Tab
B. Apex Tab
C. Visualforce Tab
D. Custom Object Tab
A

A. Web Tab
C. Visualforce Tab
D. Custom Object Tab

54
Q

How can a filter option for a related list be provided?
A. Use the filter option in the related list section of the Page Layout
B. Use the filter option in the related list section of the Mini Page Layout
C. Use the filter option in the detail page layout of the related list object
D. Build a visual force component with filter to replace the related list section of the Page Layout

A

D. Build a visual force component with filter to replace the related list section of the Page Layout

55
Q

If a Record Type is changed after it has been saved, the values in the record will be lost
A. True
B. False

A

B. False

56
Q
Which of the following is not process or data intensive?
A. Time entry application
B. Inventory management
C. Word processing
D. Human resource management
A

C. Word processing

57
Q

The IsNew() function allows different validation rules for create vs. update actions
A. True
B. False

A

A. True

58
Q
The CreatedDate field is a DateTime field type. Using a formula field, how would a developer calculate the number of days since a record has been created?
A. TODAY() – DATEVALUE(CreatedDate)
B. NOW() – DATEVALUE(CreatedDate)
C. TODAY() – CreatedDate
D. CreatedDate – TODAY()
A

A. TODAY() – DATEVALUE(CreatedDate)

59
Q

An organization has created a HR application which contains a custom object for job positions and candidates available for those positions. The HR managers want to see a view of the position with the best candidates available. What is the best method to fulfill the requirement?
A. Add an inline Visualforce Page on the job position page layout
B. Add the candidate related list to the job position page layout
C. Create a validation rule on the job position page layout
D. Create a formula field on the job position object and add to the page layout

A

A. Add an inline Visualforce Page on the job position page layout

60
Q

A developer has a requirement to filter the list of Cities on the page depending on the selected State. What is the best declarative method to fulfill this requirement?
A. Create a workflow rule that will update the city once a state is entered
B. Create a validation rule which will cause an error if the city is not in the state that has been entered
C. Create a dependent pick list for cities based on the state that has been entered
D. Create a formula field that lookups the valid cities for the state entered

A

C. Create a dependent pick list for cities based on the state that has been entered

61
Q
What does Salesforce provide out of the box?
A. Data warehouse
B. Approval process
C. Workflow rules
D. Validation rules
A

B. Approval process

62
Q

When creating an order, the combination of Product Line and Product (custom objects) needs to be consistent. What is the best option for implementing this?
A. Use a workflow to update the Product automatically based on the Product Line
B. Create a validation rule using IF
C. Create a formula field to enforce the Product combination
D. Create a validation rule using VLOOKUP
E. Standard Object Tab

A

D. Create a validation rule using VLOOKUP

63
Q

Validation Rules can contain a Formula or an expression that evaluates the data in one or more fields and returns a value of “True” or “False”
A. True
B. False

A

A. True

64
Q
Where do you change the Hover detail?
A. Mini View
B. Page Layout
C. Profile
D. Mini Page Layout
A

D. Mini Page Layout

65
Q
Custom Tabs have properties such as (select all that are true):
A. Custom Fields
B. Relationships to other objects
C. Page Layouts
D. User Tabs
E. Audio Visual Capabilities
F. They do not have any properties
A

A. Custom Fields
B. Relationships to other objects
C. Page Layouts
D. User Tabs

66
Q

In which Salesforce instances would there be identical record IDs?
A. Production; Full Sandbox
B. Production; Full Sandbox; Apex Sandbox
C. Production; Full Sandbox; Config Only Sandbox; Apex Sandbox
D. Salesforce.com never repeats record IDs

A

A. Production; Full Sandbox

67
Q

When writing a validation rule, developers must write the error condition such that it evaluates to True or False
A. True
B. False

A

A. True

68
Q

In a recruiting application, Salary is a child object to Position via a master-detail relationship. The Salary min pay and max pay fields cannot be modified when Position status is “Approved”. How would a developer design this?
A. Create a Visualforce component on Position detail page
B. Rollup-Summary Field
C. Validation rule on Position object
D. Formula field on the Salary object
E. Validation rule on the Salary Object

A

E. Validation rule on the Salary Object

69
Q

Developers can retain and manage the debug logs for specific users
A. True
B. False

A

A. True

70
Q
Setup Audit Trail changes are tracked for \_\_\_ days
A. 50
B. 100
C. 180
D. 200
A

A. 50

71
Q

How can a developer get a Custom Object added to the quick create list?
A. Add the object through home page component settings
B. It is added automatically
C. Expose a custom tab for the custom object
D. Enable the quick create on the user profile

A

C. Expose a custom tab for the custom object

72
Q

Which statement is true about a custom tab?
A. It can only be included in one application
B. It can only be included in standard applications
C. It can be included in as many applications as desired
D. It can only be included in custom applications

A

C. It can be included in as many applications as desired

73
Q
Page Layout controls the following Field properties, except (select all that apply)
A. Visible
B. Read Only
C. Read Write
D. Required
E. Data Management
A

A. Visible
C. Read Write
D. Required

74
Q
What field can be controlled by translation workbench?
A. Rule Criteria
B. Formula
C. Validation Errors
D. Assignment Rules
A

C. Validation Errors

75
Q
What can a developer apply to the User object?
A. Custom link
B. Inline VisualForce page
C. Custom button
D. Custom field
A

A. Custom link
B. Inline VisualForce page
D. Custom field

76
Q

An organization needs the ability view the value of the Opportunity Stage field on an Opportunity Product related list. Identify the declarative method to fulfill the requirement.
A. 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.
B. Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related .
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.

A

B. Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related .

77
Q

Using the Force.com platform declarative model to build an application, which of the following do you NOT have to do? (3 answers)
A. Install a database server
B. Configure an application using clicks not code
C. Deploy a web server
D. Administer and email server

A

A. Install a database server
C. Deploy a web server
D. Administer and email server

78
Q

A developer wants to view the parent of the child object in focus on the console. Where would the developer specify what related list fields are displayed on the parent object?
A. On a child object’s Mini Page layout
B. On a parent object’s Mini Page layout in the related lists field section
C. On the parent object’s Page Layout in the related lists field section
D. You cannot modify the related fields on the console view

A

B. On a parent object’s Mini Page layout in the related lists field section

79
Q
When you create a custom tab for a custom object, what features are available by default? (2 answers)
A. Sidebar Search Object
B. Custom Reporting
C. Quick Create
D. Ability to track Activity
A

A. Sidebar Search Object

C. Quick Create

80
Q
How many debug logs are retained for an organization?
A. 5
B. 10
C. 20
D. 50
A

C. 20

81
Q
Which of the following cannot be used on a User Page Layout? (2 answers)
A. Buttons
B. Tags
C. Links
D. Custom Fields
E. Inline Visualforce
A

A. Buttons

B. Tags

82
Q
Which of the following represent correct syntax to display first name from global variable user?   
A. {User.FirstName} 
B. {!User.FirstName} 
C. $User.FirstName 
D. {!$User.FirstName}
A

B. {!User.FirstName}

83
Q
Name the language Force.com uses to support full-text search in objects.   
A. SQL 
B. VisualForce 
C. SOQL 
D. SOSL
A

D. SOSL

84
Q
Before a code can be deployed on production what percentage of test coverage must be achieved.   
A. 25% 
B. 50% 
C. 75% 
D. 100%
A

C. 75%

85
Q
Name the prefix used by standard VisualForce markup tags.   
A. vf 
B. apex 
C. c 
D. s
A

B. apex

86
Q
Which of the following cannot be included in a VisualForce page?   
A. Java 
B. JavaScript 
C. HTML 
D. Flash
A

A. Java

87
Q
To create a new VisualForce page HelloWorld in developer mode, which URL should be appended to server address?   
A. /HelloWorld 
B. /vf/HelloWorld 
C. /apex/HelloWorld 
D. /home/HelloWorld
A

C. /apex/HelloWorld

88
Q

What is the maximum size of a VisualForce page?
A. 1 MB
B. 5 MB
C. 15 MB
D. There is no limit on the size of a VisualForce page

A

C. 15 MB

89
Q

Which of these represent the correct syntax for custom controllers?
A. apex:page controller=”MyController”
B. apex:page standardController=”MyController”
C. apex:page customController=”MyController”
D. apex:page privateController=”MyController”

A

A. apex:page controller=”MyController”

90
Q

Which two features are supported by Salesforce in developer mode?
A. Developer mode allows a default user interface to be created for objects.
B. Developer mode provides a debugger that is used to perform step by step execution.
C. Developer mode allows developers to create dashboards from reports.
D. Developer mode allows split screen where user can view Visual Force editor and user interface together
E. Developer mode allows developers to create new pages by just entering the page name.

A

D. Developer mode allows split screen where user can view Visual Force editor and user interface together

91
Q
Universal Recruiters need to ensure that the Social Security Number and Phone Numbers follow a specific pattern. Which function can be used to implement this functionality.   
A. REGEX 
B. EXPRMATCH 
C. ISNUMBER 
D. PRIORVALUE 
E. VLOOKUP
A

A. REGEX (regular expression)

92
Q
Universal Recruiters have an object that they use to store all US zip codes and corresponding states. They want to ensure that the zip code and state specified by users are correct. Which function could be used to implement this feature?   
A. REGEX 
B. EXPRMATCH 
C. ISNUMBER 
D. PRIORVALUE 
E. VLOOKUP
A

E. VLOOKUP

93
Q

Which of these functions is available in formula field.
A. ISCHANGED
B. ISNEW
C. REGEXC
D. IF
E. VLOOKUP
F. All of these functions are available in a formula field

A

D. IF

94
Q
A Force.com developer needs to execute Apex code snippet and check the resource usage. Which feature of the platform can be used to support this requirement.   
A. Debug Log 
B. System Log 
C. Setup Audit Trail 
D. Field level security
A

B. System Log

95
Q
While debugging an issue you realize that the field type of an object has changed. You need to find out more details about this change. Which feature of the platform can be used to support this requirement.   
A. Debug Log 
B. System Log 
C. Setup Audit Trail 
D. Field level security
A

C. Setup Audit Trail

96
Q
In Universal Recruiter application a developer realizes that the Salary field of an employee is set up to an incorrect value. The developer needs to find out who has set this new value to Salary field. Which feature of the platform can be used to support this requirement.   
A. Debug Log 
B. System Log 
C. Setup Audit Trail 
D. Field History Tracking
A

D. Field History Tracking

97
Q
Which of the following is not supported by Enhanced Page Layout editor.   
A. Change the field name 
B. Add blank spaces 
C. Make a field required or read-only 
D. Add a new section 
E. Add a new custom field
A

E. Add a new custom field

98
Q

Which of the following is true about Validation Rules? Select two correct answers.
A. Validation rules are executed when the user clicks on the Save button.
B. Validation rules are not applicable when the data is stored using the API.
C. If the error condition evaluates to true, then an error message is generated and the record is not saved.
D. Validation rules are applied only when a new record is created, and not when an existing record is edited.

A

A. Validation rules are executed when the user clicks on the Save button.
C. If the error condition evaluates to true, then an error message is generated and the record is not saved.

99
Q
Which of the following is not a valid return type of a custom formula. 
A. Date 
B. Decimal 
C. Text 
D. Array
A

D. Array

100
Q
Which of the following is not a part of a Force.com app.
A. Notes 
B. Tab 
C. Links 
D. Forms
A

A. Notes

101
Q
An organization needs to create a public website that displays data from Salesforce.com organization without user registration.
A. Apex 
B. Triggers 
C. Salesforce Knowledgebase 
D. Force.com sites 
E. Formula
A

D. Force.com sites

102
Q

Is it possible to stop the rollup of Role Hierarchy for Standard Objects?
A. Yes
B. No

A

B. No

103
Q
Cross Objects formulas can reference fields on parent or grandparent objects, up to how many levels?
A. 2
B. 5
C. 8
D. 10
A

D. 10

104
Q

A standard picklist cannot be a dependent picklist.
A. It can be in some cases
B. Depends on the version of Salesforce.com
C. A standard picklist can only be a controlling picklist, not a dependent picklist
D. A standard pick list can be a controlling as well as dependent picklist

A

C. A standard picklist can only be a controlling picklist, not a dependent picklist