SFDC Flashcards
1) What field can be controlled by translation workbench? A) Validation Errors B) Rule name C) Criteria D) Description E) Action
A, E
2) Which of the following kinds of data cannot be loaded using Import Wizard? A) Accounts and Contacts B) Users C) Leads D) Custom Objects
B
3) Which all editions have Visualforce enabled? A) Group Edition B) Enterprise Editions C) Unlimited Edition D) Platform Edition E) All of these
B, C
4) In which salesforce instances would there be identical record IDs? A) Production and Config sandbox B) Full sandbox and Config sandbox C) Production and Developer sandbox D) Production and Full Sandbox E) All of these
D
5) Which of these is provided by out of box salesforce? A) Approval Process B) Data Warehouse C) Workflows D) Validation Rules E) Archiving
A, C, D
6) Which of the following permissions are required for a user to access salesforce programmatically? A) Customize Application B) API-Enabled C) API Only User D) Metadata API E) Author Apex
B
7) Which of the following type of fields can be used as Formula Fields? i. Date ii. Percent iii. Email iv. Currency A) i, ii, iv B) i, iii C) ii, iv D) none of the above E) iii, iv
A
8) Where can a developer edit the Hover details of a Lookup field? A) Write a Trigger on the object B) Mini Pagelayout C) Page Layout D) None of the above E) Create a VF page
b
9) Who can share records when the hierarchical grant access is turned off?
A) Owner, System Administrator and the Users below the user in the role hierarchy
B) Only the Owner
C) Owner, System Administrator only
D) Delegated System Admin
E) Owner, System Administrator and the Users above the user in the role hierarchy
c
10) Sharing rules can be established between? i. Users ii. Queues iii. Public Groups iv. Roles A) i, ii, iv B) All of these C) None of these D) i, iii, iv E) ii, iii, iv
E
11) Which of the following are examples of Primitive Data Types? A) Lists B) Integer C) Boolean D) Map E) String
B, C, E
12) In which of the following are Encryped custom fields available? A) Validation rules B) Custom reports C) Sidebar search D) Roll up summary fields E) Wokflow rules and assignment rules
A, B
13) What are the features of a Force.com Data Loader ?
A) Perform rollback
B) Insert more than 50,000 records in a single go
C) Insert, Delete and Update records for Custom Objects
D) Run a batch process
E) Insert records to different Objects in a single go
B, C, D
14) What can be the best possible solution, if a Manager wants a report without logging into the org? A) Custom Report B) Not Possible C) Creating a VF Site D) Salesforce Mobile E) Email the Report
E
15) How can you run a scheduled data import every night at 1 am ? A) Scheduled jobs B) Import wizard C) Data Loader D) Salesforce Mobile E) Data loader using command prompt
E
16) A developer has created a junction object what is the significance of the first master-detail (primary) relationship?
A) Look and feel
B) You cannot delete the primary relationship.
C) There is no significance
D) You cannot rename the primary relationship
A, D
17) How can dashboard push alerts be used?
A) To alert support mgrs when number of escalated cases reaches specified threshod
B) To alert sales mgrs when value of opptys in pipeline drops by specified percent
C) To alert sales mgrs when total value of team’s oppty reach specified salestarget
D) To alert marketing mgrs when rank of the top campaigns on a table comp changes
A, C
18) Which change was made to the Apex governor limits with the Spring 11 release?
A) All code falls under the same limits, regardless of how it is invoked
B) Unit tests are constrained by their own set of limits
C) A large portion of limits have been condensed or eliminated
D) Limits can be raised by contacting support
A, C
19) How do you highlight totals in a report
A) Roll-up Summary Field
B) Formula Field
C) Custom Summary Field
D) Summary Totals
D
20) Salesforce.com has notified you that they have enabled the ability to update audit fields for your organization. When inserting a record which field can you set? A) CreatedDate B) IsDeleted C) SysModStamp D) UpdatedDate
A
21) Which of these are valid data type in Force.com development platform. A) Long B) Percent C) URL D) ChoiceBox E) Decimal
B, C
22) What are the components belong to the Model of the Model-View-Controller design paradigm? A) Custom Page Layout B) Custom Relationship C) Custom Object D) Custom Field E) Workflow Rules
B, C, D
23) Select the features that are available through custom report types.
A) Define object relationships and fields for reports
B) Define up to 4 object relationships
C) Define anti-join relationships
D) Create analytic snapshot reports
A, B
24) Which of the following is correct about custom fields in Salesforce.
A) A required field is always present in an edit page
B) A required field may not be specified when entering data via Force.com API
C) A unique field increases report and SOQL performance
D) A unique field is always present in an edit page
A