Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 22 pages
Exam (elaborations)

SALESFORCE ADMIN CERTIFICATION ACTUAL EXAM QUESTIONS AND CORRECT ANSWERS 2025/2026 LATEST GUIDE.

Document preview thumbnail
Preview 3 out of 22 pages

How many custom fields can be created on an object? CORRECT ANSWER Up to 800 custom fields per object for unlimited Edition. 2. Master-Detail Relationships CORRECT ANSWER .Child records must have a parent .Record level security cascades from the parent to the child records .Record deletion cascades from the parent to the child records (delete the parent, the child is also deleted) .Roll-up summary fields can be created on the parent record .Standard objects cannot be the detail object in the relationship 3. Look-up relationships CORRECT ANSWER .A parent isn't needed, meaning the relationship is op- tional .There is no impact to security.Security will be set independent of any related object .Roll-up summary fields can not be created on lookup fields 4. What is the roll-up summary fields limit? CORRECT ANSWER Can display the sum, min, or max value of a field in a related list, or the record count of all records listed in a related list. 10 5. Visualforce expression CORRECT ANSWER is any set of literal values, variables, sub-expressions, or operators that can be resolved to a single value. Method calls aren't allowed in expressions. The expression syntax in Visualforce is CORRECT ANSWER {! expression } 6. Coarse-grained components CORRECT ANSWER Coarse-grained components provide a significant amount of functionality in a single component, and might add a lot ofinformation and user interface to the page it's used on. These components adds many fields, sections, buttons, and other user interface elements to the page in just one line of markup 7. Fine-grained components CORRECT ANSWER Fine-grained components provide more focused functionality, and enable you to design the page to look and behave the way you want. 8. output components CORRECT ANSWER components that output data from a record and enable you to design a view-only user interface. 9. Sandbox storage limits CORRECT ANSWER .Partial Copy sandboxes have a 5 GB of files and a 5 GB of data storage limit. .Developer Pro sandboxes have a 1 GB of files and a 1 GB of data storage limit. .Developer sandboxes have a 200 MB of files and a 200 MB of data storage limit. 3 / 22 .Full sandboxes have the same storage limit as your production organization. 10. Standard List Controller CORRECT ANSWER The standard list controller allows you to create Visualforce pages that can display or act on a set of records. Adding the standard list controller to a page is very similar to adding the standard (record) controller, but with the intent of working with many records at once, instead of one record at a time. The standard (record) controller makes it easy to get a single record loaded into a variable you can use on a Visualforce page.The standard list controller is similar, except instead of a single record, it loads a list, or collection, of records into the variable. 11. How do you emulate salesforce1 from your desktop browser? CORRECT ANSWER Add " one/" after your salesforce instance name in the URL. 12. Limitations of dynamic dashboards by Edition CORRECT ANSWER Enterprise edition can have up to 5, Unlimited and Performance Edition can have up to 10 and Developer Edition up to 3. 13. What is a controller? CORRECT ANSWER Controllerstypically retrieve the data to be displayed in a Visualforce page, and contain code that executesin response to page actions,such as a button being clicked. The primary purpose of most controllers is to retrieve data for display, or handle updates to data. 14. Describe the action types CORRECT ANSWER

Content preview

SALESFORCE ADMIN
CERTIFICATION ACTUAL EXAM
QUESTIONS AND CORRECT
ANSWERS 2025/2026 LATEST
GUIDE.






,1. How many custom fields can be created on an object? CORRECT ANSWER Up to 800 custom fields per
object for unlimited Edition.
2. Master-Detail Relationships CORRECT ANSWER .Child records must have a parent
.Record level security cascades from the parent to the child records
.Record deletion cascades from the parent to the child records (delete the parent, the child is also deleted)
.Roll-up summary fields can be created on the parent record
.Standard objects cannot be the detail object in the relationship
3. Look-up relationships CORRECT ANSWER .A parent isn't needed, meaning the relationship is op- tional
.There is no impact to security. Security will be set independent of any related object
.Roll-up summary fields can not be created on lookup fields
4. What is the roll-up summary fields limit? CORRECT ANSWER Can display the sum, min, or max value of a
field in a related list, or the record count of all records listed in a related list.


10
5. Visualforce expression CORRECT ANSWER is any set of literal values, variables, sub-expressions, or operators
that can be resolved to a single value. Method calls aren't allowed in expressions.


The expression syntax in Visualforce is CORRECT ANSWER {! expression }
6. Coarse-grained components CORRECT ANSWER Coarse-grained components provide a significant amount of
functionality in a single component, and might add a lot of information and user interface to the page it's used on.


These components adds many fields, sections, buttons, and other user interface elements to the page in just one line of
markup
7. Fine-grained components CORRECT ANSWER Fine-grained components provide more focused
functionality, and enable you to design the page to look and behave the way you want.
8. output components CORRECT ANSWER components that output data from a record and enable you to design a
view-only user interface.
9. Sandbox storage limits CORRECT ANSWER .Partial Copy sandboxes have a 5 GB of files and a 5 GB of data
storage limit.


.Developer Pro sandboxes have a 1 GB of files and a 1 GB of data storage limit.


.Developer sandboxes have a 200 MB of files and a 200 MB of data storage limit.






, .Full sandboxes have the same storage limit as your production organization.
10. Standard List Controller CORRECT ANSWER The standard list controller allows you to create
Visualforce pages that can display or act on a set of records.


Adding the standard list controller to a page is very similar to adding the standard (record) controller, but with the intent
of working with many records at once, instead of one record at a time.


The standard (record) controller makes it easy to get a single record loaded into a variable you can use on a Visualforce
page. The standard list controller is similar, except instead of a single record, it loads a list, or collection, of records into t
variable.
11. How do you emulate salesforce1 from your desktop browser? CORRECT ANSWER Add "
one/one.app" after your salesforce instance name in the URL.
12. Limitations of dynamic dashboards by Edition CORRECT ANSWER Enterprise edition can have up to 5
Unlimited and Performance Edition can have up to 10 and Developer Edition up to 3.
13. What is a controller? CORRECT ANSWER Controllers typically retrieve the data to be displayed in a Visualforce
page, and contain code that executes in response to page actions, such as a button being clicked.


The primary purpose of most controllers is to retrieve data for display, or handle updates to data.
14. Describe the action types CORRECT ANSWER .Quick actions (New Account, New Event, New Task)
.productivity action (Call)
.standard buttons (Edit, Delete, Clone, Send an Email)
.Chatter actions (Poll, Post)
15. Apex triggers CORRECT ANSWER Apex triggers enable you to perform custom actions before or after
events to records in Salesforce, such as insertions, updates, or deletions.


Use triggers to perform tasks that can't be done by using the point-and-click tools (declarative) in the Salesforce user
interface.


There are two types of triggers.


.Before triggers are used to update or validate record values before they're saved to the database.

Document information

Uploaded on
March 11, 2025
Number of pages
22
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$9.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
tutor23
1.3
(3)
Sold
14
Followers
4
Items
71
Last sold
1 year ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions