Pregunta 1
Pregunta
What are the limits for Visualforce pages?
Respuesta
-
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
Pregunta 2
Pregunta
What are Visualforce Controllers?
Pregunta 3
Pregunta
What attributes are required for the component?
Pregunta 4
Pregunta
What attribute of the component can be used to hide the related lists
Pregunta 5
Pregunta
What attribute of the component can be used to hide the sidebar?
Pregunta 6
Pregunta
What are static resources?
Pregunta 7
Pregunta
Where can you access and create new static resources?
Respuesta
-
In the Setup menu, under Develop, Static Resources
-
In the Setup menu, Static Resources
Pregunta 8
Pregunta
What does development mode enable? (Select all that apply)
Respuesta
-
Inline editor
-
File check In and out
-
Page creation
-
Development sandbox
Pregunta 9
Pregunta
What type of content can be include in Visualforce pages? (Select all that apply.)
Respuesta
-
Text
-
HTML
-
JavaScript
-
Flash
Pregunta 10
Pregunta
Which of the following best defines controllers?
Respuesta
-
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
Pregunta 11
Pregunta
Script tags allow you to create JavaScript (or other types of) functions that can be used with in
your pages.
Pregunta 12
Pregunta
You can only use Style tags to change the look and feel of a page.
Pregunta 13
Pregunta
You can use the component to deploy a flow within a Visualforce page
Pregunta 14
Pregunta
What is Connect Offline?
Respuesta
-
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
Pregunta 15
Pregunta
Which are the types of Assignment Rules?
Respuesta
-
Lead Assignment Rules
-
Case Assignment Rules
-
Account Assignment Rules
Pregunta 16
Pregunta
Which are the types of auto-response rules?
Respuesta
-
Lead auto-response rule
-
Case auto-response rule
Pregunta 17
Pregunta
Which Assignment Rule is available only if territory management is enabled?
Respuesta
-
Contact Assignment Rule
-
Account Assignment Rule
Pregunta 18
Pregunta
Which are the types of teams?
Respuesta
-
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.
Pregunta 19
Pregunta
Which are the desktop clients that integrate Salesforce with your PC?
Respuesta
-
Connect for Outlook
-
Connect for Lotus Notes
-
Connect for Office
-
Connect Offline
Pregunta 20
Pregunta
Which are the ways to mass delete records?
Pregunta 21
Pregunta
Which are the Standard profiles?
Respuesta
-
System Administrator
-
Contact Manager
-
Solution Manager
-
Sale User
-
Standard User
-
Read Only
-
Marketing User
-
Contract Manager
Pregunta 22
Pregunta
Out of the custom field types which is not available during data loading using Apex Data Loader?
Pregunta 23
Pregunta
Which operations are available in roll-up summary field?
Pregunta 24
Pregunta
Which field type is not available while creating a new custom field in a newly created custom
object?
Respuesta
-
roll-up summary field
-
master-detail field
Pregunta 25
Pregunta
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.
Pregunta 26
Pregunta
When would creation of master-detail relationship fail?
Respuesta
-
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.
Pregunta 27
Pregunta
Up to how many custom fields in a standard or custom object can be marked as external id field?
Pregunta 28
Pregunta
A standard field can be marked as external id field.
Pregunta 29
Pregunta
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.
Pregunta 30
Pregunta
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.
Pregunta 31
Pregunta
Which are the standard fields of a custom object?
Respuesta
-
Name
-
Owner
-
Created By
-
Last Modified By
Pregunta 32
Pregunta
Which of the standard fields of a custom object can be modified/specified during data load using
Apex Data Loader?
Pregunta 33
Pregunta
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
Pregunta 34
Pregunta
While adding a contact role to an Account which of these contacts a counter available?
Pregunta 35
Pregunta
What values are available for Field-level security?
Pregunta 36
Pregunta
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?
Pregunta 37
Pregunta
Which of these standard fields can be tracked through Field HistoryTracking?
Respuesta
-
Name
-
Owner
-
Created By
-
Last Modified By
Pregunta 38
Pregunta
Which are the types of activities?
Respuesta
-
tasks
-
calendar events
-
requested meetings
-
Approvals process
Pregunta 39
Pregunta
Which are the places where activities can be viewed?
Pregunta 40
Pregunta
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.
Pregunta 41
Pregunta
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.
Pregunta 42
Pregunta
Standard picklist fields can be either controlling fields or dependent fields.
Pregunta 43
Pregunta
Custom picklist fields can be either controlling or dependent fields.
Pregunta 44
Pregunta
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.
Pregunta 45
Pregunta
Record types can be used to determine
Pregunta 46
Pregunta
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
Pregunta 47
Pregunta
Which of these can edit a record during an approval process?
Respuesta
-
Only Administrator
-
Only Current approver
-
Both of above
Pregunta 48
Pregunta
Submitters can always recall approval requests.
Pregunta 49
Pregunta
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
Pregunta 50
Pregunta
Initial Submission Actions, Final Approval Actions, Final Rejection Actions, Recall
Actions, Approval Actions and Rejection Actions for each step in the approval process.
Pregunta 51
Pregunta
If an approver rejects an approval request, then the final rejection actions are always executed.
Pregunta 52
Pregunta
New approval steps can be added to an active approval process only if it is deactivated.
Pregunta 53
Pregunta
Records can enter an approval process based on
Pregunta 54
Pregunta
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.
Respuesta
-
Only A is valid
-
Only B is valid
-
Both A and B are valid
Pregunta 55
Pregunta
Specifying entry criteria is compulsory for
Pregunta 56
Pregunta
If the record submitted does not meet the entry criteria of any active approval process, then the
record gets rejected
Pregunta 57
Pregunta
Rollup summary can be created for
Pregunta 58
Pregunta
To enforce data consistency using validation rule, which function should be used?
Respuesta
-
VLOOKUP
-
Approvals process
Pregunta 59
Pregunta
To enforce data format using validation rule, function used REGEX
Pregunta 60
Pregunta
Validation rule trigger assignment rule auto-response rule workflow rule Escalation rule