Salesforce Certified Sharing and Visibility Architect Exam Practice Questions (P. 4)
- Full Access (100 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 #16
Universal Containers (UC) is a non-profit organization and has over 20,000,000 members (donors). The company decided to assign those accounts to Donations Reps based on their regions. Donations Reps ended up owning over 50,000 donors each.
The donation reps started to see significant degradation of the system performance.
What could be the reason for this problem?
The donation reps started to see significant degradation of the system performance.
What could be the reason for this problem?
- AThe Donations Reps access to the assigned accounts.
- BThe Account (donor) object OWD is Private.
- CThere is an Account ownership data skew problem.
- DSalesforce sharing recalculation kicked off.
Correct Answer:
C
C
send
light_mode
delete
Question #17
What vulnerability can exist when controllers use dynamic rather than static queries and bind variables?
- ABuffer Overflow Attacks
- BRecord Access Override
- CSOQL Injection
- DCross-site scripting
Correct Answer:
C
C
send
light_mode
delete
Question #18
Universal Containers has a large network of partners, who each have seasonal workers that need short-term access to the community.
How might the Architect design the solution to federate user setup to the Partners? (Choose two.)
How might the Architect design the solution to federate user setup to the Partners? (Choose two.)
- AAssign delegated external administrators at each partner.
- BGrant the Modify Users permission to the partner managers.
- CCreate a permission set giving Read/Write to the User object to partner manager.
- DAllow external users to self register.
Correct Answer:
AD
AD
send
light_mode
delete
Question #19
Universal Containers (UC) has Affiliates who sell containers in countries where UC does not have a local office. UC has leveraged the Partner Community to manage the sales cycle. One of their affiliates has exponentially grown in the last years and restructured its internal sales team with the following structure:
Sales VP – –> Director of Sales – –> Sales Manager – –> Sales Reps
UC would like to have the ability to open up access to the sales opportunities according to the above structure.
What is the main problem a Salesforce Architect will face to provide a solution?
Sales VP – –> Director of Sales – –> Sales Manager – –> Sales Reps
UC would like to have the ability to open up access to the sales opportunities according to the above structure.
What is the main problem a Salesforce Architect will face to provide a solution?
- APartner User Roles are limited to three levels.
- BPartner Community does not support Role Hierarchy.
- CSuper User does not work in Partner Community.
- DThe Channel manager Role cannot be shared with Partner Community.
Correct Answer:
A
A
send
light_mode
delete
Question #20
Universal Containers (UC) has a custom Apex class that enforces a business process and updates opportunities. UC has noticed that fields with field-level security permission of read only on certain users’ profiles are being updates by this class.
How should the architect fix this problem?
How should the architect fix this problem?
- AUse the WITH SECURITY_ENFORCED keyword in the SOQL statement.
- BPut the code in an inner class that uses the With Sharing keyword.
- CUse the ISUpdatetable() Apex method to test each field prior to allowing update.
- DAdd With Sharing keyword to the class.
Correct Answer:
A
A
send
light_mode
delete
All Pages