SFDC Dev 5 Flashcards
1) Which of the following represent correct syntax to display first name from global variable user? A) {User.FirstName} B) {!User.FirstName} C) $User.FirstName D) {!$User.FirstName}
D
3) Which sharing model should be used if a particular record is to be shared with a user? A) Manual Sharing B) Sharing rule C) OWD D) Role hierarchies E) Apex Sharing
A
7) In a Class method , there is a DML updation on User object and then on an Account record. What can be the output ,if this is invoked from a trigger?
A) User record would be updated but Account record update would fail
B) Account record will be updated but user record update would fail
C) Both user record and Account record will be updated
D) There would be an exception
E) None of them will be updated
D
10) What is the limit on the number of Batch Jobs per Apex/Visualforce invocation? A) Depends on the Edition B) 5 C) 10 D) None of these E) No Limit
B
15) Your administrator has set 9 AM - 5 PM as weekday business hours for your organization. You login into Salesforce at 4:30 PM. What will happen at 5:02 PM?
A) You will be able to work until you log out from your current session
B) You will be automatically logged out of Salesforce without saving your work
C) You will be automatically logged out of Salesforce with the work auto saved
D) You will get an Email
E) You will continue to work normally
E
17) 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
26) What is the capability of the DataLoader ? Choose two answers
A) The Data Loader can load more than 50,000 records at a time
B) The Data Loader can bypass sharing model settings.
C) The Data Loader can de-duplicate records
D) The Data Loader can be executed from the command line.
A, D
34) What is a capability of Visual Workflow? Choose 3 answers
A) Activate multiple versions of a flow
B) Build reusable flows for common tasks
C) Create a copy of an existing element
D) Redirect flow users to an external website
E) Sort and limit dynamic choices
B, C, E
37) In Universal Recruiter application a developer realizes that the Salary field of an employee is set up to an incorrect value. The developer needs to find out who has set this new value to Salary field. Which feature of the platform can be used to support this requirement. Select the one correct answer. A) Setup Audit Trail B) System Log C) Debug Log D) Field History Tracking
A
43) A field flagged as an External ID is not required to be unique. A) Yes B) None of Above C) Maybe D) No
D
48) For the order management application, the developer has created a custom object to store the product line and product combination. When creating an order, the product line and product combination need to be consistent. What is the best option for implementing this?
A) Create a formula field to enforce the combination
B) Use a workflow to update the product automatically based on the product line
C) Create a validation rule using IF
D) Create a validation rule using VLOOKUP
D
51) Data loader import fails. Select two choices: A) encrypted field setting B) username and password is wrong C) endpoint is wrong D) Custom Field settings
B, C
54) Can we log a Case using My Cases Tab in Help?(Choose 1)
A) Yes
B) There is no My Cases Tab
C) No
D) Salesforce Help is not used to mak data level changes.
A
5) Name the language Force.com uses to support full-text search in objects. A) SQL B) VisualForce C) SOQL D) SOSL
D
9) What does Controller refer to in the Model-View-Controller paradigm ? A) S-control B) Apex C) Visualforce D) Force.com API E) View
B