SFDC Dev 401-X

Q.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

Q.2)  Can Dashboard Components be retrieved from Recycle Bin on deletion ?

A.         Yes

B.         No

Q.3)  How many external Id’s are allowed on an object ?

A.         1

B.         2

C.         3

D.         4

Q.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

Q.5)  Which functionality is NOT available on the Custom Object ?

A.         Validation Rules

B.         Assignment Rules

C.         Workflows

D.         Record Types

Q.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

Q.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)

Q.8) How many different Master – Detail relationships can exist on the detail object side ?

A.         1

B.         2

C.         3

D.         4

Q.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

Q.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()

Q.11)  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

Q.12)  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

Q.13)  Which of the following is not the Return Type for Formula Fields ?

A.         Currency

B.         Radio Button

C.         Text

D.         Percent

Q.14)  Which of the following can not be a Dependent Picklist ?

A.         Checkbox

B.         Multi-select Picklist

C.         Custom Picklist

D.         None of the Above

Q.15)  Can Data Loader be run through the Command Line ?

A.         Yes

B.         No

Q.16)  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

Q.17)  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

Q.18)  Encrypted fields are editable regardless of whether the user has the “View Encrypted Data” permission.

A.         True

B.         False

Q.19)  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

Q.20)  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

Q.21)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

Q.22) 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

Q.23)  When you delete an analytic snapshot, the source report and target object are also deleted ?

A.         True

B.         False

Q.24)  Which feature is used to Report on Historical Data ?

A.         Reports

B.         Dashboards

C.         Analytical Snapshot

D.         Mobile Lite

E.         Entitlements

Q.25)  Folders are used in Salesforce.com to store ?

A.         Reports, Dashboards, Documents and Email templates

B.         Reports, Dashboards and Documents

C.         Dashboards, Documents and Email templates

D.         Reports and Dashboards

Q.26)  How many Dynamic Dashboards are allowed for an Organization ?

A.         3

B.         5

C.         7

D.         10

Q.27)  What happens to the Secondary Relationship when the Primary Relationship is deleted in the Junction Object ?

A.         Secondary Relationship becomes Primary Automatically

B.         Secondary Relationship is made Primary manually

C.         Nothing Happens

D.         You can’t delete the primary relationship

Q.28)  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

Q.29)  Do the Access granted to reports by the Folders roll up via the role Hierarchy ?

A.         Yes

B.         No

Q.30) A corresponding list view is also automatically created, When a queue is created in Salesforce.com.

A.         True

B.         False

Q.31) After creating a custom report type, can the user change the Primary object associated with that Report Type ?

A.         Yes

B.         No

C.         Depends on the Profile Permissions

D.         No Concept of Primary Object in Custom Report Type

Q.32)  A user has Read only Access to the account, will he be able to attach the File in the Attachment related list on a record ?

A.         Yes

B.         No

C.         Yes,If the file is less then 5 MB

D.         Yes, if file is more than 5 MB

Q.33)  Which of the following is not true regarding Custom Summary Formula fields ?

A.         Summary formula can reference another summary formula

B.         When fields are deleted, they are also deleted from the summary formulas that reference them

C.         One can have 5 Custom Summary Formulas on a report

D.         The summary types Sum, Largest Value, Smallest Value, and Average are not available for use with the Record Count Field

Q.34)  To deploy a piece of code from sandbox to Production, What percentage of test coverage is necessary ?

A.         25

B.         50

C.         75

D.         100

Q.35)  For dynamic dashboards, Running user can be set as the logged-in user ?

A.         True

B.         False

Q.36)  Default values can be set on the Dependent Picklist Fields ?

A.         True

B.         False

Q.37)  Roll-up summary and formula fields are always read only on detail pages and not available on edit pages ?

A.         True

B.         False

C.         Only applicable to Roll-up Summary Fields

D.         Only applicable to Formula Fields

Q.38)  The Size Limit of Attachments in SFDC is ?

A.         5MB

B.         10MB

C.         15MB

D.         20MB

E.         No Such Limit

Q.39)  Dynamic Dashboards can have a Scheduled Refresh ?

A.         True

B.         False

Q.40)  Standard reports parameters (Available Fields, Criteria, time Frame) be changed and saved in the same Standard Report ?

A.         True

B.         False

Q.41)  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

Q.42)  Dated Exchange Rates are not used for ?

A.         Forecasting

B.         Opportunities

C.         Opportunity products

D.         Opportunity product schedules

Q.43)  Standard fiscal years can start on the first day of any month of the year ?

A.         True

B.         False

Q.44)  Custom objects in sites have which kind of permission ?

A.         Read Only

B.         Read and Create

C.         Read, Create and Edit

D.         Read, Create, Edit and Delete

Q.45)  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

Question Excerpt From Salesforce SFDC Winter 12 Maintanence Exam

Q.1)  In Salesforce for Outlook, which related records are recommended when assigning unresolved events, emails, and tasks? Choose 3 answers

A.         Accounts

B.         Opportunities

C.         Contacts

D.         Cases

E.         Leads

Q.2) What is a capability of the cloud-based Flow Designer?   Choose 2 answers

A.         Flows are managed using the Palette, Resources, and Explorer tabs.

B.         Flows are created and saved, then uploaded into Salesforce.

C.         Flows are created using a consolidated set of elements.

D.         Flows are tested using an interface that is external to Salesforce.

Q.3) In Siteforce, what can be done by a site publisher but not a site contributor?   Choose 2 answers

A.         Preview the site

B.         Upload images

C.         Publish changes to the live site

D.         Create page templates

Q.4)     When viewing a dashboard, what can a user do with a dashboard filter?

A.         Filter the dashboard by selecting specific components to display.

B.         Filter data by selecting a specific field and entering a value.

C.         Filter data by entering a date range to view data for a specific time frame.

D.         Filter data by selecting from a list of options set when the dashboard was created.

Q.5)     What is a capability of permission sets?   Choose 3 answers

A.         Multiple permission sets can be assigned to individual users.

B.         Permission sets can be assigned to roles and public groups.

C.         Permission sets can be reused for different users.

D.         Permission sets can be used to reduce profile permissions for individual users.

E.         Permission sets can be used to grant permissions to individual users.

Q.6)  What is a capability of Chatter approvals? Choose 2 answers

A.         Group owners and managers can approve new members to Chatter groups from the group feed.

B.         Users can view and respond to approvals as Chatter posts through email notifications.

C.         Users can approve edits to Chatter files directly from the Chatter feed.

D.         Users can view and respond to approvals as Chatter posts within their Chatter feed.

Q.7)     What is included in a Database.com subscription?   Choose 3 answers

A.         Custom objects

B.         Standard objects

C.         Apex

D.         Visualforce pages

E.         User profiles

Q.8)     What is a capability of Data.com within Salesforce?   Choose 2 answers

A.         Earn credits by contributing data.

B.         Save search criteria for later use.

C.         Export contact and company records.

D.         Import specific companies to search.

Q.9)     If the User object is the primary object in a custom report type, which set of records can be included in the report?   Choose 3 answers

A.         Records shared with a user

B.         Records followed by a user

C.         Records owned by a user

D.         Records last modified by a user

E.         Records created by a user

Q.10)  What can be done with the schema builder?   Choose 2 answers

A.         View the relationships between a set of Salesforce objects.

B.         View the required fields of a Salesforce object.

C.         View the permissions for a Salesforce object.

D.         Create fields on a Salesforce object.

Q.11)  How can permission sets be used?   Choose 2 answers

A.         To assign access to a custom field for specific users

B.         To assign unique login hours for specific users

C.         To assign access to a tab for specific users

D.         To assign access to a custom object for specific users

Q.12)  When using Social Contacts, what determines the amount of information a Salesforce user sees when viewing a social network profile for a contact? Choose 2 answers

A.         The user’s access determined by account sharing rules

B.         The user’s profile settings in Salesforce

C.         The contact’s social network privacy settings

D.         The user’s social network connection to the contact

Q.13)  What is a recommended type of website to create using Siteforce?   Choose 2 answers

A.         Frequently asked questions (FAQ) pages

B.         Support case submission forms

C.         Product information pages

D.         eCommerce websites

Q.14)  What can customers do in private Chatter groups?

A.         Chatter customers can post to the groups to which they were invited.

B.         Chatter customers can view accounts, contacts, and opportunities.

C.         Chatter customers can post to Chatter profiles and follow people.

D.         Chatter customers can run reports on Chatter group membership.

Q.15)  What can be created using Force.com Quick Start?   Choose 3 answers

A.         Custom objects

B.         Object relationships

C.         Custom tabs

D.         Custom report types

E.         Custom apps

  1. I think question 4 would be “D”.

Leave a comment