anusha(salesforce developer)

Wednesday 22 June 2016

SFDC Dev 401

SFDC Dev 401

[301]How can developer enable “Tags” for reports and search to end users? Select 2
A. Enable Tags in Page layout
B. Enable Tag permissions in profile
C. Enable Tag permissions for public groups
D. Not possible
Ans:AC
[302] Which can be done using page layout? Select 2
A. Required
B. Read Only
C. Visible
D. View All
Ans:AB
[303] In master-detail when master record is deleted, what happens to child records?
A. All child records are deleted
B. Sub set of child records are deleted
C. No child record is deleted
Ans:A
[304]Which statement is true for Junction Objects?
A. Standard Object with a Master-Detail Relationship
B. Custom Object with a Master-Detail Relationship
C. Standard Object two Master-Detail Relationship
D. Custom Object with two Master-Detail Relationship
Ans:D
[305] Developer should give attention for which issues while developing Multi-Currency fields
in application? Select 2
A. Admin should be able to add new currency support in future.
B. ISO Currency Field should be added.
C. Roll Up Summary should work properly for detail object with different currencies
D. None
Ans:AB
[306] Hierarchical relationship is type of relationship is a special lookup relationship available
only for the user object. It allows users to use a lookup field to associate one user with another
that does not directly or indirectly refer to itself. For example, you can create a custom
hierarchical relationship field to store each user’s direct manager. Is this true or false?
A. TRUE
B. False
Ans:A
[307] Sharing Rules are used for restricting access? True or False
A. False
B. True
Ans:A
[308] Which of following is true for cross-object formula?
A. Created on Parent and child both
B. Created on Parent only
C. Created on child only
D. None
Ans:C
[309] Choose correct order of loading data in sales force for Users, Accounts, and Contacts?
A. Accounts, Contacts, Users
B. Users, Accounts, Contacts
C. Users, Contacts, Accounts
D. Order does not matter
Ans:B
[310] A has lookup to B which has lookup to C. How can we create report with fields from A, B,
C?
A. Create custom report type.
B. Use Standard Report type.
C. Not possible
Ans:A
[311]Which of following is true for Field Level Security? Select 2
A. Can be set from profile
B. Web Services API enforce them.
C. None
D. Can be set on object definition.
Ans:AB
[312] Custom Object automatically have some standard fields.
A. True
B. False
Ans:A
[313] Custom Tabs have properties such as: Select all that apply
A. Custom Fields
B. Relation to other objects
C. Page Layout
D. User Tabs
E. Audio Visual capabilities
F. They do not have properties
Ans:F
[314] Standard picklist cannot be a dependent picklist. Choose the correct answer
A. It can be in some cases
B. It depends on the version of salesforce.com you are using
C. This is correct ,Standard picklist can only be controlling picklist
D. This is incorrect,Standardpicklist can be a controlling as well as dependent
Ans:C
[315] Required and Unique field option works on custom fields only..True or false
A. True
B. False
Ans:A
[316] Encrypted fields allow for masking of data for all users except those with
_____permissions.
A. Read all Data
B. View all Data
C. Modify all Data
D. Administrator Permissions
Ans:D
[317]The force.com platform supports the following relationship types. Select all which apply
A. Self
B. Lookup
C. Master-Detail
D. Many to Many
E. Many to all
F. One to one
Ans:ABCD
[318] Custom Objects can be owned by queues: True or False
Ans: True
[319] Field History Tracking allow users to choose upto ______ fields per object. Select the
correct answer
A. 5
B. 10
C. 20
D. 40
Ans:C
[320] Parallel Approval Processes allow a record to be sent for approval up to___diff users
simultaneously.
A. 5
B. 10
C. 25
D. 100
Ans: C
[321] Workflow rules are automated processes that trigger criteria based on your business
requirement.
A. True
B. False
Ans:A
[322] Cross object formulas can reference fields on parent or grand parent object up to how
many levels
A. 2
B. 5
C. 8
D. 10
Ans:B
[323] Can Dashboard components be retrieved from recycle bin on deletion.
A. Yes
B. No
Ans:B
[324] What can’t be done with the profiles.
A. Control the tab access
B. Set the CRUD permissions
C. Give access to record by modifying the record types
D. Control password settings
Ans:D
[325] Which functionality is not present on the custom object
A. Validation rules
B. Assignment Rules
C. Workflows
D. Record Types
Ans:B
[326] Which of the following can be done by the page layout editor
A. Make a field mandatory
B. Make a field Read only
C. Both
D. None
Ans:C
[327] Which of the following is not allowed?
A. Master(custom object) & detail(standard abject)
B. Master(custom object) & detail(custom object)
C. Lookup between(standard object) & (standard object)
D. Lookup between(standard object) &(custom object)
Ans:A
[328] How the formula will look like if u want to calculate the date/time difference between
created date.
A. Today()-datevaluea(createddate)
B. Createddate-now()
C. Now()-createddate
D. Datevalue(createddate)-today()j
Ans:C
[329] For a contact object,all users should be able to see all the fields except user Y who should
not be able to see mobile no. field.This functionality can be achieved by
A. OWD
B. Profile
C. Field level security
D. Page Layout
E. Roles
Ans:C
[330] Which of the following represents controller in MVC model?
A. Tabs
B. Pagelayout
C. Custom fields
D. Visualforce pages
E. Apex classes
Ans:E
[331] which is not the return type of a formula field?
A. Currency
B. Radio button
C. Text
D. Percent
Ans:B
[332] Which one of the following can’t be dependent picklist?
A. Checkbox
B. Multi-select picklist
C. Custom picklist
D. None
Ans:A
[333] Can Data Loader be run from command line?
A. Yes
B. No
Ans:A
[334] Which of the following can’t be done using workflows?
A. Task
B. Email
C. Event
D. Outbound message
Ans:C
[335] Which of the following is not a correct statement?
A. Tags can be enabled by enabling tags permission for the org
B. Tags can be enabled by enabling tags permission for profiles
C. Tags can be added on the records
D. Tags can be accessed from the sidebar component
Ans: B
[336] Encrypted fields are editable regardless of whether the user has the “View Encrypted Data”
permission.
A. True
B. False
Ans:A
[337]Which of the following can’t be translated via “Translation Workbench “
A. Custom report Type
B. Standard field help
C. Validation error message
D. Report name
Ans: D
[338] Which functionality can’t be achieved by final rejection action in an approval process?
A. Change the status of the field to “rejected”
B. Send an email notification
C. Unlock the record
D. Delete the record
Ans: D
[339] What happens when two records have same external id during an upsert operation?
A. Both records are updated
B. First record gets updated; error is thrown for second
C. First record gets updated; second record gets created
D. ERROR
Ans: D
[340] When u delete an analytical snapshot, the source report & the target object are also deleted
A. True
B. False
Ans: B
[341] Which feature is used to report on historical data?
A. Reports
B. Dashboards
C. Analytical snapshot
D. Mobile lite
E. Entitlements
Ans: C
[342] Folders are used in saleforce.com to store
A. Reports, dashboards, documents, email templates
B. Report, dashboards, documents
C. Dashboards, documents, email templates
D. Reports, dashboards
Ans: A
[343] How many dynamic dashboards are allowed for an org
A. 3
B. 5
C. 7
D. 10
Ans: A
[344] what happens to the secondary relationship when the primary relationship is deleted in the
junction object
A. Secondary relationship becomes primary automatically
B. Secondary relationship is made primary manually
C. Nothing happens
D. You cant delete the primary relationship
Ans: A
[345] Do the access granted to reports by the folders roll up via the role hierarchy?
A. Yes
B. No
Ans: B
[346] A corresponding list view is also automatically created, when a queue is created in the
salesforce.com
A. True
B. False
Ans: A
[347] Standard objects cannot be on the detail side of a custom object in a master-detail
relationship. Is this true or false?
A. TRUE
B. False
Ans: A
[348] A user has read only access to the account, will he be able to attach the file in the
attachment related list on a record
A. Yes
B. No
C. Yes, if the file is less than 5MB
D. Yes, if the file is more than 5MB
Ans: B
(349)Which of the following is not true regarding custom summary formula fields?
A. Summary formula can reference another summary formula
B. When fields are deleted, they are also deleted from the summary formulas that reference
them
C. One can have 5 custom summary formulas on a report
D. The summary types sum, largest value, smallest value, & average are not included for use
with the record count field
Ans: A
[350] For dynamic dashboards, running user can be set as the logged in user?
A. True
B. False
Ans: A

No comments:

Post a Comment