Home/Practice Test/Salesforce/Salesforce Platform Sharing and Visibility Architect Free Practice Test | 2026

Salesforce Platform Sharing and Visibility Architect Free Practice Test | 2026

Use the free practice test to solve access-design decisions and review secure, scalable record visibility across Salesforce.

Real Exam Style
Questions
Detailed
Explanations
All Domains
Covered
Timed
Practice
4.8919 learner reviews across Microsoft, AWS, and CompTIA tracksVerified purchases
Jump Straight to the Salesforce Platform Sharing and Visibility Architect Free Questions (No Sign-Up or Credit Card required)
Why choose us
1
Expert Explanations + Sources Master every concept with clarity.
2
2026-Fresh Questions Always current, never outdated.
3
Real Exam Simulation Practice like you'll test.
4
90-Day Free Updates Stay ahead of changes.
5
Start in 60 Seconds No waiting, instant access.

Salesforce Certified Platform Sharing and Visibility Architect at a glance

Salesforce Certified Platform Sharing and Visibility Architect · Intermediate level

CertificationSalesforce Certified Platform Sharing and Visibility Architect
LevelIntermediate
Number of questions60 multiple-choice questions and up to 5 unscored questions
Duration120 minutes
Passing score58%
Question formatsMultiple-choice
DeliveryProctored exam delivered onsite at a testing center or in an online environment
Exam costUS$400 or JPY 60,000, plus applicable taxes
LanguagesEnglish, Japanese
Certification validityAnnual Architect maintenance is required; the certification expires if required maintenance is not completed by the applicable deadline
Retake policyWithin each release cycle, wait 24 hours after the first failed attempt and 14 days after the second failed attempt. After a third failed attempt, wait until the next release cycle. Attempts reset at the beginning of the next release cycle. The retake fee is US$200.
PrerequisitesNone

The certification is designed for architects, analysts, and administrators who design secure, scalable security models on the Salesforce Platform. Salesforce describes candidates as having 2–3 years of Salesforce experience and 4–5 years of experience implementing complex security models in Salesforce, with an understanding of security methods and data policies for handling sensitive data.

Skills measured and their weighting

Skill areaWeight
Permissions to Standard Objects, Custom Objects, and Fields27%
Access to Records39%
Access to Other Data16%
Implications of Security Model Choice18%

Source: trailheadacademy.salesforce.com — official Salesforce Certified Platform Sharing and Visibility Architect exam page. The official exam guide states that exam questions align to the Winter ’26 release. Figures were checked against Salesforce’s official certification documentation. Confirm current details there before booking.

Sit the whole exam before you sit the whole exam

The full bank covers every domain, with timed mode and per-domain scoring.

Premium
Timed mode Per-domain score tracking Unlimited free updates PDF + Practice Test
Get the full bank 30-day money back

SALESFORCE-PLATFORM-SHARING-AND-VISIBILITY-ARCHITECT Practice Questions By Domains

4 domains covered

2. Permissions to Standard Objects, Custom Objects, and Fields

3 free questions available

Start Practice

4. Implications of Security Model Choice

1 free question available

Start Practice
Premium 30 of 78 free

Practice the full exam, not a sample

Unlock the full bank and practise every domain end to end.

Unlock all 78 questions

Salesforce Platform Sharing and Visibility Architect Practice

Preparing for the Salesforce Certified Platform Sharing and Visibility Architect credential means learning how to give every user the access they need without exposing data they should not see. This student-friendly guide explains the current topic areas, important security concepts, and a practical way to use a Salesforce Platform Sharing and Visibility Architect practice test. You can also Build your exam confidence with focused practice while organizing your wider certification study plan.

Is the Platform Sharing and Visibility Architect Credential Still Active?

Yes. As of August 24, 2026, Salesforce lists Platform Sharing and Visibility Architect as an active architect certification in its current certification catalog. It is not included among the credentials Salesforce has announced for retirement on February 1, 2027.

Students should still check the official guide before beginning a new study cycle. Salesforce can update product features, certification policies, maintenance requirements, languages, and learning resources. A practice page should support the vendor guide, not replace it.

Who Should Use This Practice Test?

This practice test is suitable for experienced Salesforce administrators, architects, analysts, consultants, and developers who want to improve their sharing and visibility design skills. Salesforce describes the target candidate as someone who assesses security and sharing requirements, builds secure and scalable solutions, and explains design choices to both business and technical stakeholders.

The official audience description suggests that a typical candidate has two to three years of Salesforce experience and four to five years of experience implementing complex Salesforce security models. Common roles include advanced administrator, technical architect, solution architect, and advanced business analyst.

You should already be comfortable with the difference between:

  • Organization access, object access, field access, and record access
  • Profiles, permission sets, and permission set groups
  • Organization-wide defaults and mechanisms that open record access
  • Role hierarchy, sharing rules, teams, groups, and manual sharing
  • Declarative sharing and programmatic sharing
  • Internal-user and external-user access
  • Functional security and user-interface visibility
  • A design that works for a small data set and one that remains stable at scale

Salesforce lists no formal prerequisite for this individual credential. However, “no prerequisite” does not mean “beginner level.” The scenarios require broad platform knowledge and the ability to explain why one design is more secure, maintainable, or scalable than another.

Current Salesforce Platform Sharing and Visibility Architect Topics

The following explanations are based on the live Salesforce outline. They translate each objective into student-friendly language without reproducing confidential certification material.

1. Permissions to Standard Objects, Custom Objects, and Fields — 27%

This domain is about deciding what users can do with an object and which fields they can access. Object permissions control actions such as creating, reading, editing, and deleting records. Field permissions control whether a user can view or change individual fields.

Suppose a support user needs to read account records but should never see a confidential risk score. Giving access to the Account object does not automatically mean every field should be visible. The security architect must apply the correct control at the correct layer.

The official outline expects candidates to recommend suitable object permissions for a group of users. That means understanding how access is granted through profiles, permission sets, and permission set groups. Salesforce’s current learning guidance recommends permission sets and permission set groups for managing object and field access because they make additional access easier to assign according to job needs.

You should understand the principle of least privilege: start with only the access required for a user to perform the role, then add justified permissions. Avoid broad permissions simply because they are quick to configure. A design must also remain understandable when employees change teams or responsibilities.

Field-level security is different from hiding a field on a page layout. Removing a field from a page can simplify the user interface, but it is not a complete data-security control. The field may still be accessible through another interface if the user has permission. Practice questions may ask whether the requirement is about presentation or actual protection. Read the wording carefully.

The outline also covers sensitive data such as personally identifiable information, payment-related information, and regulated health information. An architect should identify who genuinely needs access, protect the data consistently, and consider reporting, exports, integrations, automation, and custom interfaces. Security cannot depend only on what appears on one Lightning page.

Programmatic enforcement is another objective. Custom Apex, Visualforce, Lightning components, integrations, and automation must respect the intended object and field controls. Students should understand why execution context matters and why custom code should not accidentally expose records or fields that the user would be unable to access through the standard interface.

For this domain, practice explaining these decisions:

  • Which users need create, read, edit, or delete permission?
  • Which sensitive fields must be hidden or read-only?
  • Is the requirement about interface presentation or enforceable security?
  • Should access be assigned through a permission set, permission set group, or another supported mechanism?
  • Does custom code enforce the same security model?

2. Access to Records — 39%

Access to Records is the largest topic and the heart of sharing and visibility architecture. It focuses on which individual records a user can see or change after the user has the necessary object permission.

Salesforce’s Data Security learning module presents a useful pattern: use organization-wide defaults to establish the most restrictive suitable baseline, then use role hierarchy, sharing rules, manual sharing, teams, and other features to open access for users who need it.

Organization-wide defaults

Organization-wide defaults, commonly called OWDs, define baseline access to records users do not own. A secure design normally begins by identifying the most restricted user for each object. If there are records that this person should not see, the object should not simply be made public for convenience.

Students should understand that OWDs do not grant object permission. They work with the permissions a user already has. You should also compare internal and external defaults because an appropriate baseline for employees may be too open for customers or partners.

Role hierarchy

The role hierarchy can give users higher in the hierarchy access to records owned by or shared with users below them. It represents data-access needs and does not need to copy the company’s organizational chart exactly. A large hierarchy created from every job title can be harder to maintain than a simpler hierarchy based on access patterns.

For custom objects, architects should know that “Grant Access Using Hierarchies” can be disabled in supported situations. The effect of that decision must be reviewed carefully because senior users may no longer receive automatic access through the hierarchy.

Sharing rules and public groups

Sharing rules create automatic exceptions that extend access beyond the baseline. They can be based on record ownership or criteria. Salesforce explains that sharing rules can open access but cannot make access more restrictive than the organization-wide default.

Public groups can simplify administration by collecting users, roles, territories, or other groups that share a common access need. The design should remain clear enough for an administrator to understand why a rule exists and who receives access.

Use a sharing rule when the recipient group and the records to share can be defined predictably. If access changes dynamically for every record, another mechanism may be more appropriate.

Teams, territories, and record-specific collaboration

The official guide expects candidates to understand when features such as account teams, sales teams, case teams, Enterprise Territory Management, groups, sharing sets, and sharing groups support the requirement. These mechanisms solve different problems.

A team is useful when a changing set of people collaborates on a specific record. Territory-based access can support sales structures that do not fit a simple management hierarchy. The correct choice depends on ownership, business relationships, frequency of change, license type, and the access level required.

Object relationships

Relationships affect visibility. Master-detail relationships can cause a child record to inherit access from its parent through Controlled by Parent behavior. Lookup relationships behave differently. An architect should choose the relationship based on the complete data and lifecycle requirement, not only because it seems to solve one sharing problem.

Changing a relationship can affect ownership, deletion behavior, reporting, automation, and existing data. Practice scenarios should be reviewed for all these consequences.

Programmatic sharing

Programmatic sharing is useful when declarative tools cannot represent a dynamic requirement. Apex managed sharing for custom objects can create and maintain sharing records based on business logic. This flexibility introduces responsibility: the solution needs clear ownership, error handling, tests, recalculation behavior, and protection against unnecessary sharing volume.

Custom sharing should not be the automatic first choice. The architect should first determine whether a standard feature meets the requirement. If code is needed, document why and explain the support and scalability tradeoffs.

External-user access

Customers, partners, and guest users require special attention. License capabilities affect which sharing mechanisms are available. Sharing sets and sharing groups may be relevant for certain Experience Cloud access patterns, while partner roles or other mechanisms may support different use cases.

Never assume that an internal sharing design can be copied unchanged for external users. Evaluate the user’s license, account relationship, ownership model, record volume, and the sensitivity of exposed data.

Record-access overrides

Some permissions can override normal record-sharing restrictions. Broad powers such as viewing or modifying all data can simplify administration but create significant risk if assigned casually. A scenario that asks for occasional support access may require a narrower or time-controlled solution rather than a permanent high-level permission.

3. Access to Other Data — 16%

Salesforce security extends beyond standard and custom object records. This domain asks candidates to choose suitable access controls for other data and platform resources.

The official audience guidance highlights files, reports, dashboards, and Big Objects. Each requires its own visibility review.

Files

A file can be shared through records, libraries, groups, links, or direct access depending on the feature and configuration. Securing the related record does not automatically answer every question about the file. Check how the file is owned, where it is published, who can share it further, and whether external users can reach it.

Reports and dashboards

Folder access determines who can open and manage reports and dashboards, while the running-user model and viewer context affect which underlying data appears. An architect must understand the risk of presenting aggregated or summarized information to someone who should not see the source data.

Do not assume that hiding a report folder secures the records themselves or that record access alone controls every dashboard result. Test the combination of folder access, data access, and execution context.

Big Objects and other platform data

Big Objects are designed for very large data sets and have different behavior from ordinary Salesforce objects. Security requirements should be considered when the solution is designed, including who can query the data and how it is surfaced.

“Other data” can also direct your attention to content, activities, queues, list views, folders, and application-specific resources. The safest study approach is to ask three questions: where is the data stored, which feature exposes it, and which control actually enforces access?

4. Implications of Security Model Choice — 18%

A security model can be logically correct for ten users and still fail when an organization grows. This domain tests whether you understand the wider consequences of a design.

Scalability

Large data volumes, complex group membership, ownership skew, role design, frequent changes, and a high number of sharing calculations can affect performance and administration. When organization-wide defaults or sharing structures change, Salesforce may need to recalculate access. Architects should avoid unnecessary complexity and design with future user and record growth in mind.

The goal is not to make all data public for speed. It is to meet security requirements with a model that the platform can calculate and administrators can support. Students should learn to spot designs that create too many individual shares, concentrate too many records under one owner, or use custom automation when a simpler supported mechanism is available.

License limitations

Licenses influence object availability, feature access, external-user behavior, and available sharing mechanisms. A proposed model is not valid if the target users cannot use the selected feature under their license.

Read scenario language carefully. Terms such as employee, partner, customer, high-volume external user, and guest user may point to different capabilities. Confirm current license documentation during real projects because editions and entitlements can change.

Testing the model

Security testing should prove both positive and negative requirements. It is not enough to confirm that an authorized manager can see a record. You must also confirm that an unauthorized user cannot see it through a record page, search, list view, report, dashboard, API, file link, automation, or custom interface.

A useful test plan includes representative personas, different ownership conditions, internal and external users, sensitive fields, expected access sources, denied paths, bulk data, and likely organizational changes. Test using realistic users rather than relying only on an administrator account.

A Simple Way to Understand Salesforce Data Access

Students often become confused because several security controls appear to solve the same problem. Use this four-layer model:

  1. Organization: Can the person sign in, and under what login or session restrictions?
  2. Object: Can the user create, read, edit, or delete records of this type?
  3. Field: Which individual fields can the user view or change?
  4. Record: Which specific records can the user access?

A user needs access through all relevant layers. Record sharing cannot provide access to an object the user is not permitted to read. A page layout cannot securely hide a field that remains readable through the API. A role hierarchy does not replace object or field permission.

For record visibility, remember the usual design direction: establish a restrictive baseline and then open access through justified mechanisms. Salesforce’s record-access guidance explains that OWDs establish the baseline, role hierarchy opens access vertically, sharing rules extend it to defined groups, and manual sharing can handle selected individual records.

Current Features Worth Understanding Alongside the Blueprint

The official weighted outline should remain your primary checklist, but current platform work also requires awareness of related controls.

Restriction rules

Most Salesforce sharing tools open access. Restriction rules can further filter the records that selected users can see for supported objects, even when another mechanism originally grants access. They are useful when a user should see only a subset of otherwise accessible records. Always review supported objects, limits, and interaction with other access paths in the latest Salesforce restriction-rule documentation.

Scoping rules

Scoping rules help users focus on a relevant subset of records, but they are not the same as a security boundary. A focused view should not be described as protection when a user can still reach the filtered-out records through another supported route.

Permission set groups

Permission set groups make it easier to package permissions around job functions. They support a more manageable access strategy than placing every capability into large profiles. Architects should also understand how muting permissions affects the intended bundle.

These features should be studied as part of a layered model, not as replacements for organization-wide defaults, object permissions, field permissions, or a clear record-sharing design.

How Focused Practice Strengthens Your Security-Architecture Skills

A well-structured practice path helps you move from feature recognition to architecture judgment. When you prepare with focused Salesforce Platform Sharing and Visibility Architect practice questions, you repeatedly identify the access requirement, locate the correct security layer, compare available mechanisms, and evaluate long-term effects.

The preparation approach helps students build:

  • Clear domain awareness: Practice can be organized around the four current weighted areas, making weak topics easier to identify.
  • Scenario-reading habits: You learn to notice user type, ownership, object relationship, license, data sensitivity, volume, and change frequency.
  • Tradeoff analysis: Instead of asking only whether a feature can work, you examine maintainability, scalability, and security.
  • Reasoned review: Every missed item becomes a short lesson explaining why the selected layer or mechanism was unsuitable.
  • Better pacing: Timed practice helps you avoid spending too long on one complicated access scenario.
  • Practical confidence: Repetition makes it easier to explain a complete model to administrators, developers, and business stakeholders.

For broader vendor navigation, you can Review practice questions for popular Salesforce exams. Before publishing, the site editor should confirm that the destination matches the Salesforce-focused anchor text.

How to Use a Practice Test Effectively

Begin with a diagnostic session

Complete an initial set before revising every topic. Do not worry about the score. Categorize each mistake under permissions, record access, other data, or security-model implications.

Identify the security layer first

Before looking for a feature, decide whether the requirement concerns the organization, object, field, record, interface, report, file, or execution context. This prevents you from solving a field-security problem with a page layout or a record-sharing problem with object permissions.

Keep an access-design error log

For each uncertain answer, record:

  • The user persona and license
  • The object and ownership model
  • The required create, read, edit, or delete access
  • Any sensitive fields
  • The record-sharing baseline
  • The mechanism that opens or restricts access
  • The scalability or maintenance concern
  • The official source used to correct your reasoning

Explain why the other options are weaker

Architecture questions can contain several technically possible choices. The best recommendation usually meets the complete requirement with appropriate security and less unnecessary complexity. Explain why alternatives are too broad, unsupported by the license, difficult to maintain, or unsuitable at scale.

Return to official learning resources

Salesforce recommends hands-on experience, self-study, the Architect Journey: Sharing and Visibility Trailmix, and the Build Sharing and Visibility Architect Expertise course, ARC202. Use the official credential page to reach current preparation resources.

Retest with changed scenarios

Repeating the same wording can create memory without understanding. After reviewing a topic, test it in a different business context. Change the ownership model, external-user type, relationship, volume, or access level and see whether the recommendation changes.

Six-Week Student-Friendly Study Plan

Week 1: Build the layered-security foundation

Review organization, object, field, and record access. Create a simple diagram showing how profiles, permission sets, OWDs, role hierarchy, sharing rules, and manual sharing work together.

Week 2: Master object and field permissions

Study create, read, edit, and delete access; permission sets; permission set groups; field permissions; page layouts; sensitive data; and programmatic enforcement. Practice distinguishing presentation from true security.

Week 3: Focus on record access

Spend extra time here because it carries 39% of the outline. Review OWDs, role hierarchy, sharing rules, public groups, manual sharing, teams, territories, relationships, and overrides.

Week 4: Study external and programmatic sharing

Compare internal and external defaults, sharing sets, sharing groups, partner access patterns, guest-user considerations, and license effects. Review when Apex-managed sharing is justified and how custom sharing is tested.

Week 5: Cover other data and scale

Review files, reports, dashboards, Big Objects, execution context, large data volumes, sharing recalculation, ownership skew, group design, and maintainability.

Week 6: Test complete architectures

Complete mixed practice sessions. Draw the access model for each difficult scenario. Verify who can see what, why access is granted, whether any path exposes too much data, and how the model behaves when users or records increase.

Hands-On Activities for Better Understanding

If you have access to a safe Trailhead Playground or development environment, use practical exercises to reinforce the outline:

  1. Set restrictive OWDs for a custom object and document the resulting baseline.
  2. Create a role hierarchy based on access needs rather than every job title.
  3. Use an ownership-based sharing rule for one requirement and a criteria-based rule for another.
  4. Create a public group and explain why it is easier to maintain than listing individual users.
  5. Compare a lookup relationship with a master-detail relationship and record the sharing consequences.
  6. Create a permission set for object and field access without relying on a large custom profile.
  7. Test a report and dashboard with users who have different record visibility.
  8. Build a persona matrix that shows expected and prohibited access for employees, managers, partners, and customers.
  9. Write a negative test proving that an unauthorized persona cannot find a sensitive record through search, reports, APIs, or custom interfaces.
  10. Review a programmatic sharing use case and explain why declarative sharing is insufficient.

Do not practice destructive changes in a production organization. Use approved learning environments and test data.

Common Preparation Mistakes

Confusing object permission with record access

Object permission answers whether a user can work with that object type. Record sharing answers which individual records are available. Both conditions matter.

Treating page layouts as security

Page layouts control presentation. Use field permissions when information must be protected across interfaces.

Starting with public access

A broad baseline may expose data unnecessarily. Begin from the most restricted valid access and open visibility through supported mechanisms.

Copying the organizational chart into the role hierarchy

Roles represent record-access needs. A simpler access-based hierarchy may be more maintainable than a role for every job title.

Using Apex before evaluating standard tools

Custom code increases testing and maintenance work. Use it when the requirement cannot be represented safely with declarative mechanisms, and document the reason.

Ignoring external-user licenses

A design for employees may not work for customers or partners. License capabilities and sharing mechanisms must be checked early.

Testing only successful access

Security testing must confirm that authorized users can work and that unauthorized users cannot reach the same information by another path.

Memorizing practice answers

Remembering a repeated option is not architecture knowledge. Restate the requirement, identify the security layer, and defend the recommendation in your own words.

Readiness Checklist

You are building strong readiness when you can:

  • Explain organization, object, field, and record access without mixing them up.
  • Recommend object and field permissions for different job functions.
  • Separate user-interface choices from enforceable security controls.
  • Select an appropriate OWD for internal and external users.
  • Explain how role hierarchy opens record access.
  • Choose between ownership-based and criteria-based sharing rules.
  • Use groups, teams, territories, and manual sharing appropriately.
  • Describe how object relationships affect visibility.
  • Explain when programmatic sharing is justified.
  • Design access for customers, partners, and guest users.
  • Secure files, reports, dashboards, and other data.
  • Identify license, performance, large-data-volume, and maintenance risks.
  • Create positive and negative security tests.
  • Explain every practice answer using a supported Salesforce principle.

Turn Security Knowledge Into a Clear Study Routine

The strongest Salesforce Platform Sharing and Visibility Architect preparation is based on layered thinking. First decide whether the requirement concerns an object, field, record, file, report, dashboard, external user, or execution context. Next establish the safest baseline, choose the correct mechanism to open or restrict access, and evaluate license, scale, maintenance, and testing.

Use practice tests to reveal gaps rather than to memorize answer patterns. Return to official documentation, configure the feature in a safe environment, and explain the design in plain language. When you are ready to continue, Turn your study progress into exam readiness with a structured schedule and regular knowledge checks.

Frequently Asked Questions

What is the Salesforce Platform Sharing and Visibility Architect certification?

It is an advanced Salesforce architecture credential focused on designing secure, scalable, and high-performing sharing and visibility solutions. It covers object and field permissions, record access, access to other data, and the consequences of security-model choices.

What are the current topic weights?

Permissions to Standard Objects, Custom Objects, and Fields is 27%; Access to Records is 39%; Access to Other Data is 16%; and Implications of Security Model Choice is 18%. These percentages come from Salesforce’s current official guide.

Which domain should students study first?

Begin with the four layers of access so the rest of the blueprint makes sense. Then give the most time to Access to Records because it is the largest domain at 39%.

Is this certification suitable for beginners?

It is not designed as a beginner credential. Salesforce describes a target audience with substantial experience designing and implementing complex security models. New administrators can begin with Data Security learning modules and hands-on practice before attempting architect-level scenarios.

Is another Salesforce certification required first?

No formal prerequisite is listed for this credential. However, strong administrator-level platform knowledge and real security-design experience are important.

What is the difference between object access and record access?

Object access determines whether a user can perform actions on that object type. Record access determines which individual records the user can see or change. A user normally needs suitable access at both levels.

Are profiles enough for a scalable security model?

Profiles remain part of user configuration, but Salesforce recommends permission sets and permission set groups for assigning object and field access according to job needs. A scalable design uses clear, reusable permission assignments rather than creating a large number of slightly different profiles.

Can sharing rules restrict access?

No. Sharing rules extend record access beyond the organization-wide default. They do not make access more restrictive. When a supported use case requires filtering records a user could otherwise access, review restriction rules and their limitations.

Is hiding a field on a page layout secure?

Not by itself. A page layout changes what appears in that interface. Field-level security is the control used to protect field access across supported access paths.

When should programmatic sharing be used?

Use it when a dynamic business requirement cannot be handled safely with standard sharing tools. The design should include ownership, recalculation, error handling, testing, monitoring, and scalability considerations.

Why are license types important?

Licenses affect available objects, features, and sharing mechanisms. This is especially important for customers, partners, high-volume external users, and guest users.

How should a student review an incorrect practice answer?

Identify the security layer, user type, license, object, ownership, required access, and data sensitivity. Then explain why the correct mechanism meets the full requirement and why the original choice was too broad, too narrow, unsupported, or difficult to scale.

Is a practice test enough by itself?

No. Use practice questions to measure understanding and locate weak areas. Combine them with official Salesforce documentation, Trailhead learning, hands-on configuration, architecture diagrams, and real project experience.

Is the certification being retired in 2027?

Salesforce’s current catalog lists Platform Sharing and Visibility Architect as active and does not include it in the announced February 2027 retirement group. Always confirm the latest status on Salesforce’s certification overview before scheduling or purchasing preparation.

Top 10 Most Challenging SALESFORCE-PLATFORM-SHARING-AND-VISIBILITY-ARCHITECT Questions

Question 1
Domain: Access to Records
Which choice can be picked to permit data sharing when creating a sharing policy?
  • A. users
  • B. Profiles
  • C. Roles
Question 2
Domain: Access to Other Data
A support rep created a report showing her open cases from the last 7 days and saved it in the Private Reports folder. Who can view and run this report?
  • A. The report owner
  • B. The report owner and anyone granted access to the My Private Reports folder
  • C. The report owner and users with View All Data permission
Question 3
Domain: Access to Records
Mary, a manager, has a role above Joe and the org Default for Invoice is Public Read-Only. Mary's profile lacks Read on Invoices. What can Mary do on Joe’s invoices?
  • A. Read/Write
  • B. View Only
  • C. None
These are the hard ones. There are 68 more. Every question explains why the wrong answers are wrong, with a link to official docs.
Get all 78 questions
Question 4
Domain: Permissions to Standard Objects, Custom Objects, and Fields
Users report that a field vanished from the Account page after deployment. The page layout did not change. How should the admin troubleshoot?
  • A. Run a Who Sees What report filtered by Account
  • B. Log in as three users to check multiple accounts
  • C. View Field Accessibility in the Object Manager
Question 5
Domain: Access to Other Data
A sales coach wants to create and share a report folder with other coaches. Which two permissions are needed?
  • A. Create Report Folders and manage Reports in Public Folders
  • B. Create and customize Reports and Report Folders
  • C. Manage Reports in Public Folders and edit My Reports
Question 6
Domain: Access to Records
Which option should be used to grant a non-related group of users access to a set of records?
  • A. Role Hierarchy
  • B. Sharing Rules
  • C. Public Groups
Question 7
Domain: Access to Other Data
Which permission should be given to the team auditing user setup in Salesforce?
  • A. View permission on the User object
  • B. View All Users
  • C. View All Data
Question 8
Domain: Access to Other Data
A prior project architect rolled out Platform Shield Encryption for a company. A recent audit, however, found three more fields in the Account Records (Billing Street, Billing City, and Phone) that must be secured. How should the architect handle this policy change?
  • A. Apply Classic Encryption to lock all fields and contact Salesforce to verify encryption.
  • B. Follow Encryption Policy and wait for Salesforce to email confirmation that fields are encrypted.
  • C. Follow Encryption Policy and reach out to Salesforce to update existing records so their values are encrypted.
Question 9
Domain: Access to Records
Universal Containers uses a Partner Community to handle sales in countries where it has no local office. An affiliate grew and reorganized its sales team as: Sales VP → Director of Sales → Sales Manager → Sales Reps. Reps must not see each other’s opportunities, and deal visibility should expand along a Rep’s hierarchy. What is the core issue the architect must address?
  • A. The Channel Manager role cannot be shared with the Partner Community.
  • B. Partner User roles are limited to three levels.
  • C. Partner Community does not support a Role Hierarchy.
Question 10
Domain: Access to Records
Besides their own teams, UC sales managers need Read access to all accounts in the same segment in other countries. Role Hierarchy is country-based, but a U.S. manager can’t view Canadian accounts in the same segment. What’s the main fix?
  • A. Create a criteria-based Account sharing rule per required Segment and share matching Accounts with appropriate sales-manager roles or public groups with Read Only access
  • B. Create a public group with all accounts of the same segment and grant access with a permission set.
  • C. Change the Role Hierarchy to put U.S. and Canada managers in the same role.
Disclaimer: Edurely is an independent educational platform. We are not affiliated with, authorized by, endorsed by, or in any way officially connected to Salesforce . Full disclaimer
Edurely
Curated By Edurely Team

The Edurely Team comprises certified professionals and subject matter experts dedicated to delivering accurate, up-to-date exam preparation materials. We rigorously review every resource to ensure it aligns with the latest industry standards and certification objectives to help you succeed.