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
15) Can a user access Visualforce page using salesforce mobile?
A) May Be
B) Yes
C) No
D) The Above Information is not complete
E) Can’t Say
B
19) Which report type is used to group rows and columns of data and show their subtotals? A) Summary B) Matrix C) Tabular D) Detailed
B
21) In a data model object A is related to B, B is related to C. How will a developer create a report to include fields of A and C.
A) Report cannot be created
B) Create lookup relationships between A,B and C
C) Ceate a Custom Report type with A, B and C, and use it in the report
D) Create a custom report with A and C fields as relationships already exist
C
22) While debugging an issue you realize that the field type of an object has changed. You need to find out more details about this change. Which feature of the platform can be used to support this requirement. A) System Log B) Debug Log C) Setup Audit Trail D) Field level security
C
25) Which statement is TRUE regarding criteria-based sharing rules?
A) Criteria-based sharing access can only be granted based on record ownership.
B) Criteria-based sharing rules can be used with custom and some standard objects.
C) Criteria-based sharing access can be granted based on any field on the object.
D) Criteria-based sharing access rolls up through the role hierarchy.
B, C
29) When do users have the option to manually share records they own from the record detail page ?
A) when the org wide default for the object is set to private or read-only
B) When a developer grants the users the Share Records permission.
C) when a developer adds the Sharing button to the page layout.
D) when the organization wide default for the object is set to public read/write.
C
34) Which dashboard components can display data based on summarized fields? (Choose 2 answers) A) Gauge B) Table C) Metric D) Charts
A, D
46) What actions are tracked in debug logs? (Select 3.) A) Callouts B) Validation rules C) Data values for fields D) Setting Changes E) Apex code
A, B, E
55) Which field is available as a part of Translation workbench?(Choose 1) A) Description B) Formula C) Rule Criteria D) Error message
D