Dev 401 Flashcards
1) How can you create Many to Many relationship in salesforce.com?
A. Create a direct Many to Many relationship
B. Use a junction Object
C. Use a piece of code to relate both objects
D. Not Possible to create Many to Many relationship in salesforce.com
B. Use a junction Object
2) Can Dashboard Components be retrieved from Recycle Bin on deletion?
A. Yes
B. No
B. No
3) How many external Id’s are allowed on an object? A. 1 B. 2 C. 3 D. 4
C. 3
4) What can not be done with the profiles ?
A. Control the tab access
B. Set the CRUD permissions
C. Give access to records by modifying the record types
D. Control password settings
C. Give access to records by modifying the record types
5) Which functionality is NOT available on the Custom Object? A. Validation Rules B. Assignment Rules C. Workflows D. Record Types
B. Assignment Rules
6) Which of the following can be done by the Pagelayout Editor? A. Make a Field Mandatory B. Make a Field Read-Only C. Both A & B D. None of Above
C. Both A & B
7) 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)
A. Master (Custom object) and Detail (Standard object)
8) How many different Master – Detail relationships can exist on the detail object side? A. 1 B. 2 C. 3 D. 4
B. 2
9) What happens when a parent record is deleted in the Parent Child model having a Lookup Relationship between Parent - Child Objects? A. Child records are also deleted B. Shows an error C. Cant delete the record D. Child records are not deleted
D. Child records are not deleted
10) How the formula will look like if you want to calculate the date/time difference b/w created date? A. Today() – datevalue(created date) B. Created date – Now() C. Now() – created date D. DateValue(created date) – today()
C. Now() – created date
1) For a Contact object, All users should be able to see all the fields except User Y who should net be able to see Mobile No. Field. This functionality will be achieved by? A. Organization Wide Default B. Profile C. Field Level Security D. Page Layout E. Roles
C. Field Level Security
2) 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
E. Apex Classes
3) Which of the following is not the Return Type for Formula Fields? A. Currency B. Radio Button C. Text D. Percent
B. Radio Button
4) Which of the following can not be a Dependent Picklist? A. Checkbox B. Multi-select Picklist C. Custom Picklist D. None of the Above
A. Checkbox
5) Can Data Loader be run through the Command Line?
A. Yes
B. No
A. Yes
6) Which of the following can not be done via Workflow? A. Create a Task B. Create an Event C. Create an Email Alert D. Create an Outbound Message
B. Create an Event
7) 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
B. Tags can be enabled by enabling Tags permission for the Profiles
8) Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission.
A. True
B. False
A. True
9) Which of the following can not be translated via Translation Workbench? A. Custom Report Type B. Standard Field Help C. Validation Error Message D. Report Name
D. Report Name
10) Roll Up Summary fields work in which kind of relationship? A. Many to Many Relationship B. One to One Relationship C. Master - Detail Relationship D. Lookup Relationship
C. Master - Detail Relationship
1) 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
D. Delete the Record
2) What happens when 2 records have same external Id during an Upsert operation?
A. Both Records are updated
B. First Record gets updated; Error is thrown for Second Record
C. First Record gets updated; Second record gets created
D. Error is reported
D. Error is reported
3) When you delete an analytic snapshot, the source report and target object are also deleted?
A. True
B. False
B. False
4) Which feature is used to Report on Historical Data? A. Reports B. Dashboards C. Analytical Snapshot D. Mobile Lite E. Entitlements
C. Analytical Snapshot