SFDC Dev 5 Flashcards

1
Q
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}
A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
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

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
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
A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A, D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A, D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

B, C, E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
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

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
43) A field flagged as an External ID is not required to be unique.
A)	 Yes
B)	 None of Above
C)	 Maybe
D)	 No
A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
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
A

B, C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
5) Name the language Force.com uses to support full-text search in objects.
A)	 SQL
B)	 VisualForce
C)	 SOQL
D)	 SOSL
A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
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
A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

B

17
Q
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
A

B

18
Q

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

A

C

19
Q
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
A

C

20
Q

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.

A

B, C

21
Q

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.

A

C

22
Q
34) Which dashboard components can display data based on summarized fields?  (Choose 2 answers)
A)	 Gauge
B)	 Table
C)	 Metric
D)	 Charts
A

A, D

23
Q
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

A, B, E

24
Q
55) Which field is available as a part of Translation workbench?(Choose 1)
A)	 Description
B)	 Formula
C)	 Rule Criteria
D)	 Error message
A

D

25
Q
2) Which of the following can be used to monitor a Time Based workflow?
A)	 Cannot be monitored
B)	 Debug Logs
C)	 Scheduled Jobs
D)	 Time Based Workflows
E)	 Audit Trails
A

B, D

26
Q
3) Which of the following is always true about Master-Detail relationship fields ? i.   Master Detail field value is mandatory on child record ii.  Child record is deleted if parent record is deleted iii. Value of Master Detail field cannot be changed once saved on child record
A)	 ii,iii
B)	 i, iii
C)	 ii
D)	 none of the above
E)	 i,ii
A

E

27
Q
7) If you want to design a Library management system, then what would you use to associate “Subject” and “Book” objects?
A)	 Number field
B)	 Text Field
C)	 Lookup Relationship field
D)	 Master Detail Relationship field
E)	 None of these
A

D

28
Q
14) 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
A

B, C, E

29
Q
15) What are the components of the dashboard that use grand totals
A)	 Metric
B)	 Table
C)	 Gauge
D)	 Summary Chart
E)	 Chart
A

A, C

30
Q
22) In a recruitment application, a dashboard component needs to be built that will display total number of positions. Which dashboard component can be used to implement this feature?
A)	 Chart
B)	 Metric
C)	 Gauge
D)	 Table
E)	 Visualforce Page
A

D

31
Q
27) In a custom recruiting application, custom objects are used to track Positions and Job Posting sites (e.g., Monster.com or Hotlobs.com). Each position is typically posted to many job posting sites. Which additional object is required to relate Positions and Job Posting sites so that a user can report on the number of Positions associated with a given Job Posting site ?
A)	 Lookup Objects
B)	 Parent Object
C)	 Junction Object
D)	 standard object
A

C

32
Q
31) Which Site.com license should be assigned to a user who has the Designer role on one site and the Contributor role on another site?
A)	 Designer
B)	 Publisher
C)	 Contributor
D)	 Web Developer
A

B

33
Q

For what two things is the tab search layout responsible?
Select all that apply:
A. The fields that are available in each custom object.
B. The default fields that appear in related lists on other object detail pages.
C. The fields returned in global search.
D. The fields that appear in the list on the tab home page.

A

B, D