SFDC mcq1
SFDC mcq1
(select 3)
a)Auto-number b)External Id field c)Relationships Fields d)Owner
Field
8. To login into salesforce from external tool (like data loader ) what
authentication
information is needed?
a)MetadataServersURL, Username, password
b) Username , Password
c)Connection , Security Token
d)Username , MetadataURL
18) which of the following statement about Text field are True?
A) Maximum length is 255 characters. It shows the data is multiple
line. We cannot make the Texttype field as external id.
B) Maximum length is 255 characters. It shows the data is Single line.
We can make the Text typefield as external id.
C) Maximum length is 255 characters. It shows the data is multiple
line. We can make the Text typefield as external id.
D) Maximum length is 256 characters. It shows the data is single line.
We can make the Text typefield as external id.
19. Which of the following statement is not true about custom tab?
Choose 2 options.
a) Custom tab is always associated with an object
b) You can define your own icon & color for the tab style.besides the
one that comes with salesforce
c) You can add your own splash screen for a custom tab
d) Custom tab are visible to the user
20. View all and Modify All permissions will NOT open up access to all
objects records,regardless ofrecord-level access settings.
a) TRUE b)FALSE
25. A formula that spans two related objects and reference fields on
those objects is called
as
a) Sample Formula
b) Single Object Formula
c) Multiple Object Formula
d)Cross-Object Formula
26. Which item most closely relate to the view layer of the model
view controller Paradigm?
Choose most two appropriate options.
a) Page Layout
b) Validation Rules
c) Custom tab
d) Custom field
27. Which field we cannot create in child object if it has data?
a) Number Field
b) Formula Field
c)Master-Detail Field
d)Lookup Field
28. If User “A” has Read, Create, Edit access on object “A” and user
“B” doesn’t have access onObject “X”. There is a Role Hierarchy in
which user “A” reports to User “B” .What will happen to therecords
of the object “X” for User “B”.
a) User “B” will get Read Write access on records of object “X”.
b) User “B” cannot access the records of object “X”.
c) User “B” will get Read-Only access on records of object “X”.
d) User “B” will get Full access on records of object “X”.
29. How many criteria based sharing rules we can create per one
object?
a) 30 b)40 c)50 d)100
30. In a data model for a shopping application, the Order and the
OrderDetail objects has Master-Detail relationship. Client want to
count the OrderDetails for every order.What type of field you
wouldrecommend?
a) Roll-up Summary field
b) Simple Formula field
c)Cross-object Formula field
d)Single Object Formula field
35. A custom object tab is created with tab settings as “Default On”
for System
administrator profile.But the tab is not included any of the
applications.Which of the followingstatement is true for a
Administrator?Choose most appropriate option.
a) The tab is directly visible to the administrator in every application
as it default and no need to
explicitly include it to any application
b) The tab will only visible to administrator in “All Tabs” unless it is
included to applications
c) A tab cannot be created without including it to any of the
applications
d) A tab cannot be set to default on if it is not included to any of the
applications
36. Currently Salesforce Support how many different types of UI?
A)2 B)3 C)4 D)5
47. Admin wants to show the total number of days since the case is
opened to end users.Which typeof field admin should use?
a) Roll-up Summary
b)Text
c) Formula
d)Number
49. Identify the correct validation rule which validates that the
Registration_Date c data field
contains a data within the current year.
a) YEAR( Registration_Date c)<>TODAY()
b) YEAR( Registration_Date c)<> YEAR (TODAY() )
c) Registration_Date c<> YEAR(TODAY() )
d) Registration_Date c<>TODAY()
58. What type of custom fields can be used as External ID? Choose 3
options
a) Text Field which is Unique.
b) Text Field which is required.
c) Text Field which is Encrypted.
d)Date
e) Email
59. Identify the valid statement about Page Layout. Choose 3 options.
a) They can have 1 or 2 or 3 column sections only
b) You can add a custom detail , list button.
c) You can hide a section header Detail view or Edit view or Both
views.
d) We can add blank spaces instead of fields.
e) Preview the layout for different profiles.
60. How does salesforce enforces data access using rule hierarchy?
Choose most appropriate
options.
a) Users are given access to the records owned by the users who are
below the role hierarchy.
b) Users are given access to the records owned by the users who
shares the same role on the role
hierarchy.
c) Users are given access to the records accessible by the users who
are below the role hierarchy.
d) Users are given access to the records accessible by the users who
are above the role hierarchy.
61. An admin created two roles as regional head and regional
manager. Regional managers
reports to Regional Head in role hierarchy. Regional manager created
records of a custom
object Regional_Sales c Regional Head not able to see these
records.What could be the
reason?
a) Regional_Sales c OWD is Private .
b) Grant Access Using Hierarchies check box is not checked for
Regional_Sales c.
c) Regional_Sales c OWD is Public Read Only.
d) Regional Manager and Regional Head users are not in same profile.
62. What settings can you specify on a profile. Select 2 options
a) Revoke sharing permissions
b) Enable record types
c) Enable create read, create, edit, and delete on objects
d) Specify language
71. A user’s profile does not have any permissions to view a custom
object.However theorganization wide defaults for the custom objects
are set to Public Read/Write. Users with
this profile will still be able to access the custom object?
a) True b)False
77. What is the default OWD value for a newly created object?
a)Private
b)Public Read Only
c)Controlled By Parent
d)Public Read/Write
78. Which salesforce edition allows to create unlimited custom apps?
Ans:- D. Unlimited Edition
83. Which of the following is a valid access level a sharing rule can
provide on the shared
records?
Ans:- A. Read-Only
90. How many master relationships can be there per detail object.
Ans:- 2
94. Which of the following return types are not available in formula
fields?
Ans:- -Except check box, Currency,Date ,Date and Time, Number,
Percent,Text,time
99. Identify the correct validation rule which validates that the
registeration_date c date field contains a date within the current
year.
Ans:- b