SFDC Dev 401-II

[51] Select the salesforce.com edition that is NOT available today Choose the Right answer
A. Professional
B. Unlimited
C. Enterprise
D. Premium
Ans:D

[52] Using the force.com platform declarative model to build an application. Which of the
following do you NOT have to do? Please select three (3) choices.
A. Install a database server
B. Configure an application using clicks not code
C. Deploy a web server
D. Administer and email server
Ans:ACD

[53] An organization wants to create a field to store manager data on the user object. The
manager field is a reference to another user record. What type of relationship should be used?
Choose the Right answer
A. master-detail
B. hierarchical
C. lookup
D. many-to-many
Ans:B

[54] What are the data types that are supported by formula field? Please select three (3) choices.
Please select three (3) choices.
A. Text
B. Percent
C. Email
D. Currency
E. Phone
Ans:ABD

[55] What is true about a junction object? Choose the Right answer
A. A custom object that has 2 master-detail relationships.
B. A custom object that has a master-detail relationship.
C. A standard object that has 2 master-detail relationships.
D. A standard object that has a master-detail relationship.
Ans:A

[56] What is true about a cross-object formula field for a master-detail relationship? Choose the
Right answer
A. You can only create a cross-object formula field on the parent object.
B. You can only create a cross-object formula field on the child object.
C. You can create a cross-object formula field on both the parent and child object.
D. Cross-object formula field is not available for master-detail relationship.
Ans:B

[57] When you create a custom tab for a custom object, what are the features that are available
by default? Please select two (2) choices. Please select two (2) choices.
A. Sidebar Search Object
B. Custom Reporting
C. Quick Create
D. Ability to track Activity
Ans:AC

[58] What are the different custom tabs that you can create? Please select three (3) choices.
Please select three (3) choices.
A. Web Tab
B. Apex Tab
C. Visualforce Tab
D. Custom Object Tab
E. Standard Object Tab
Ans:ACD

[59] For the order management application, the developer has created a custom object to store
the product line and product combination. When creating an order, the product line and product
combination needs to be consistent. What is the best option for implementing this? Choose the
Right answer
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 combination
D. Create a validation rule using VLOOKUP
Ans:D

[60] What is true about a master-detail relationship? Please select two (2) choices.
A. When the parent record has been deleted, all the child records will be deleted.
B. You can have a child record without the parent record.
C. You have to expose the master lookup field on the child detail page layout.
D. You cannot delete a child record.
Ans:AC

[61] How do Salesforce enforce data access using role hierarchy? Choose the Right answer
A. Users are given access to the records owned by the users who are below the role
hierarchy.
B. Users are given access to the records owned by the users who share the same role on the
role hierarchy.
C. Users are given access to the records accessible by the users who are below the role
hierarchy.
D. Users are given access to the records accessible by the users who are above the role
hierarchy.
Ans: C

[62] What will cause the analytic snapshots run to fail? Please select three (3) choices. Please
select three (3) choices.
A. The source report has been deleted.
B. The target object has a trigger on it.
C. The running user has been inactivated.
D. The target object is a custom object.
E. The source report is saved as Matrix report
Ans:ABC

 

[63]What are the components belong to the Model of the Model-View-Controller design
paradigm? Please select three (3) choices. Please select three (3) choices.
A. Custom Relationship
B. Custom Page Layout
C. Custom Object
D. Custom Field
E. Workflow Rules
Ans: ACD

[64] Where do you change the Hover detail? Choose the Right answer
A. Mini View
B. Page Layout
C. Profile
D. Mini Page Layout
Ans:D

[65] What layer of model-view-controller paradigm does standard or custom objects associated
with? Choose the Right answer
A. View
B. Model
C. Controller
D. View and Controller
Ans:B

[66] What is a junction object? Choose the Right answer
A. Object with lookup relationship
B. Master detail relationship
C. Object with two lookup relationship
D. Object with two master-detail relationship
Ans:D

[67] What field can be controlled by translation workbench?
A. Rule Criteria
B. Formula
C. Validation Errors
D. Assignment Rules
Ans:C

[68] In a master-detail relationship, what happens when the a record is deleted from parent object
Choose the Right answer
A. Parent record alone gets deleted
B. Exception occurs
C. Parent and Child record will not be deleted
D. All child records are deleted
Ans:D

[69] In a recruiting application, Salary is a child object to parent Position object via master-detail
relationship. The min pay and max pay fields of salary object cannot be modified when Position
status on the parent 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
Ans:E

[70] Object X has a lookup to Object Y. What among the following statements are TRUE Please
choose two (2). Please choose two (2).
A. Fields of both X and Y are accessible from Object Y.
B. Fields of Object Y can be accessed from Object X.
C. Fields of both Y and X are accessible from Object X.
D. Fields of Object X can be accessed from Object Y.
Ans: BC

[71] In master-detail relationship scenario where the fields of the parent object needs to be
displayed in the related list. How will a developer design this: Choose the Right answer
A. Cross-object formula field
B. Workflow rule
C. Validation Rule
D. Assignment rule
Ans:A

[72] What are the components of the dashboard that use grand totals Please choose two (2) items.
Please choose two (2) items.
A. Chart
B. Metric
C. Table
D. Gauge
Ans:B

[73] Universal Containers needs to make all records of an object visible to all users when it is in
“Approved” status. The records are created with “New” status and are only visible to a select set
of users. How will a developer implement this? Choose the Right answer
A. Set the object level sharing to Private, add a workflow rule to update the sharing rule
when status changes.
B. Set the object level sharing to Public Read-Only, restrict the sharing when status is
‘New’.
C. Set the object level sharing to Private, create a public group with appropriate users,
modify manual sharing to public group based on status
D. Create role hierarchy, modify the user profiles when status changes
Ans:C

[74] In a master-child relationship between a standard object and custom object. Which of the
following statements is NOT true. Please select two (2) items Please select two (2) items
A. Standard object is always the master
B. Custom Object is always the master
C. Custom object is always a child
D. Standard or custom object can be a master
E. Standard object is never a child
Ans:BD

[75] A customer has a requirement to filter on columns in the related list. As a developer how
will you accomplish Choose the Right answer
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
Ans:A

[76] How do you highlight totals in a report Choose the Right answer
A. Roll-up Summary Field
B. Formula Field
C. Custom Summary Field
D. Summary Totals
Ans:D

[77] Recruiting application has a Position object that contains location, department and other
information relating to a position. A report needs to customized that is grouped by department
but not on locations. What is the best type of report would a developer choose? Choose the Right
answer
A. Summary Report
B. Tabular Report
C. Matrix Report
D. A report using visual force
Ans:A

[78] 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? Choose the Right
answer
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
Ans:D

[79] In a data model object A is related to B, B is related to C. How will a developer create a
report to include fields of A and C. Choose the Right answer
A. Create lookup relationships between A,B and C
B. Create a Custom Report type with A, B and C, and use it in the report
C. Create a custom report with A and C fields as relationships already exist
D. Report cannot be created Custom Objects automatically have some standard fields
Ans:C

[80] Custom Objects automatically have some standard fields
A. True
B. False
C. Some of them have
Ans:A

[81] Custom Tabs have properties such as: Select all that are true
A. Custom Fields
B. Relation to other objects
C. Page Layouts
D. User Tabs
E. Audio Visual Capabilities
F. They do not have any properties
Ans:F

[82] Changing the data type of existing custom field is possible, but doing so may cause loss of
data
A. True
B. False
C. Maybe
Ans:A

[83] Custom Fields are store for how many days after deletion
A. 10 Days
B. 30 Days
C. 45 Days
D. 100 Days
Ans:C

[84] Standard Picklist cannot be a dependent picklist Choose the correct answer
A. It can be in some cases
B. It depends on the version of Salesforce.com you are using
C. This is correct, Standard picklist can only be a controlling picklist
D. This is incorrect, Standard picklist can be a controlling as well as dependent picklist
Ans:C

[85] Required and Unique field options works on Custom Fields only True or False
A. True
B. False
Ans:A

[86] Fill in the blanks. Encrypted fields allow for masking data for all users except those with the
—————– permissions Fill in the blanks
A. Read all data
B. View all Data
C. Modify all data
D. Administrator permissions
Ans:D

[87] The Force.com platform supports the following relationship types Select all which apply
A. Self
B. Lookup
C. Master Detail
D. Many to Many
E. Many to All
F. One to One
G. One to all
H. Validation Rules
Ans:ABD

[88] Fill in the blanks. ______________ lookup relations are allowed per object Fill in the blanks
A. 10
B. 20
C. 25
D. 40
Ans:C

[89] Junction Object is a Custom Object with three master detail relationships True or False
A. True
B. False
C. Sometimes it has
Ans:B

[90] Any member in a Queue has the same access to all records in the queue that an owner would
have. True or False
A. True
B. False
C. Not always
Ans:A

[91] Select which is not applicable. Capabilities of a Workflow includes, Not Applicable to be
selected
A. Tasks and Alerts
B. Field Updates
C. Run Reports
D. Outbound Messaging
E. Approval Processes
F. Dashboard Refresh
G. Load Data through Data Loader
Ans:CEFG

[92] A queue is a location where records can be routed to wait processing by a group member
True or False
A. True
B. False
C. Maybe sometimes
Ans:A

[93] Roll up Summary Field works in the case of which relationship Select the correct choice
A. Master Detail
B. Master Master
C. Workflow
D. Validation Rules
E. Lookup
F. Do not lookup
G. Master to all
Ans:A

[94] 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” True or False
A. True
B. False
C. Maybe sometimes
Ans:A

[95] Workflow Rules are automated processes that trigger criteria based on your business
requirements True or False
A. True
B. False
Ans:A

[96] Profile have the following permissions All Applicable to be selected
A. View All Data
B. Delete All Data
C. Modify all data
D. Customize Application
E. Data Loader only user
F. Password never expires
G. Load Data through Data Loader
Ans:ACDF

[97] Cross Objects formulas can reference fields on parent or grand parent object up to how
many levels Select the correct choice
A. 2
B. 5
C. 8
D. 12
Ans:B

[98] Custom Formula fields can reference fields on related objects True or False
A. True
B. False
Ans:A

[99] In Rollup Summary there is an option to include all records in the roll-up or just that meets
certain criteria True or False
A. True
B. False
Ans:A

[100] User can have access to more than one record types for an object True or False
A. True
B. False
Ans:A

Leave a comment