[2024年更新]合格できるSalesforce Sharing-and-Visibility-Architectプレミアム資料テストエンジンPDFの無料問題集お試しセット [Q75-Q93]

Share

[2024年更新]合格できるSalesforce Sharing-and-Visibility-Architectプレミアム資料テストエンジンPDFの無料問題集お試しセット

2024年最新のリアルSharing-and-Visibility-Architect問題集テストエンジン試験問題はここにある


Salesforce認定の共有および可視性アーキテクト認定は、複雑な共有と可視性の要件を含むソリューションの設計と実装の専門知識を実証したいSalesforceの専門家にとって貴重な資産です。また、複雑なSalesforceソリューションを設計および実装するための経験豊富な建築家を探している雇用主にとっても求められている認定です。

 

質問 # 75
To reduce the case time resolution and improve customer satisfaction, Universal Containers (UC) wants to allow specialized marketing consultants to have edit access to Case records of VIP customers. These casts should be visible only to the support rep who owns the case and the marketing consultants.
Which recommendation should a Salesforce architect give to allow this scenario?

  • A. Case organization-wide default Public Read Only and Case Team with Read permission.
  • B. Case organization-wide default Private, role hierarchy, and Read Only ownership-based sharing rule.
  • C. Case organization-wide default Private and Account Team with Read/Edit permission.
  • D. Case organization wide default Private and Case Team with Read/Edit permission.

正解:C

解説:
Explanation
Setting the case organization-wide default to Private and adding the specialized marketing consultants to the account team with Read/Edit permission are the best recommendations to allow this scenario. This way, only the support rep who owns the case and the marketing consultants who are related to the account can see and edit the case records of VIP customers. Option B is incorrect, since setting the case organization-wide default to Public Read Only would give access to all cases to all users. Option C is incorrect, since using a role hierarchy and a read-only ownership-based sharing rule would not give edit access to the marketing consultants. Option D is incorrect, since adding the marketing consultants to the case team would require manual configuration and maintenance.


質問 # 76
Universal Containers, a global corporation of 50,000 users, has a 24x7 call center operated by 20,000 users that includes employees and contractors. Their sales organization is 10,000 strong and they started processing about 100,000 updates to opportunity custom fields called Priority and NextStep. They also started processing
20,000 updates to a highly nested territory hierarchy. There was a third mass update on a Next Step field on the Action Plan custom object that has Case as a lookup field. Users started seeing a Group membership lock error in the system. What is a probable cause for this error?

  • A. Lock contention due to system-initiated sharing rule recalculation
  • B. Lock contention on Territory object because of Territory object updates.
  • C. Lock contention on Case records because of Action Plan custom object updates.
  • D. Lock contention on Account records because of Opportunity object updates.

正解:A

解説:
Explanation
The probable cause for this error is lock contention due to system-initiated sharing rule recalculation. When there are mass updates to fields that affect sharing rules, such as territory or role fields, Salesforce automatically recalculates the sharing rules to reflect the changes. This can cause lock contention on group membership records, which store the users and groups that have access to records through sharing rules. The other options are not likely to cause this error.


質問 # 77
The sales managers at the Universal Containers (UC) requested their teams to define each user's role on their accounts in order to provide an easy way to establish accountability and collaboration. Sales managers also requested that sales associates should only get the following permissions:
* Read access to the accounts.
* Read access to cases related to the accounts
* No access to deals related to the accounts
The sales associates may be granted access to opportunities when needed.
Assuming the overall sharing model of the organization is private and no sharing rules are configured on the account object. How can an Architect achieve these requirements?

  • A. Use Account teams and use Sharing rules to share cases with sales associates. No change required to the opportunity object
  • B. Use Account teams, Case teams. No configuration required for the opportunity object.
  • C. Use Account teams, Opportunity teams, and Case teams.
  • D. Use Account Teams to define access to accounts as well as opportunities and cases related to accounts

正解:D


質問 # 78
Universal Containers has a custom Job object with a private sharing model. Based on the size and location of the Job, different teams must have access to edit the specific Job record. To support this requirement, Apex Managed Sharing has been implemented to share records with the required users. Since the teams change frequently, managed sharing recalculations need to be manually run frequently. What can the Architect do to optimize this process?

  • A. Create a custom Visualforce page to edit the jobs and specify Without Sharing on the controller.
  • B. Create public groups for each team, and share the jobs with the groups instead of users.
  • C. Change the sharing model on the Job object to Public Read/Write.
  • D. Create a scheduled job to automatically run the sharing recalculations on a nightly basis.

正解:B


質問 # 79
Which three areas should the Architect review in order to increase performance of "Record Access" and "Sharing" calculations?
Choose 3 answers.

  • A. Custom Object data, to ensure that no Account has more than 10,000 Custom Objects that look up to it.
  • B. Opportunity data, to ensure that no Account has more than 10,000 Opportunity records that are related to it.
  • C. Apex Managed Sharing triggers, to ensure that no trigger is querying more that 10,000 Object records.
  • D. Record ownership, to ensure that no user owns more than 10,000 Object records in the system.

正解:A、B、D


質問 # 80
Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as (Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object. How can an architect achieve this requirement?

  • A. Custom Lightning Component.
  • B. Object Permissions.
  • C. Field-level security
  • D. Permission Set.

正解:D

解説:
Explanation
The architect can achieve this requirement by using a permission set. A permission set is a collection of settings and permissions that give users access to various tools and functions3. The architect can create a permission set that grants edit access to the flag field on the case object, and assign it to the users who are assigned as case assessors. Object permissions control the access level that users have to records, not fields. A custom lightning component is not necessary for this requirement, as it can be done declaratively. Field-level security controls the visibility of fields on page layouts and reports, not the editability.


質問 # 81
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. Sales Cloud
  • B. Customer Community
  • C. Customer Community Plus
  • D. Partner Community

正解:D

解説:
Explanation
The license recommendation that will meet distributor needs is Partner Community. Partner Community licenses are designed for users who are not employees of UC, but are part of their partner ecosystem, such as distributors, resellers, or suppliers. Partner Community users can access standard CRM objects such as accounts, contacts, leads, opportunities, cases, and campaigns. They can also collaborate with other partners and UC employees using Chatter and Communities. Sales Cloud licenses are for internal sales users who need full access to standard CRM and custom objects. Customer Community Plus licenses are for high-volume customers who need access to standard CRM objects and custom objects, but not opportunities. Customer Community licenses are for low-volume customers who need access only to custom objects and a subset of standard CRM objects.


質問 # 82
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 nor 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?

  • A. A sharing rule is missing to share Invoices to the AR team.
  • B. A sharing rule is missing to share Accounts to the AR team.
  • C. The AR team profile needs to be assigned an Invoice Page layout.
  • D. The Accounts receivable profile does not have read Permission to the Invoice Object.

正解:B

解説:
Explanation
A sharing rule is missing to share Accounts to the AR team, which could be the issue preventing AR team members from seeing invoices. Since invoice is a custom object with a master-detail relationship to account, its sharing settings are controlled by its parent account. If AR users do not have access to account records, they will not be able to see or query invoice records either. Option A is incorrect, since a sharing rule to share invoices to the AR team would not work, as invoice inherits its sharing settings from account. Option B is incorrect, since assigning an invoice page layout to the AR team profile would not affect their visibility of invoice records. Option D is incorrect, since giving read permission to the invoice object to the Accounts receivable profile would not grant access to invoice records that are owned by other users.


質問 # 83
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 Managers and their managers in the role hierarchy will also have access to these records.
  • B. Sales Engineers that have a similar role of the Sales Engineers of the public group will also have access to these records.
  • C. Subordinates of Managers who have Sales Engineers in the public group will also have access to these records.
  • D. Sales Engineers direct reports will also have access to these records.

正解:A


質問 # 84
A sales coach at Universal Containers wants to create and share report folder with other sales coaches, Which two permissions are required to accomplish this?

  • A. Manage Reports in Public Folders and edit My Reports.
  • B. Create and customize Reports and Report Folders.
  • C. Create Report Folders and manage Reports in Public Folders.

正解:B

解説:
Explanation
Creating and customizing Reports and Report Folders and Manage Reports in Public Folders are two permissions that are required to accomplish this task, as they allow users to create reports and folders and share them with other users or groups. Editing My Reports is not a permission that is required to accomplish this task, as it only allows users to edit reports in their personal folders. Creating Report Folders is not a permission that exists in Salesforce.


質問 # 85
Universal Containers (UC) operates worldwide with offices in more than 100 regions in 10 different countries' role hierarchy to control data visibility. In the new fiscal year, UC is planned to reorganize the roles and reassign accounts owners. Which two points should an architect consider in this situation?
Which two points should an Architect consider in this situation?
Choose 2 answers

  • A. Changing complex role hierarchy can cause a high level of sharing recalculation.
  • B. Using a temporary parking lot account to improve performance.
  • C. Replacing Account records ownerships massively can cause data skew.
  • D. Restricting the organization-sharing configurations to private.

正解:A、C

解説:
Explanation
The architect should consider that changing complex role hierarchy can cause a high level of sharing recalculation, and that replacing account records ownerships massively can cause data skew. Changing role hierarchy affects the sharing rules that are based on roles or role and subordinates, which can trigger a recalculation of sharing for all the records owned by users in those roles. Replacing account records ownerships massively can cause data skew, which is a condition where a large number of child records are associated with one parent record, resulting in performance issues. Using a temporary parking lot account to improve performance is not a recommended practice, as it can cause data quality issues and security risks.
Restricting the organization-sharing configurations to private is not relevant to this situation, as it does not address the impact of changing roles and reassigning accounts.


質問 # 86
For the Universal Containers Commercial and Consumer support departments, having access to Activities for Contacts with which they interact is important. Commercial support users should not see Consumer Accounts/Contacts and Consumer support users should not see Commercial Accounts/Contacts. Assuming the Organization-Wide Default for Activities is set to "Controlled by Parent" what is the minimum level of Sharing access a support user would need to Accounts/Contacts to view associated Activities?

  • A. The users need no access to Accounts/Contacts with the proper Activity Sharing Rules and Profile Permissions for the Accounts Tab.
  • B. Private Account/Contact Sharing Default with a Sharing Rule for each department set to Public Read/Write access to Accounts/Contacts.
  • C. Private Account/Contact Sharing Default with a Sharing Rule for each department set to Public Read only access to Accounts/Contacts.
  • D. Private Account/Contact Sharing Default with a Sharing Rule for each department set to Private access to Accounts/Contacts.

正解:C

解説:
Explanation
If the organization-wide default for activities is controlled by parent, then the users need at least read-only access to the parent accounts and contacts to view the associated activities. A private sharing default with a sharing rule for each department that grants read-only access to the relevant accounts and contacts would meet this requirement. Public read/write access is not necessary and would violate the principle of least privilege.
Private access would not allow the users to see any accounts or contacts outside their own role hierarchy. Activity sharing rules and profile permissions for the accounts tab are not relevant if the activities are controlled by parent


質問 # 87
If OWD is Public Read Only, what are sharing access options

  • A. Read, - Read/Write

正解:A


質問 # 88
Which features does Salesforce provide for restricting login access to the application?
Choose 2 answers.

  • A. Role-based IP restrictions
  • B. Profile-based IP restrictions
  • C. Organization-wide login hour restrictions
  • D. Profile-based login hour restrictions

正解:B、D

解説:
Explanation
Profile-based login hour restrictions and profile-based IP restrictions are two features that Salesforce provides for restricting login access to the application. These features allow administrators to specify when and from where users can log in to Salesforce based on their profiles. Role-based IP restrictions and organization-wide login hour restrictions are not valid features in Salesforce.


質問 # 89
A sales coach at Universal Containers wants to create and share @ report folder with other sales coaches, Which two permissions are required to accomplish this?

  • A. Manage Reports in Public Folders and edit My Reports.
  • B. Create and customize Reports and Report Folders.
  • C. Create Report Folders and manage Reports in Public Folders.

正解:B


質問 # 90
Bob uploads a PDF to his Files Home private library.
Who can view this file?

  • A. Bob and users with Modify All Data permission
  • B. Bob and users above Bob in the role hierarchy
  • C. Bob and users with View All Data permission
  • D. Only Bob

正解:D

解説:
Explanation
Only Bob can view the file that he uploads to his Files Home private library. Users above Bob in the role hierarchy, users with View All Data permission, or users with Modify All Data permission cannot access the file unless Bob explicitly shares it with them


質問 # 91
Universal Containers has successfully implemented a large Service Cloud rollout for their national call center 3 months ago. One of their largest customer accounts, United Automotive, has over 15,000 open cases. Agents are now having trouble opening new cases for United Automotive. When they try to create a case, the following Error messages appear for them UNABLE_TO_LOCK_ROW They notice that this only occurs for the United Automotive account. If they try to save the case again it will usually work, but the problem seems to be happening more and more often. What option should the Architect recommend?

  • A. Review the Customer Service Profile to ensure that they have Read/Write access to the appropriate Case and Account Fields.
  • B. Review all Case Sharing Rules and consolidate where appropriate to reduce the total number of sharing rules.
  • C. Review the Account structure to split the United Automotive account into multiple branch accounts.
  • D. Review all Account sharing rules to ensure that the Customer Service team has Read/Write access to the United Automotive Account.

正解:C


質問 # 92
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?

  • A. Read Only
  • B. Private and Read Only
  • C. Read Only and Read/Write
  • D. Private

正解:C


質問 # 93
......


Salesforce認定の共有および可視性アーキテクトになるには、候補者はセキュリティと共有機能を含むSalesforceプラットフォームの広範な知識を持つ必要があります。また、オブジェクト関係、データアクセス、データ共有ルールなど、Salesforceデータモデルを深く理解する必要があります。候補者は、Salesforceを扱う数年の経験があり、プラットフォームの機能と制限を強く理解する必要があります。


Salesforce Sharing-and-Visibility-Architect(Salesforce認定共有および可視性アーキテクト)試験は、Salesforceの複雑な共有および可視性ソリューションの設計と実装を専門とする専門家向けに設計されています。この認定は、Salesforceの共有と可視性の分野で最高レベルの専門知識として認識されており、エンタープライズレベルの共有と視認性のソリューションを設計および実装するために必要なスキルと知識を検証するために特別に設計されています。

 

最新オフィシャル資料はSharing-and-Visibility-Architect認証されたSharing-and-Visibility-Architect問題集PDF:https://www.passtest.jp/Salesforce/Sharing-and-Visibility-Architect-shiken.html

最新推薦するSharing-and-Visibility-Architect問題集はSalesforce Architect認証された:https://drive.google.com/open?id=1dbXR1ZOT31Xak2-D6a9JwdcSPPapQetY