[2023年11月18日]Sharing-and-Visibility-Architectテスト準備できるトレーニング練習テスト試験問題 [Q38-Q61]

Share

[2023年11月18日]Sharing-and-Visibility-Architectテスト準備できるトレーニング練習テスト試験問題

試験問題解答ブレーン問題集でSharing-and-Visibility-Architect試験問題集PDFを使おう


Salesforceは、すべてのサイズのビジネスで広く使用されている主要な顧客関係管理(CRM)ソフトウェアです。 Salesforceを使用すると、ビジネスは顧客データを管理し、セールスリードを追跡し、マーケティングキャンペーンを自動化できます。 Salesforce Sharing-and-Visibility-Architect認定は、Salesforceの共有と可視性に特化したアーキテクトを対象とした高度な認定です。


Salesforceは、プラットフォームを扱う専門家にさまざまな認定を提供します。これらの認定は、基本管理から高度な開発まで、Salesforceのさまざまな分野の専門知識を実証するように設計されています。 Salesforceが提供する最も権威のある認定の1つは、Salesforce認定の共有と可視性アーキテクトの認定です。


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

 

質問 # 38
The Architect notices that there are many duplicate Account records and numerous sharing rules created in Salesforce. What would be the reason?

  • A. The Object permissions for the Account object are Create, Read, and Edit.
  • B. The Organization-Wide Default for the Account object is Public Read-Only.
  • C. The Organization-Wide Default for the Account object is Private.
  • D. The Organization-Wide Default for the Account object is Public Read/Write.

正解:C

解説:
Explanation
The reason why there are many duplicate Account records and numerous sharing rules created in Salesforce is that the Organization-Wide Default for the Account object is Private4. This means that users can only see their own accounts and those shared with them explicitly by sharing rules or other means. This could lead to users creating duplicate accounts without knowing that they already exist in Salesforce. If the Organization-Wide Default for the Account object is Public Read/Write or Public Read Only, users would be able to see all accounts in Salesforce and avoid creating duplicates. The Object permissions for the Account object are not relevant for this question.


質問 # 39
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

  • A. Apex Sharing to share opportunities with sales managers.
  • B. Sharing Rules to share opportunities with sales managers.
  • C. Scheduled Apex job to remove access.
  • D. Opportunity team to share opportunities with sales managers.

正解:C、D


質問 # 40
What vulnerability can exist when controllers use dynamic rather than static queries and bind variables?

  • A. Record Access Override.
  • B. Buffer Overflow Attacks.
  • C. Cross-site scripting.
  • D. SOQL Injection.

正解:D


質問 # 41
A sales rep (John) at Universal Containers (UC) requested to update information in an account record where he has READ only access. John requested the EDIT access permission from the owner of the record (Paul). Paul manually shared the record with John. Assuming the OWD of the Account object is Public Read-Only, what is the impact in the system?

  • A. Existing AccountShare record is updated. Row Cause is "Manual" and Access Level is "Read/Write".
  • B. New AccountShare record is created. Row Cause is "Owner" and Access Level is "Full".
  • C. Existing AccountShare record is updated. Row Cause is "Owner" and User/Group is "John".
  • D. New AccountShare record is created. Row Cause is "Manual" and Access Level is "Read/Write".

正解:C


質問 # 42
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 certain individuals at a distributor. Which scalable solution would an architect recommend that will give users in the partner manager role access to all Case and Container records owned byother partner managers and partner users (but not the partner executive) at the same distributor?

  • A. Create a permission set granting the View All permission to Case and Container records.
  • B. Create ownership-based sharing rules for your distributors.
  • C. Give Super User permission to the partner manager users.
  • D. Create Sharing sets.

正解:C


質問 # 43
At Universal Containers, Accounts and Contacts are normally visible to all employees, and Proposals (custom object) are visible to the Account owner and managers. However, some Proposals are considered confidential and are managed by a Strategic Proposals team. These Proposals should not be visible to anyone in the Sales group other than the owner and the strategic team.
How should the architect design for this requirement?

  • A. Disable Grant Access Using Hierarchies and set an Owner-Based Sharing rule for Strategic Deals team.
  • B. Disable Grant Access Using Hierarchies and set a Criteria-Based Sharing rule for Strategic Deals team.
  • C. Proposal Owner set to the Strategic Deals Team Queue and set the Account relationship to Master-Detail.
  • D. Proposal Owner set to the Strategic Deals Team Queue and create an owner-based sharing rule to grant visibility to the Account owner

正解:A

解説:
Explanation
Disabling Grant Access Using Hierarchies and setting an Owner-Based Sharing rule for Strategic Deals team is the best way to design for this requirement. This will ensure that only the owner and the strategic team can access the confidential proposals, regardless of the role hierarchy. Setting the Proposal Owner to the Strategic Deals Team Queue will not work, because queues can only own leads, cases, orders, and custom objects.
Setting a Criteria-Based Sharing rule for Strategic Deals team will not work, because criteria-based sharing rules can only grant access, not restrict it.


質問 # 44
Users at Universal Containers are complaining that a field has disappeared from the Account page after deploying its latest project. The page layout has not changes with this deployment.
How should the admin troubleshoot this issue?

  • A. Review change to Account record types.
  • B. View Field Accessibility in the Object Manager
  • C. Log in as user and check several Accounts to isolate the problem records.
  • D. Run a Who Sees What report, filtering on Account.

正解:B

解説:
Explanation
The best way to troubleshoot this issue is to view Field Accessibility in the Object Manager. This will allow the admin to see how the field-level security settings affect the visibility of the field for different profiles and record types. The other options are not helpful, because:
Reviewing changes to Account record types will not show why a field has disappeared from the Account page, unless the field is dependent on a record type that has been deactivated or modified.
Logging in as user and checking several Accounts will not isolate the problem records, because the issue is related to field visibility, not record access.
Running a Who Sees What report will not help, because this report only shows how sharing settings affect record access, not field visibility.


質問 # 45
Which advanced tool should Salesforce enable for large-scale Role Hierarchy realignments?

  • A. Granular Locking
  • B. Skinny Table Indexing
  • C. Partitioning by Divisions

正解:A


質問 # 46
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

正解:B


質問 # 47
A sales representative at Universal Containers needs assistance from specific product managers when selling certain deals. Product managers do not have access to opportunities they don't own, as the sharing model is Private, but need to gain access when they are assisting with a specific deal. How can an Architect accomplish the requirement?

  • A. Enable opportunity teams and allow users to add the product manager.
  • B. Enable account team and allow users to add the product manager.
  • C. Use similar opportunities to share opportunities related to the product manager.
  • D. Create a sharing rule to allow the product manager to access the opportunity.

正解:A

解説:
Explanation
Enabling opportunity teams and allowing users to add the product manager is the best way to accomplish the requirement, as it allows for granular and flexible sharing of opportunities with specific users who are involved in the deal. Creating a sharing rule to allow the product manager to access the opportunity is not feasible, as it would require a criteria or an owner-based rule that would apply to all product managers and opportunities, not just specific ones. Enabling account team and allowing users to add the product manager is not sufficient, as it would only grant access to the account, not the opportunity. Using similar opportunities to share opportunities related to the product manager is not relevant, as it is a feature that helps users find and update similar opportunities based on fields and filters


質問 # 48
Which two are potential vulnerabilities in the following code snippet? <apex:page> <apex:form> <apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query" action="{!query}" /> </apex:form> </apex:page> public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers

  • A. SOQL Injection
  • B. Arbitrary Redirects
  • C. FLS check
  • D. Data Access Control

正解:A、D


質問 # 49
Which two access grants are stored in the Group Maintenance tables?
Choose 2 answers

  • A. Implicit grants
  • B. Explicit grants
  • C. Group Membership grants
  • D. Inherited access grants

正解:C、D

解説:
Explanation
Inherited access grants and group membership grants are two types of access grants that are stored in the group maintenance tables. These tables store information about which users belong to which groups (group membership grants) and which groups inherit access from which groups (inherited access grants). Explicit grants and implicit grants are not stored in the group maintenance tables, but in other tables such as share tables and role hierarchy tables.


質問 # 50
Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need opportunities assigned to their distributor for delivery.
What license recommendation will meet distributor needs?

  • A. Sales Cloud
  • B. Partner Community
  • C. Custom Community
  • D. Customer Community Plus

正解:B


質問 # 51
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 ...> Direct of sales ..> Sales Manager ..> Sales Reps
What is the main problem a Salesforce Architect will face to provide a solution?

  • A. Partner Community does not support Role Hierarchy.
  • B. Super User does not work in Partner Community
  • C. The Channel manager Role can not be shared with Partner Community.
  • D. Partner User Roles are limited to three levels.

正解:D


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

  • A. The Donations Reps access to the assigned accounts.
  • B. The Account (donor) object OWD is Private.
  • C. Salesforce sharing recalculation kicked off.
  • D. There is an Account ownership data skew problem.

正解:D


質問 # 53
Universal Containers (UC) enables customers to manage issues using a customer Community license. The Case external organization-wide default is set to Private. Currently community users can only see cases they created.
What can be done to allow community users to see all cases for their account?

  • A. Upgrade the licenses to Customer Community Plus.
  • B. Ensure the criteria-based sharing rule applies to all users.
  • C. Create a sharing set for these customers.
  • D. Write an Apex class to create manual shares for these users.

正解:C

解説:
Explanation
A sharing set is the best way to share cases with customer community users based on a common account. Sharing sets are available for Customer Community licenses and can grant access to related records using predefined criteria1. Option A is incorrect, since writing an Apex class to create manual shares for these users would be complex and unnecessary. Option B is incorrect, since criteria-based sharing rules are not available for customer community users. Option D is incorrect, since upgrading the licenses to Customer Community Plus would be costly and not required in this scenario


質問 # 54
An External Object is created to show Invoices from an external accounting system. When viewing the External Object, a user should only access invoice records the user is authorized to see.
What two actions are required to achieve the above requirement? Choose 2 answers

  • A. Setup External Object to use OAuth to connect to the Accounting system.
  • B. Create an owner based sharing rule to grant visibility to the Invoice object.
  • C. Grant access to the External Object to only the Account Manager profile.
  • D. Restrict access to data in the accounting system.

正解:A、D

解説:
Explanation
The two actions that are required to achieve the requirement are setting up External Object to use OAuth to connect to the Accounting system and restricting access to data in the accounting system. OAuth is an authentication protocol that allows Salesforce to securely access data from an external system without storing the username and password of the external system user3. Restricting access to data in the accounting system is a way to ensure that only authorized users can view the invoice records from the external source. Creating an owner based sharing rule to grant visibility to the Invoice object and granting access to the External Object to only the Account Manager profile are not actions that can ensure that a user only accesses invoice records the user is authorized to see.


質問 # 55
Sales Operations at Universal Container (UC) wants to create the opens to fiber appropriates for center.
In which two ways can UC hide list that are not relevant to an individual use since there will be Choose 2 answers.

  • A. Share the list views with the appropriate individual users.
  • B. Share the list views with the appropriate role in the role hierarchy
  • C. Share the list views with the appropriate public group.
  • D. Share the list views with the appropriate queue.

正解:B、C


質問 # 56
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. Criteria-Based sharing rule for the Delivery Profile on the Job Object.
  • B. Grant access Using Hierarchy sharing setting on the Job Object set to false.
  • C. "Modify All" permission for Job Object on the Delivery Profile.
  • D. Organization-Wide Default sharing setting of Private on the Job Object.
  • E. "View All Data" profile permission on the Delivery Profile.

正解:B、C、D

解説:
Explanation
To support the requirement of allowing only the owner and users in the Delivery profile to view and edit Job records, you need to use three platform sharing tools:
Organization-Wide Default sharing setting of Private on the Job Object: This will restrict access to Job records to only the owner by default.
Grant access Using Hierarchy sharing setting on the Job Object set to false: This will prevent users above the owner in the role hierarchy from accessing Job records.
"Modify All" permission for Job Object on the Delivery Profile: This will grant users in the Delivery profile full access to all Job records regardless of ownership.
Criteria-Based sharing rule and "View All Data" profile permission are not required for this scenario.
Criteria-Based sharing rule would grant additional access to users who meet certain criteria, which is not necessary. "View All Data" profile permission would grant access to all data in the organization, which is too broad and may violate data security.


質問 # 57
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. Use ''runAS'' system method in Apex classes to enforce record visibility.
  • B. Use ''With Sharing'' keyword to make sure record visibility will be considered
  • C. Create a specific Sharing Reason for the custom object.
  • D. Create a new record in_Share object with RowCause ''Manual''

正解:C


質問 # 58
Besides their own team accounts, sales managers at Universal Containers need to have READ access to all accounts of the same segment in other countries. Role hierarchy was implemented accordingly (based on countries), but a sales manager in the US is complaining that he cannot view account records of the same segment in Canad What should be done to grant access in a proper way?

  • A. Change the role hierarchy and put all of the sales managers in the US and Canada in the same role.
  • B. Create an owner-based sharing rule to grant access to account records that have the same segment to all sales manager roles.
  • C. Create a public group and include all accounts of the same segment and grant access through a permission set.
  • D. Create criteria-based sharing rules to grant access to account records that have the same segment to all sales manager roles.

正解:B

解説:
1. Owner-Based Sharing Rules
An owner-based sharing rule opens access to records owned by certain users. For example, a company's sales managers need to see opportunities owned by sales managers in a different region. The U.S. sales manager could give the APAC sales manager access to the opportunities owned by the U.S. team using owner-based sharing.
https://help.salesforce.com/articleView?id=security_sharing_rule_types.htm&type=5


質問 # 59
Universal Containers has recently implemented an integration that is populating 50 custom fields on the account object. They would like these fields to be available to Managers for reporting but do not want them to clutter the page layouts. What should the Architect recommend as a solution?

  • A. Add the fields to a Custom Report; grant the Managers' Role access to the report folder.
  • B. Grant Managers access to the fields using Field-Level Security; do not add them to a page layout.
  • C. Add the fields to the Managers' Account Page Layout; mark the page layout section as Collapsed.
  • D. Grant the Managers access to the fields using a Role-Based Sharing Rule; leave them hidden on the page layout.

正解:B

解説:
Explanation
The best solution for this scenario is to grant managers access to the fields using field-level security, and do not add them to a page layout. This way, the managers can see the fields in reports, but not on the account record detail page. The other options are either not feasible or not effective.


質問 # 60
Sales operations at Universal Containers (UC) has created Public Reports and Dashboards folders for sales managers. Sales operations and salts managers' report to the VP of Sates. Sales operations currently spends a few hours each month updating users mat should have access to edit reports and dashboards in these folders.
How should UC grant access to sales managers to automate access to these Public Reports and Dashboard folder?

  • A. Share the folders with a "Sales Managers" Public
    Group.
  • B. Share the folders with the lowest rates in the Role Hierarchy; superiors will get access automatically.
  • C. Share the folders with the Sales Managers profile.

正解:C

解説:
Explanation
Sharing the folders with the Sales Managers profile is the best way to grant access to sales managers to automate access to these Public Reports and Dashboard folder, as it allows admins to share folders with users who have a specific profile4. Sharing the folders with a "Sales Managers" Public Group will work, but it will require manual maintenance and may not reflect changes in roles or positions. Sharing the folders with the lowest rates in the Role Hierarchy will not work, as folders cannot be shared with roles or subordinates.


質問 # 61
......

無料ダウンロードSalesforce Sharing-and-Visibility-Architectリアルな試験問題で合格しよう:https://jp.fast2test.com/Sharing-and-Visibility-Architect-premium-file.html

Sharing-and-Visibility-Architect試験問題集、Sharing-and-Visibility-Architect練習テスト問題:https://drive.google.com/open?id=1HmSnoLPKnQ3byaiAnANhj8TQb7KX2Ghx


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어