Sharing-and-Visibility-Architect試験無料問題集「Salesforce Certified Sharing and Visibility Architect 認定」

Universal Containers (UC) is implementing Sales Cloud. During the final quarter of the financial year, sales managers help each other close deals. They requested a solution in Salesforce to allow them to share opportunities with other sales managers from different teams as needed. They also requested that sharing deals should expire automatically two weeks after the new fiscal year starts.
Which two options to propose a solution to meet the requirements? Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
The Finance team at Universal Containers usually does not need access to Account and Contract records A given Opportunity access for a big deal to help with tax calculation. She can now also access Account and C.
Which two reasons could be causing this issue? Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers has Public Read Only sharing settings on the Opportunity object. What Opportunity access options can the user see while adding account team members to the Account?

解説: (GoShiken メンバーにのみ表示されます)
A custom invoice object has been created with a master-detail relationship to account. The Account Receivable (AR)team needs access to Invoices AR users do not own or have access to Account records.
Account OWD is set to Private. The AR team is unable to find Invoices in List views, Reports, nor in Global Search. The Architect has been asked to help troubleshoot. What could be the issue preventing AR team members from seeing invoices?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers has created a custom Sales Operations profile with read and edit access to the Category field on a custom object. There is a new requirement that 3 of the 100 users assigned to the Sales Operations Profile should have read-only access to the Category field.
How can the Architect support this request?
Choose one answer:

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers would like to control access to records and objects according to the following business requirements:* Sales users can view all Account records but only edit their own records.
* Sales managers view all Account records but only edit records of the team.
* Service users can view all Account records that are not marked with a RecordType of Prospect.
Which organization-wide default configuration should a Salesforce architect recommend to fulfill these requirements?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers (UC) stores basic employee information in a custom Employee object (OWD - Public Read Only). There are a few sensitive fields that need restricted access (salary, grade level, last performance rating).
Other than field level security, what other options are available to make these fields accessible to the Human Resource team?

解説: (GoShiken メンバーにのみ表示されます)
If you want to create some logic that will share certain records in APEX code, you just have to create special records that will open access to the desired records.
The aim is to create records of certain type, for example, all share objects for custom objects are named as ____________?
正解:
MyCustomObject__Share
Explanation:
The correct format for creating share objects for custom objects in Apex code is MyCustomObject__Share.
Share objects are used to grant access to individual records that are owned by another user or queue.
For standard objects, the share object name is ObjectNameShare, such as AccountShare or ContactShare.
For custom objects, the share object name is ObjectName__Share, such as MyCustomObject__Share or Project__Share.
When you make changes to roles and groups Salesforce locks the entire group membership table, which makes it impossible to process group changes in multiple threads to increase throughput on updates.
正解:
Granular Locking
Explanation
The term that describes the situation when you make changes to roles and groups Salesforce locks the entire group membership table is Granular Locking. Granular Locking is a feature that improves the concurrency and performance of sharing operations by locking only the affected nodes in the role or territory hierarchy, instead of locking the entire hierarchy. This allows multiple sharing operations to run in parallel without causing lock contention or blocking each other.
Universal Containers is planning to pilot a new application to a small set of Sales Reps.
What is the optimal way to grant inly this Sales Reps access to the new functionality, while hiding ..

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers uses person accounts to represent retail customers and business accounts to represent commercial customers. The Retail Sales team should not have access to commercial customers but have access to ALL retail customers.
With organization-wide default on Account set to Private, how might the architect meet these requirements?

解説: (GoShiken メンバーにのみ表示されます)
Jane, a support representative at Universal Containers, created a report to view all her open cases that have been created in the past 7 days and saved the report in the "Private Reports" folder.
Who can view and run the report?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers has developed an AppExchange managed package for their distribution partners, which required a private key to be generated for each partner and used by the code. Universal Containers support representatives must be able to access the private key value to debug connection issues, but it must not be possible for the partner to access the value.
How can the Architect best support this requirement?

解説: (GoShiken メンバーにのみ表示されます)
Which two settings are available in profiles, but not permission sets?
Choose 2 answers.

解説: (GoShiken メンバーにのみ表示されます)
Sales manager want their team members to help each other close Opportunities. The Opportunity and ..
private. To grant Opportunity access to sales reps on the same team, ownership-based sharing rules ..
What is the side effect of this approach?

解説: (GoShiken メンバーにのみ表示されます)
Sales reps at Universal Containers (UC) complain about the manual activities they need to perform in order to grant access to supporting internal users (legal, engineering, finance, and so forth) for customer records when they need help. In general, the sales reps involved in the deals will not change.
How can a Salesforce architect help IK to Improve sales reps productivity?

解説: (GoShiken メンバーにのみ表示されます)
Who can view a PDF that is uploaded to the Files Home private library by 8 user?

解説: (GoShiken メンバーにのみ表示されます)
Susan posts a file to the chatter fees for a record of an object which OWD is private.
Which two statements accurately describe who can view the file by default?
Choose 2 answers.

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (Custom object, Private OWD). UC \as complex rules to control users' access. The Salesforce Architect recommended using Apex managed sharing to meet these requirements.
Which two recommendations should a Salesforce Developer consider when implementing the changes7 Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)