2023年10月 Salesforce Sharing-and-Visibility-Architect認定リアル2023年最新の模擬試験合格させます [Q66-Q83]

Share

2023年10月 Salesforce Sharing-and-Visibility-Architect認定リアル2023年最新の模擬試験合格させます

Sharing-and-Visibility-Architect試験問題と有効なSharing-and-Visibility-Architect問題集でPDF


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


Salesforce Sharing-bisibility-Architect試験は、Salesforceエコシステムで最も権威のある認定の1つです。これは、Salesforceで複雑な共有と可視性のソリューションを設計および実装する際に豊富な知識と経験を持つ専門家向けに設計されています。この試験では、さまざまな種類の組織や業界の安全でスケーラブルで効率的な共有および可視性モデルの設計と実装における候補者のスキルの評価に焦点を当てています。

 

質問 # 66
Universal Containers (UC) has implemented Customer Community with customer community plus license for its distributors. Retail distributors have part-time agents who work for multiple distributors. Those agents should have access to other distributor accounts as well.
What can be configured to grant agents access to different distributor accounts?

  • A. Create sharing rules to share distributor accounts with agents.
  • B. Use share group to share distributor accounts with agents who have account contact relationship.
  • C. Use Apex sharing to share distributor accounts with agents using the Account__ Share table.
  • D. Create sharing set to share distributor accounts with agents using account contact relationship.

正解:C

解説:
Explanation
Apex sharing is a way to programmatically grant access to records for users or groups of users. Apex sharing can be used to share records with Customer Community Plus users, who are not supported by other declarative sharing options such as sharing sets or sharing rules. Apex sharing uses the Account__Share table to store the sharing information for the Account object. Therefore, the answer A is correct and the other options are incorrect


質問 # 67
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. New AccountShare record is created. Row Cause is "Owner" and Access Level is "Full".
  • B. Existing AccountShare record is updated. Row Cause is "Manual" and Access Level is "Read/Write".
  • C. New AccountShare record is created. Row Cause is "Manual" and Access Level is "Read/Write".
  • D. Existing AccountShare record is updated. Row Cause is "Owner" and User/Group is "John".

正解:C

解説:
Explanation
A new AccountShare record is created with Row Cause as "Manual" and Access Level as "Read/Write" when Paul manually shares the record with John. This record grants John edit access to the account owned by Paul.
Option B is incorrect, since an existing AccountShare record is not updated, but a new one is created. Option C is incorrect, since the Row Cause is not "Owner", but "Manual". Option D is incorrect, since an existing AccountShare record is not updated, but a new one is created.


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

  • A. MyCustomObject__Share

正解:A


質問 # 69
Below are some details regarding the organization at Universal containers:
1. Richard and Kevin are the east sales reps and their manager is Karen the East sales executive.
2. Sam and Wilder are West sales reps and the manager is Wendy, the West sales executive.
3. Bob is the CEO and managers both Karen and Wendy
Universal containers role hierarchy follows their management structure. Richard owns an account, NewCompany, and Kevin owns an account, OldCompany. Karen manually shared her account NewWorld with Kevin. However, she has moved to a new role to lead all Named Accounts, and Phil, who replaced her, is the new owner of NewWorld. Which employees will have access to the NewWorld account?

  • A. Bob, Phil and Kevin
  • B. Bob, Karen and Kevin
  • C. Bob, Richard, Phil and Kevin
  • D. Bob and Phil

正解:D

解説:
Explanation
The employees who will have access to the NewWorld account are A, Bob and Phil. Bob will have access because he is above Phil in the role hierarchy, and Phil will have access because he is the new owner of the account. Richard and Kevin will not have access because they are not related to Phil by role or account team, and Karen will not have access because she has moved to a new role and lost her manual sharing access.


質問 # 70
Which three advanced tools can Salesforce enable for large-scale role hierarchy realignments in organizations with large data volumes?
Choose 3 answers.

  • A. Parallel Sharing Rule Recalculation
  • B. Granular Locking
  • C. Partitioning by Divisions
  • D. Skinny Table Indexing
  • E. Deferred Sharing Calculation

正解:C、D、E


質問 # 71
Universal Container has a set of Account management users that should only see accounts once the account becomes a customer. The type field on the Account identifies whether the account is a prospect, customer, partner, or other. Which two methods could an Architect use to enable this sharing requirement, assuming a private sharing model for accounts? Choose two:

  • A. Create an account sharing rule that shares all accounts owned by sales to be shared with account management roles and subordinates
  • B. Create a public list view, where accounts of type customer are included and share the list view with account management public group
  • C. Create a criteria-based sharing rule that shares the account to the account management group when the type is customer
  • D. Institute a business process that calls for the account manager to be added to the account team once the account becomes a customer

正解:C、D

解説:
Explanation
Instituting a business process that calls for the account manager to be added to the account team once the account becomes a customer, and creating a criteria-based sharing rule that shares the account to the account management group when the type is customer are two methods that could be used to enable this sharing requirement, assuming a private sharing model for accounts. These methods would ensure that only accounts with type customer are shared with the account management users, and only when they are involved in the account team. Creating a public list view, where accounts of type customer are included and share the list view with account management public group is not a method to enable sharing, as it only filters the records that are already visible to the users, not grant access to new ones. Creating an account sharing rule that shares all accounts owned by sales to be shared with account management roles and subordinates is not a method to enable this sharing requirement, as it would share all accounts regardless of their type


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

  • A. There are no other options besides using field level security.
  • B. Create a new custom object controlled by parent and a Master-Detail relationship to Employee to store new restricted information.
  • C. Create a new custom object with private OWD and Lookup relationship to Employee to store new restricted information.
  • D. Change OWD of Employee custom object to private and a Lookup self-relationship to store only new restricted information.

正解:C

解説:
Explanation
To make the sensitive fields accessible to the Human Resource team, other than field level security, another option is to create a new custom object with private OWD and Lookup relationship to Employee to store new restricted information. This will allow creating a separate security model for the new custom object, which can be shared with the Human Resource team using sharing rules or permission sets. Creating a new custom object controlled by parent and a Master-Detail relationship to Employee will not work, as it will inherit the same OWD as Employee, which is Public Read Only. Changing OWD of Employee custom object to private and a Lookup self-relationship to store only new restricted information will not work, as it will make all employee records inaccessible to other users who need them.


質問 # 73
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. Custom Community
  • C. Partner Community
  • D. Customer Community Plus

正解:C

解説:
Explanation
To meet the distributor needs, a Salesforce Architect should recommend using Partner Community licenses. Partner Community licenses are designed for external users who need access to standard CRM objects, such as accounts, contacts, opportunities, and cases3. Partner Community users can also collaborate with internal users and other partners through Chatter and Communities4. Sales Cloud licenses are for internal users who need full access to standard CRM and custom objects. Customer Community Plus licenses are for external users who need access to custom objects and a subset of standard CRM objects, such as accounts and contacts. Custom Community licenses are for external users who need access to custom objects only


質問 # 74
Universal Containers uses Standard WorkOrder object to track various work orders sent to field agents. Currently, the WorkOrder object has more than 400 fields. There are eight different types of work order processes established. The Director of Customer Service wants to ensure that field agents gets to see only required information specific to the WorkOrder type they are addressing.
Which option is recommended to implement this requirement?

  • A. Use Dynamic form to add different page sections and control visibility of sections by Work Order RecordType value,
  • B. Use different page layouts per work order type with different sections representing key information about the specific work order type.
  • C. Use a custom LWC to override the view action of WorkOrder with custom metadata type defining relevant fields per WorkOrder type

正解:A


質問 # 75
Universal Container is creating a custom VF page to allow user to edit contact records. The developer has used an apex:outputField for the Phone field on the contact obj. What is the expected behavior if a user without FLS accesses the VF page?

  • A. The output field is visible to user
  • B. The user encounters an error while saving the record
  • C. The user is able to enter a value into the phone field
  • D. The field is automatically removed from the page

正解:D


質問 # 76
Universal Containers has built a recruiting application on the salesforce Platform. HR requested that all internal users should have edit access to the referral custom object. One of the recruiters needed to share a referral record with another colleague for collaboration using manual sharing. The recruiter opened the referral record and could not find the share button. What could be the technical reason for this?

  • A. The Referral object OWD is private.
  • B. The Referral object OWD is public Read/Write.
  • C. The Referral object OWD is public Full Access.
  • D. The Referral object OWD is public Read only.

正解:B


質問 # 77
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. Partner User Roles are limited to three levels.
  • C. The Channel manager Role can not be shared with Partner Community.
  • D. Super User does not work in Partner Community

正解:B


質問 # 78
Universal Containers (UC) wants to reduce the amount of redundant leads entered into the system. UC also only edited/reassigned by the lead owner.
What organization-wide default (OWD) approach should be recommended to help UC implement these requirements?

  • A. Implement a Public Read Only OWD on Lead.
  • B. Implement a Public Read/Write OWD on Lead.
  • C. Implement a private OWD on Lead.
  • D. Implement a Public Read Only/Transfer OWD on Lead

正解:C

解説:
Explanation
To reduce redundant leads and restrict their editing and reassignment, a Salesforce Architect should recommend implementing a private OWD on Lead. A private OWD means that only the owner of the lead record and users above them in the role hierarchy can view, edit, or transfer the lead. This will prevent duplicate leads from being created by other users, and also ensure that only the lead owner can modify or reassign the lead. Implementing a public read only OWD on Lead will not work, as it will allow other users to view the lead records, which may lead to duplication. Implementing a public read only/transfer OWD on Lead will not work, as it will allow other users to transfer the lead records to themselves or others. Implementing a public read/write OWD on Lead will not work, as it will allow other users to edit or reassign the lead records.


質問 # 79
A developer at Universal Container is building an integration within a managed package for their internal org that requires login to an external system. The end point requires basic authentication. The Architect would like to ensure that the username and password are managed securely. Which three options should the Architect recommend to secure the credentials?

  • A. Store the credentials in protected custom settings that are used in the apex callout
  • B. Store the credentials in protected custom metadata that are used in the apex callout
  • C. Store the credentials in named credentials that are used in the apex callout
  • D. Store the credentials in the apex code, which will not be available to non-admins
  • E. Store the credentials in a custom object using encrypted fields

正解:A、B、C


質問 # 80
Universal Containers has implemented a strict software architecture for their custom Apex code. One of the requirements is that all SOQL queries are contained within reusable classes. Depending on the context of the Apex transaction, the queries should be able to run either "With Sharing" or "Without Sharing". Which two ways allow the Architect to meet these requirements?
Choose 2 answers.

  • A. Create a reusable SOQLQueries class; specify "With Sharing" on the methods that require user context and "Without Sharing" on the methods requiring system context.
  • B. Create a reusable SOQLQueries class; do not specify "With" or "Without Sharing" on the SOQLQueries class.
  • C. Create a reusable SOQLQueries class; do not specify "With" or "Without Sharing" on the SOQLQueries class and use the runAs() method to dynamically set the context.
  • D. Create a SystemSOQLQueries class and a UserSOQLQueries class; set the "With Sharing" keyword on the User SOQLQueries class and "Without Sharing" on the SystemSOQLQueries class.

正解:A、B

解説:
Explanation
Creating a reusable SOQLQueries class without specifying "With" or "Without Sharing" on the class or specifying "With Sharing" or "Without Sharing" on the methods are two ways to meet the requirements. The sharing mode of the class or method will depend on the context of the calling code, which can be either "With Sharing" or "Without Sharing". Option B is incorrect because the runAs() method is only available in test methods and does not change the sharing mode. Option D is incorrect because it requires creating two separate classes for different sharing modes, which is not reusable.


質問 # 81
Universal Containers has a Private Sharing Model and restrictive data access settings in place. The data governance team is planning to deploy a master data management tool that will need write access to all system data, and the Architect has been asked to prepare a Data Governance User Profile that has full access to all data regardless of Sharing and CRUD Settings. What is the optimal way to enable this requirement?

  • A. Enable the "Edit Read -Only Fields" permission for this Profile.
  • B. Ensure the profile has the "Modify All Data permission enabled
  • C. Create an All-Data Access app as a default for this Profile.
  • D. Create a Sharing Rule for required Objects, on an API Only profile

正解:B

解説:
Explanation
Ensuring the profile has the "Modify All Data" permission enabled is the optimal way to enable this requirement. This permission allows the user to view, edit, delete, and transfer all records in the org, regardless of sharing and CRUD settings. The other options are not sufficient to grant full access to all data.


質問 # 82
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 records and their child records being processed simultaneously in separate threads.
  • B. Updates to parent and child records are being processed synchronously in the same threads.
  • C. Updates to parent and child records are being processed in the same batch.
  • D. Updates to child records that have the same parent records are being processed simultaneously in separate transactions.

正解:A、D

解説:
Explanation
Updates to child records that have the same parent records being processed simultaneously in separate transactions and updates to parent records and their child records being processed simultaneously in separate threads may pose a risk of producing locking errors. These situations may cause concurrency issues and result in record locking exceptions. Updates to parent and child records being processed in the same batch or synchronously in the same thread are less likely to cause locking errors as they are processed sequentially.


質問 # 83
......


Salesforce Sharing-and-Visivibility-Architect認定試験は、複雑な共有と可視性の要件を含むソリューションの設計と実装の専門知識を実証したいSalesforceの専門家にとって、挑戦的であるが報酬のある認証です。この認定は、Salesforceエコシステムで非常に尊敬されており、この分野でのキャリアを前進させようとしている専門家にとって貴重な資産です。

 

Sharing-and-Visibility-Architect問題集を無料PDFゲットせよ最近更新された問題:https://www.jpntest.com/shiken/Sharing-and-Visibility-Architect-mondaishu

Sharing-and-Visibility-Architectブレーン問題集で学習ガイドには試験合格するための秘訣:https://drive.google.com/open?id=1TY5YJETcheMdPP41VgG4WFMkbtKYsc61

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡