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
5) 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
A. Reports, Dashboards, Documents and Email templates
6) How many Dynamic Dashboards are allowed for an Organization? A. 3 B.5 C. 7 D. 10
A. 3
7) 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
A. Secondary Relationship becomes Primary Automatically
8) 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
C. Visual force Pages
9) Do the Access granted to reports by the Folders roll up via the role Hierarchy?
A. Yes
B. No
B. No
10) A corresponding list view is also automatically created, When a queue is created in Salesforce.com.
A. True
B. False
A. True
1) 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
B. No
2) 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
B. No
3) 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
A. Summary formula can reference another summary formula
4) 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
C. 75
5) For dynamic dashboards, Running user can be set as the logged-in user?
A. True
B. False
A. True
6) Default values can be set on the Dependent Picklist Fields?
A. True
B. False
B. False
7) 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
A. True
8) The Size Limit of Attachments in SFDC is? A. 5MB B. 10MB C. 15MB D. 20MB E. No Such Limit
A. 5MB
9) Dynamic Dashboards can have a Scheduled Refresh?
A. True
B. False
B. False
10) Standard reports parameters (Available Fields, Criteria, time Frame) be changed and saved in the same Standard Report?
A. True
B. False
B. False
11) 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
D. Enable it by raising a case with salesforce.com
12) Dated Exchange Rates are not used for? A. Forecasting B. Opportunities C. Opportunity products D. Opportunity product schedules
A. Forecasting
13) Standard fiscal years can start on the first day of any month of the year?
A. True
B. False
A. True
14) 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
D. Read, Create, Edit and Delete
15) 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
B. Debug Log
1) How many Big Deal Alert can be activated for an opportunity in an Organization? A. 1 B. 3 C. 5 D. Unlimited
A. 1
2) Hover Layouts are based on the \_\_\_\_\_\_\_ ? A. Page Layout B. Mini Page Layout C. Console D. Hover Layout
B. Mini Page Layout
3) Can an opportunity that already triggered a Big Deal Alert and then fell below the threshold can trigger a second Big Deal Alert if it crosses that threshold again.
A. Yes
B. No
A. Yes
4) Standard fields can be made as External Id Fields?
A. Yes
B. No
B. No
5) What is the difference between “View All Data” and “View All” permission available on Profile?
A. The “View All Data” permissions override sharing settings for all objects in the organization, while the object permissions “View All” override sharing settings for the named object.
B. The “View All Data” permissions override sharing settings for the named object., while the object permissions “View All” permissions override sharing settings for all objects in the organization.
C. Both Have the Same Functionality
D. View All Permission allows User to View the Data whereas View All allows people to view the Setup
A. The “View All Data” permissions override sharing settings for all objects in the organization, while the object permissions “View All” override sharing settings for the named object.
6) What is the difference between 15 and 18 Digit Salesforce.com Id’s?
A. 15 Digit Id is Case Sensitive where as 18 Digit Id is Case Insensitive
B. 18 Digit Id is Case Sensitive where as 15 Digit Id is Case Insensitive
C. Both are Same
D. 15 Digit Id’s is no longer used and SFDC now uses 18 Digit Id’s
A. 15 Digit Id is Case Sensitive where as 18 Digit Id is Case Insensitive
7) First 3 Char of 15 Digit Id's identify the ? A. Records B. Object C. Field D. Application E. Organization
B. Object
8) Which is the first step when creating a report?
A. Select type of report
B. Select object on which report needs to be generated
C. Select columns to be displayed
D. Select report name
E. Select the Fields which need to be Summarized
B. Select object on which report needs to be generated
9) The Status field cannot be updated by approval processes?
A. True
B. False
A. True
10) Is it possible to set the System Fields like Created date to any Date during the Initial Load?
A. Yes
B. No
C. Yes, A Case needs to be raised with Salesforce.com
D. Yes, Appropriate Profile Permission needs to be given
C. Yes, A Case needs to be raised with Salesforce.com
11) 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
D. All Of Above
12) What should be done in Field Level security Setting to make a Field Read only to all the Profiles?
A. Enable Visible and Enable Read-Only
B. Disable Visible but Enable Read-Only
C. Enable Visible but Disable Read-Only
D. Disable Visible and Disable Read-Only
A. Enable Visible and Enable Read-Only
13) Mini page layouts inherit record type and profile associations, related lists, fields, and field access settings from their associated page layout.
A. True
B. False
A. True
14) Is it possible in Salesforce.com to Stop the Roll Up of Role Hierarchy for Standard Objects?
A. Yes
B. No
B. No
15) Divisions do not restrict users’ access to data and are not meant for security purposes.
A. True
B. False
A. True
16) 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. True
17) Is it possible in Salesforce.com to Stop the Roll Up of Role Hierarchy for Custom Objects?
A. Yes
B. No
A. Yes
18) Field level access settings inherited from the associated page layout can be changed on the mini page layout itself ?
A. Yes
B. No
C. Depends on the Profile Permissions
B. No
19) Sharing Rules are used to
A. Restrict the Access to users in Public Groups
B. Extend the Access to users in Public Groups
C. Restrict the Access to other Developers
D. Extend the Access to other Developers
B. Extend the Access to users in Public Groups
20) You cannot define mini page layouts for A. Case Layout B. Solution Layout C. Close Case Layout D. Account Layout E. User layout
C. Close Case Layout
21) You can grant “Read” and “Create” permissions on all standard objects in sites except A. Products B. Price books C. Ideas D. All of the above
D. All of the above
22) Ids can not be identified from which of the following standard ways -
A. From the Salesforce.com URL when a record is displayed in
B. From reports
C. From Formula Fields
D. Through the web services API i.e. Data Loader
C. From Formula Fields
23) 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. True
24) Which Feature in Salesforce.com allows managers to see the Data of their Sub-ordinates? A. Organization Wide Defaults B. Role Hierarchy C. Manual Sharing D. Apex Sharing E. Profiles
B. Role Hierarchy
25) Custom Lookup Field can be created between Account and Opportunity?
A. Yes
B. No
A. Yes
1) If the Time Zone field on your Organization is IST and the Time Zone field on your user record is set to Pacific Standard Time (PST), and you schedule a report to run every day at 2:00 PM then
A. The report runs every day at between 2:00 PM and 2:29 PM IST
B. The report runs every day at between 2:00 PM and 2:29 PM PST
C. The report runs every day at between 2:00 PM and 2:29 PM for the Time Zone of Administrator
D. Both A & B
B. The report runs every day at between 2:00 PM and 2:29 PM PST
2) What should be the Advanced filter Conditions to meet the requirement “Find all the opportunities over $1 million that are closing in the next 60 days as well as opportunities over $5 million that are closing in the next 120 days?
1) Amount greater than 1000000
2) Close Date equals Next 60 Days
3) Amount greater than 5000000
4) Close Date equals Next 120 Days
A. (1 OR 2 OR 3) AND 4
B. (4 AND (2 OR 3)) OR 1
C. (1 AND 2) OR (3 AND 4)
D. (1 AND (2 OR 3)) OR 4
C. (1 AND 2) OR (3 AND 4)