Questão 1
Questão
What are the limits for Visualforce pages?
Responda
-
Up to 10 Mb of content, can display up to 50Mb of data
-
Up to 1Mb of content, can display up to 15Mb of data
Questão 2
Questão
What are Visualforce Controllers?
Questão 3
Questão
What attributes are required for the component?
Questão 4
Questão
What attribute of the component can be used to hide the related lists
Questão 5
Questão
What attribute of the component can be used to hide the sidebar?
Questão 6
Questão
What are static resources?
Questão 7
Questão
Where can you access and create new static resources?
Responda
-
In the Setup menu, under Develop, Static Resources
-
In the Setup menu, Static Resources
Questão 8
Questão
What does development mode enable? (Select all that apply)
Responda
-
Inline editor
-
File check In and out
-
Page creation
-
Development sandbox
Questão 9
Questão
What type of content can be include in Visualforce pages? (Select all that apply.)
Responda
-
Text
-
HTML
-
JavaScript
-
Flash
Questão 10
Questão
Which of the following best defines controllers?
Responda
-
A set of instructions specifying what happens when a user interacts with the components
specified in the page. Available for all standard and custom objects.
-
These contain the code for displaying a custom user Interface, and are a combination of
standard Web technologies such as HTML JavaScript (including AJAX), and Flex
-
These are either standard or custom UI const
Questão 11
Questão
Script tags allow you to create JavaScript (or other types of) functions that can be used with in
your pages.
Questão 12
Questão
You can only use Style tags to change the look and feel of a page.
Questão 13
Questão
You can use the component to deploy a flow within a Visualforce page
Questão 14
Questão
What is Connect Offline?
Responda
-
Connect Offline is a client application that lets you access a subset of Salesforce records
using the same browser-based interface as the online system but without an Internet connection.
-
Connect Offline is a component that lets you connect with other objects without internet
Questão 15
Questão
Which are the types of Assignment Rules?
Responda
-
Lead Assignment Rules
-
Case Assignment Rules
-
Account Assignment Rules
Questão 16
Questão
Which are the types of auto-response rules?
Responda
-
Lead auto-response rule
-
Case auto-response rule
Questão 17
Questão
Which Assignment Rule is available only if territory management is enabled?
Responda
-
Contact Assignment Rule
-
Account Assignment Rule
Questão 18
Questão
Which are the types of teams?
Responda
-
Sales Teams to work on Opportunities
-
Case Teams to work on Cases
-
Account Teamsto work on Accounts. Sales Team is now called as Opportunity Team.
Questão 19
Questão
Which are the desktop clients that integrate Salesforce with your PC?
Responda
-
Connect for Outlook
-
Connect for Lotus Notes
-
Connect for Office
-
Connect Offline
Questão 20
Questão
Which are the ways to mass delete records?
Questão 21
Questão
Which are the Standard profiles?
Responda
-
System Administrator
-
Contact Manager
-
Solution Manager
-
Sale User
-
Standard User
-
Read Only
-
Marketing User
-
Contract Manager
Questão 22
Questão
Out of the custom field types which is not available during data loading using Apex Data Loader?
Questão 23
Questão
Which operations are available in roll-up summary field?
Questão 24
Questão
Which field type is not available while creating a new custom field in a newly created custom
object?
Responda
-
roll-up summary field
-
master-detail field
Questão 25
Questão
The differences between lookup relationship and master-detail relationship: In master-detail relationship if parent record is deleted, then all the associated child
records get deleted. In lookup relationship if parent record is deleted, then all the associated child
records are not deleted. In master-detail relationship each child record must compulsorily have a
parent record. In lookup relationship child records can exist without having parent record. Roll-up
summary field is available for master-detail relationship only.
Questão 26
Questão
When would creation of master-detail relationship fail?
Responda
-
detail relationships. A standard object can be a child object only in a lookup relationship,
not in a master-detail relationship.
-
detail relationships. A custom object can be a child object only in a lookup relationship,
not in a master-detail relationship.
Questão 27
Questão
Up to how many custom fields in a standard or custom object can be marked as external id field?
Questão 28
Questão
A standard field can be marked as external id field.
Questão 29
Questão
the difference between Export and Export All in Apex Data Loader: Deleted records are stored in Sales force for 45 days. In 'Export All' the deleted records
also get exported. In ‘Export’ the deleted records do not get exported.
Questão 30
Questão
If no record name is provided in the csv file while inserting a new record into Salesforce, then the record id value is put into the recordname field of this new record.
Questão 31
Questão
Which are the standard fields of a custom object?
Responda
-
Name
-
Owner
-
Created By
-
Last Modified By
Questão 32
Questão
Which of the standard fields of a custom object can be modified/specified during data load using
Apex Data Loader?
Questão 33
Questão
The order of evaluation for record viewing is: At profile level Read All or Modify All, Owner of record, Organization Wide Default, Role hierarchy, Sharing rules
Questão 34
Questão
While adding a contact role to an Account which of these contacts a counter available?
Questão 35
Questão
What values are available for Field-level security?
Questão 36
Questão
If a field is marked as 'Visible' in 'Field-level security' and 'Read-Only' on the page layout, then how
would the field be available to the end user as Visible (i.e. editable) or Read-Only?
Questão 37
Questão
Which of these standard fields can be tracked through Field HistoryTracking?
Responda
-
Name
-
Owner
-
Created By
-
Last Modified By
Questão 38
Questão
Which are the types of activities?
Responda
-
tasks
-
calendar events
-
requested meetings
-
Approvals process
Questão 39
Questão
Which are the places where activities can be viewed?
Questão 40
Questão
To remove field which is 'Always on Layout' on the page layout, go to each profile and in
'Field level security section' uncheck 'Visible' checkbox.
Questão 41
Questão
To remove field which is 'Always on Layout' and 'Required' on the page layout, first make
it not compulsorily value required by properties -> uncheck 'Required' on page layout itself (click
on the wrench symbol next to the field on the page layout), then go to each profile and in 'Field
level security section' uncheck 'Visible' checkbox.
Questão 42
Questão
Standard picklist fields can be either controlling fields or dependent fields.
Questão 43
Questão
Custom picklist fields can be either controlling or dependent fields.
Questão 44
Questão
A field marked as 'Required' on an object (while creating the field itself on the object by checking
the checkbox for ‘Required – Always require a value in this field in order to save a record’) can be
overridden to make this field 'Read-Only' by checking the ‘Read-Only’ checkbox on the page
layout.
Questão 45
Questão
Record types can be used to determine
Questão 46
Questão
A quote is a record showing proposed prices for products and services. You create a
quote from an opportunity and its products. Each opportunity can have multiple associated quotes,
and any one of them can be synced with the opportunity. When a quote and an opportunity are
synced, any change to line items in the quote will sync with products on the opportunity, and vice
versa. When your quote is complete, you can generate a PDF and email it to your customer
Questão 47
Questão
Which of these can edit a record during an approval process?
Responda
-
Only Administrator
-
Only Current approver
-
Both of above
Questão 48
Questão
Submitters can always recall approval requests.
Questão 49
Questão
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
Questão 50
Questão
Initial Submission Actions, Final Approval Actions, Final Rejection Actions, Recall
Actions, Approval Actions and Rejection Actions for each step in the approval process.
Questão 51
Questão
If an approver rejects an approval request, then the final rejection actions are always executed.
Questão 52
Questão
New approval steps can be added to an active approval process only if it is deactivated.
Questão 53
Questão
Records can enter an approval process based on
Questão 54
Questão
A workflow rule is triggered based on
A) Based on criteria
B) If 'All records enter this workflow rule' checkbox is checked, then all records created of that
object would cause the workflow rule to be triggered.
Responda
-
Only A is valid
-
Only B is valid
-
Both A and B are valid
Questão 55
Questão
Specifying entry criteria is compulsory for
Questão 56
Questão
If the record submitted does not meet the entry criteria of any active approval process, then the
record gets rejected
Questão 57
Questão
Rollup summary can be created for
Questão 58
Questão
To enforce data consistency using validation rule, which function should be used?
Responda
-
VLOOKUP
-
Approvals process
Questão 59
Questão
To enforce data format using validation rule, function used REGEX
Questão 60
Questão
Validation rule trigger assignment rule auto-response rule workflow rule Escalation rule