Salesforce Certified Sharing and Visibility Designer Exam Practice Questions (P. 1)
- Full Access (119 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
DreamHouse Realty has the following requirements:
A Visualforce controller that needs to be written with “Without Sharing” at the top level.
Specific methods within the page need to enforce the user permissions for creating records and accessing certain fields.
An Architect needs to ensure this requirement is enforced.
Which two methods will be used to achieve this goal? (Choose two.)
A Visualforce controller that needs to be written with “Without Sharing” at the top level.
Specific methods within the page need to enforce the user permissions for creating records and accessing certain fields.
An Architect needs to ensure this requirement is enforced.
Which two methods will be used to achieve this goal? (Choose two.)
- AUserInfo.getProfileID
- BSchema.DescribeSObjectResult
- CSchema.DescribeFieldResult
- DSchema.getGlobalDescribe
Correct Answer:
BC
BC
send
light_mode
delete
Question #2
Ursa Major Solar has the following requirements:
It maintains Product information in a Custom Object that contains highly-sensitive, proprietary information regarding patents.
The user who owns the record and all users in the Development profile are the only users who should be able to view and edit Product records.
Which three platform sharing tools are required to support the above requirements? (Choose three.)
It maintains Product information in a Custom Object that contains highly-sensitive, proprietary information regarding patents.
The user who owns the record and all users in the Development profile are the only users who should be able to view and edit Product records.
Which three platform sharing tools are required to support the above requirements? (Choose three.)
- A“Modify All” permission for Product Object on the Development Profile
- B“View All Data” profile permission on the Development Profile
- CCriteria-Based sharing rule for the Development Profile on the Product Object
- DOrganization-Wide Default sharing setting of Private on the Product Object
- EGrant Access Using Hierarchy sharing setting on the Product Object set to false
Correct Answer:
ADE
ADE
send
light_mode
delete
Question #3
Get Cloudy Consulting has the following four org wide sharing Settings for their Org:
Account = Private -
Contact = Controlled by Parent -
Opportunity = Private -
Case = Private -
“Default Account Teams” is enabled, and users are trained to set up their Default Team.
Managers at Get Cloudy Consulting needs to know which access levels can be set on the Account Team Member.
What are the three access level options that can be set for the Account Team Member? (Choose three.)
Account = Private -
Contact = Controlled by Parent -
Opportunity = Private -
Case = Private -
“Default Account Teams” is enabled, and users are trained to set up their Default Team.
Managers at Get Cloudy Consulting needs to know which access levels can be set on the Account Team Member.
What are the three access level options that can be set for the Account Team Member? (Choose three.)
- AOpportunity Access
- BContract Access
- CContact Access
- DCase Access
- EAccount Access
Correct Answer:
ADE
ADE
send
light_mode
delete
Question #4
Ursa Major Solar needs an Architect to develop Apex Managed Sharing code for the custom Job object. The sharing settings for the Job object are set to Private.
The Architect is assigning level for the record.
Which two lines of code will cause a DMLA exception on insert to the database? (Choose two.)
The Architect is assigning level for the record.
Which two lines of code will cause a DMLA exception on insert to the database? (Choose two.)
- Aobjectname.AccessLevel=’None’
- Bobjectname.AccessLevel=’All’
- Cobjectname.AccessLevel=’Read’
- Dobjectname.AccessLevel=’Edit’
Correct Answer:
AB
AB
send
light_mode
delete
Question #5
DreamHouse Realty has the following situation:
User 1 is in the default account team for User 2, who owns the ACME account.
User 2 modifies User 1’s team member access to the account.
What results from this modification?
User 1 is in the default account team for User 2, who owns the ACME account.
User 2 modifies User 1’s team member access to the account.
What results from this modification?
- AThe modification affects only the ACME Account
- BThe modification affects the default Account team
- CThe modification affects all child ACME Accounts
- DThe modification affects the default Opportunity team
Correct Answer:
A
A
send
light_mode
delete
All Pages