SFDC Dev3 Flashcards
1) The governor limits that apply while executing Apex asynchronously are same as that of? A) Depends on the entry point B) Apex Trigger C) Apex Class D) No Limits Apply E) Batch Apex
C
4) Which of the following is one of the key factors in determining the Governor Limits for an apex execution? A) Heap size B) Entry Point of invocation C) Number of Records D) None of These E) Type of Governor Limit
B
7) Which functionalities work in offline mode? A) Auto-Number fields B) Workflow rules C) Formula fields D) Roll up summary fields E) Field dependency
B, E
18) How many master-detail relationships can be created on one object ? A) 1 B) 3 C) 4 D) 2
D
21) What is a feature of custom report types ? Choose 2 answers
A) ability to customize available columns displayed in the report builder interface
B) the ability to join related objects within a report
C) the ability to create an exception report or anti join
D) the ability to customize the output layout of a report
A, B
22) How would a developer create a many-to-many relatuonshnp between two objects, Object X and Object Y ?
A) multiple relationships on Object X to Object Y
B) two relationships on a Junction object, one to X and one to Y
C) multiple relationships on Object Y to Object X
D) two relationships, one on X to Y and one on Y to X
B
25) A developer is building a custom appIication usIng the declarative framework. The developer would Iike to customize the application user interface.Which customization is available on the page layout ? Choose 2 answers.
A) make a ?eld Required, based on a data value In another ?eld
B) add an existing visualforce page to an Inline section
C) create a three-column section
D) add custom detail and list buttons
B, D
26) Universal Containers uses a recruiting application with custom objects to track positions and related interviewers. When a hiring manager creates a new position record, interviewer records for each individual on the interview team also need to be created. Currently, this process requires a user to create the position, save it, scroll to the interviewer related list, then create multiple interviewer records. How would a developer streamline this process ?
A) validation rule to trigger pop-up window for user to input interviewer data
B) Vf page to allow position and interviewer data to be input on single page
C) create a new page layout for positions and assign It to a new record type
D) use a Formula field to create a wizard that guides a user through the process
B
28) Which tool is part of the Developer Console? A) Force.com IDE B) SQL workbench C) Query Editor D) Tests tool
C, D
29) What is the capability of joined reports? Choose 2 answers
A) Export the data to a spreadsheet
B) Add conditional highlighting to the data
C) Schedule and email the report
D) Add the joined report to a dashboard
A, D
30) What is a capability of joined reports?
A) Values from multiple blocks can be displayed on a chart.
B) Summary values can be calculated using data from multiple blocks.
C) Multiple blocks can be scheduled for emailing.
D) Data from multiple blocks can be exported to Excel.
A, B
33) 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
34) Which of these represent the correct syntax for custom controllers? Select the one correct answer. A) B) C) D)
A
36) Which of the following statements are true about Roles? (Select2.)
A) Roles control the level of visibility that users have to an organizations data.
B) Roles control how records roll up for reporting.
C) A user must be associated with at least one Role.
D) A user may be associated with multiple Roles.
E) Roles do not need to follow the organization chart.
A, B
37) Members of Public Groups can be which of the following? (Select 4) A) Profiles B) Public Groups C) Users D) Roles E) Roles and Subordinates
B, C, D, E
39) Which API can be used to create the Data model? A) Force.com Sign-on API B) AJAX toolkit for Force.com C) Force.com Metadata API D) Force.com API
C
40) For master-detail relationship fields, what determines the access a user must have to a master record in order to create, edit, or delete the associated detail records? A) Sharing Setting B) Field Data Type C) Field Level Security D) Record Type
A
41) Which statement is TRUE about a profile?
A) It can grant access to records using record types
B) It enables object level permissions and grants access to all data
C) It can revoke access granted by sharing
D) It controls use passwords settings
B
43) The organization IDs of your sandboxes remain same each time your sandbox is refreshed A) No B) Yes C) Is not Affected by refresh condition D) None Of The Above
A
55) Which type of field cannot be universally required ?(Choose 1) A) Email B) Text C) Lookup D) Number E) Date Time
C
3) Which of these are the development services provided by salesforce architecture? A) All of these B) Logic C) Database D) None of these E) Integration
A
4) Which of the following are system supplied Apex classes used in Visualforce? A) Apex Page Class B) PageReference Class C) SelectOption Class D) None of These E) Action Class
B, C
5) Which of the following can be used for Initial Submitters List ? A) Public groups B) Profiles C) Roles and Subordinates D) Email Field E) Active team members
A, C
6) Using which of the following, can you run a scheduled batch job every night at 1 am ?
A) It is not possible using force.com native tools
B) Import Wizard
C) Data Loader
D) External Tool
E) Apex Scheduler
E
8) What will be the order of execution for the following (Order from Left to Right) i. Before Trigger ii. After Trigger iii. Validation Rule iv. Formula Field v. Roll up summary vi. Workflow Rule A) i>iii>ii>iv>vi>v B) iv>v>i>iii>ii>vi C) i>iii>ii>vi>v>iv D) None of these E) iv>i>iii>ii>vi>v
B
13) Which of the following is possiblein SFDC?
A) Roll up summary Field counting the number of child object records
B) Formula field referring to a field in the parent object.
C) Formula field referring to a field in the child object.
D) Rollup summary Field counting the no. of child object records in Lookup Relation
E) Formula field referring to a field both in the child object and parent object.
A, B
15) Which of the following are not the features of Encrypted fields? A) Included in search results B) Unique C) External Id D) Searched by Apex E) Have a default value
B, C, E
16) A manager in an organization wants to share specific fields of data to his subordinates that only he has access to.What is the best way to share specific fields of data? A) Run As on dashboards B) Folder Permission on a Report C) Run As on scheduled reports D) Folder Permission on a Dashboard
A, C