
ExamTorrent Sharing-and-Visibility-Architect Dumps PDF - 100% Passing Guarantee
Sharing-and-Visibility-Architect Braindumps Real Exam Updated on Jan 20, 2023 with 210 Questions
Salesforce Sharing-and-Visibility-Architect Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
NEW QUESTION 52
Universal Containers (UC) has created a public group with certain Sales Engineers to help on complex deals and a sharing rule to grant access to these opportunities. Opportunity OWD is private.
What is the impact of these sharing settings?
- A. Sales Engineers that have a similar role of the Sales Engineers of the public group will also have access to these records.
- B. Subordinates of Managers who have Sales Engineers in the public group will also have access to these records.
- C. Sales Engineers direct reports will also have access to these records.
- D. Sales Engineers Managers and their managers in the role hierarchy will also have access to these records.
Answer: D
NEW QUESTION 53
By Viewer Access you can see the data in a report or dashboard, but you can't make any changes, except by cloning it into a new report or dashboard.
- A. False
- B. True
Answer: B
NEW QUESTION 54
Which two options are available to share a Report or Dashboard folder with other users in the Organization?
Choose 2 answers
- A. Public Groups
- B. Teams
- C. Roles
- D. Profiles
Answer: A,C
NEW QUESTION 55
Universal Containers (UC) has 200 distributors that use Partner Community licenses.
Partners cannot see each other's data, but UC is also trying to give more visibility to data for certain individuals at a distributor.
HOW can an Architect give users in the partner user role access to all Case and Container records owned by any user, regardless of role, at the same distributor?
- A. Create an ownership-based sharing rule.
- B. Give super user permission to the individual partner users.
- C. Create a Permission Set granting "View All" permission to Case and Container records.
- D. Create sharing sets.
Answer: A
NEW QUESTION 56
What should a Salesforce architect recommend to make sure that users that gained access to a custom of sharing do not lose access to it when its owner is changed?
- A. Create a specific Sharing Reason for the custom object.
- B. Use ''With Sharing'' keyword to make sure record visibility will be considered
- C. Create a new record in_Share object with RowCause ''Manual''
- D. Use ''runAS'' system method in Apex classes to enforce record visibility.
Answer: A
NEW QUESTION 57
Universal Containers (UC) tuned off the Customer User Visibility feature inits Customer Community.
What community functionality is expected by having the Customer User Visibility tuned off?
- A. Updating their user profile.
- B. Creating new Customer community users.
- C. Searching for other external users.
- D. Search for internal users.
Answer: C
NEW QUESTION 58
Universal Containers has a strict security model enforced through object, field, and row-based security mechanisms. The Architect would like to ensure the security model is being thoroughly tested using Apex automated tests. Which three considerations should be made when using the runAs() method to design Apex until tests?
- A. runAs() can be used outside of test classes to bypass record-level security
- B. runAs() does not enforce user permissions or field-level permissions in test classes
- C. runAs () counts towards total DML statements issued within transaction
- D. runAs() can be used inside of test classes to validate record-level security
- E. runAs() can be used inside of test classes to validate field-level permissions
Answer: B,C,D
NEW QUESTION 59
Sales managers want their team members to help each other close Opportunities. The Opportunity and Account organization-wide defaults are private. To grant Opportunity access to sales reps on the same team, owner ship-based sharing rules were created for each team.
What is the side effect of this approach?
- A. All sales reps will have Read access to Accounts for all Opportunities.
- B. All sales reps will have Read access to all Accounts.
- C. Sales reps on the same team will have Read access to the Accounts for Opportunities owned by their team members.
- D. Sales Reps on the same team will have Edit access to the Accounts for Opportunities owned by then team members.
Answer: C
NEW QUESTION 60
Universal Containers' organization wide-defaults model is private for the Account object. A sales repeats to opportunity records.
Which level of access will the sales rep have to the related account record?
- A. Read-only access
- B. Read/Create/Edit access
- C. No access
- D. Read/Create access
Answer: B
NEW QUESTION 61
Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need opportunities assigned to the distributor for delivery.
What license recommendation will meet distributor needs?
- A. Customer Community
- B. Customer Community Plus
- C. Sales Cloud
- D. Partner Community
Answer: D
NEW QUESTION 62
What is required to implement Filter-Based Opportunity Territory Assignment?
- A. Define an account assignment with a filter criteria rule for Filter-Based Opportunity Territory Assignment.
- B. Define a Territory assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
- C. Define a custom Apex class for Filter-Based Opportunity Territory Assignment in the system.
- D. Define an Opportunity assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
Answer: C
NEW QUESTION 63
Universal Containers (UC) uses a custom Visualforce page to display shipment tracking information (custom object, private OWD) to field manager and agents. The IT team wants to make sure that users have access to only the information that is allowed.
Which Apex method must be used to make sure only allowed fields are shown to the users?
- A. isShowable()
- B. isAccessible()
- C. isReadable()
- D. isViewable()
Answer: B
NEW QUESTION 64
Universal Containers regularly uploads large amounts of parent and child records into Salesforce to maintain integrations with other systems that update their date in scheduled batches or continuously in real time. Which two situations may pose a risk of producing locking errors? Choose 2 answers.
- A. Updates to parent and child records are being processed synchronously in the same threads.
- B. Updates to parent and child records are being processed in the same batch.
- C. Updates to parent records and their child records being processed simultaneously in separate threads.
- D. Updates to child records that have the same parent records are being processed simultaneously in separate transactions.
Answer: C,D
NEW QUESTION 65
Which three areas should the Architect review in order to increase performance of "Record Access" and "Sharing" calculations?
Choose 3 answers.
- A. Apex Managed Sharing triggers, to ensure that no trigger is querying more that 10,000 Object records.
- B. Record ownership, to ensure that no user owns more than 10,000 Object records in the system.
- C. Custom Object data, to ensure that no Account has more than 10,000 Custom Objects that look up to it.
- D. Opportunity data, to ensure that no Account has more than 10,000 Opportunity records that are related to it.
Answer: B,C,D
NEW QUESTION 66
Universal Containers (UC) works with a dealer network to sell their products. There are approximately 5,000 dealers that do business with UC and UC has purchased a Partner Community to interact with each of their dealers on Opportunities. Each dealer is structured so that there are a group of managers who will oversee a larger team of agents. UC would like to set the Organization-Wide Defaults to Private for the Opportunity object, both internally and externally. Within each dealer, there are a few agents called Lead Agents who should be able to see the Opportunities for all of the other Agents at the dealer. What is the optimal solution for an Architect to recommend?
- A. Create a Sharing Rule to share opportunities to the owner's manager's role and below.
- B. Add a Sharing Set that shares Opportunities to the Lead Agent based on the Lead Agents Account.
- C. Grant Super User access to the Lead Agents as part of the Community user setup.
- D. Build an Apex Managed Sharing rule that will assign specific Opportunities to Lead Agents.
Answer: C
NEW QUESTION 67
Which are two valid use cases for programmatic sharing?
Choose 2 answers.
- A. Frequent user ownership changes based on re-alignments.
- B. An external system manages user record access.
- C. Setting user ownership for standard and custom objects.
- D. Native sharing functionality does not meet requirements.
Answer: B,D
NEW QUESTION 68
Ursa Major Solar is writing test methods.
Which functionality does the system method "runAs()" Verify?
- A. Enforcement of a user's record sharing
- B. Enforcement of user's permissions.
- C. Enforcement of a user's public group assignments.
- D. Enforcement of a user's field-level security.
Answer: B
NEW QUESTION 69
Universal Containers maintains Job information in a Custom Object that contains sensitive information. The only users who should be able to view and edit Job records are the user who owns the record and all users in the Delivery profile. Which three platform sharing tools are required to support the above requirements?
Choose 3 answers.
- A. Grant access Using Hierarchy sharing setting on the Job Object set to false.
- B. "View All Data" profile permission on the Delivery Profile.
- C. Organization-Wide Default sharing setting of Private on the Job Object.
- D. Criteria-Based sharing rule for the Delivery Profile on the Job Object.
- E. "Modify All" permission for Job Object on the Delivery Profile.
Answer: A,C,E
NEW QUESTION 70
Universal Containers (UC) is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service containers. UCimplemented a new Partner Community for its dealers. Each dealership has a dealer manager who manages the service agents. The community-sharing model is private.
What is the optimal option to give dealer managers visibility to customer cases only raised by their service agents?
- A. Create a sharing set to share cases created by service agents with their dealer manager.
- B. Change external organization-wide default of case object to public read only.
- C. Using the role hierarchy, the cases raised by service agents will be visible to their relevant dealer managers.
- D. Create a sharing rule to share cases created by service agents with their dealer manager.
Answer: A
NEW QUESTION 71
......
Sharing-and-Visibility-Architect Dumps With 100% Verified Q&As - Pass Guarantee or Full Refund: https://pass4sure.examtorrent.com/Sharing-and-Visibility-Architect-prep4sure-dumps.html
