
無料で使えるSharing-and-Visibility-Designer試験ブレーン問題集認定ガイド問題と解答
Sharing-and-Visibility-Designer認定概要最新のSharing-and-Visibility-DesignerのPDF問題集
Salesforce Sharing-and-Visibility-Designer認定を取得することで、プロフェッショナルはSalesforceの複雑な共有と可視性ソリューションの設計と実装における専門知識を示すことでキャリアを進めることができます。この認定は、組織がSalesforceシステムが業界標準とベストプラクティスに準拠し、安全であることを確認することもできます。
質問 # 63
Which two settings are available in profiles, but not permission sets?
Choose 2 answers.
- A. Record Types
- B. Page Layout Assignments
- C. Tab Settings
- D. Login Hours
正解:B、D
質問 # 64
Universal Containers regularly uploads large amounts of parent and child records into Salesforce to maintain integrations with other systems that update their data in scheduled batches or continuously in real time. Which
2 situations may pose a risk of producing locking errors? Choose 2 answers
- A. Updates to child records that have the same parent records are being processed simultaneously in separate transaction
- B. Updates of parent and child records are being processed in the same batch
- C. Updates of parent and child records are being processed synchronously in the same thread
- D. Updates of parent and their child records are being processed simultaneously in separate threads
正解:A、D
質問 # 65
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 on Territory object because of Territory object updates.
- B. Lock contention on Account records because of Opportunity object updates.
- C. Lock contention on Case records because of Action Plan custom object updates.
- D. Lock contention due to system-initiated sharing rule recalculation
正解:D
質問 # 66
At Universal Containers there is a team of auditors distributed through the organization that all need access to high-value Opportunities.
With a private sharing model, which two option should an architect recommend when designing a solution for this requirement?
Choose 2 answers
- A. Put the auditors as the highest level of the role hierarchy.
- B. Add the auditors to the default Opportunity Team.
- C. Create a criteria-based sharing rule to give access to the public group for high-value Opportunities.
- D. Create a public group and assign the Auditors to the group.
正解:A、D
質問 # 67
Universal Containers has a Private Sharing Model for the Opportunity object. Sales Rep A at Universal Containers created the Opportunity record and then transferred ownership of the Opportunity record to Sales Rep B.
Both Sales Rep A and B have the same role in the Role Hierarchy.
What access will Sales Rep A have to the Opportunity after the transfer?
- A. Read Only
- B. Full Access
- C. Read/Write
- D. No Access
正解:D
質問 # 68
Universal Containers uses the Case object to track service tickets. They have implemented Case teams to allow multiple support representatives to manage the Cases. Which two "Filter by owner" options would the user see while creating a list view on the Case object? Choose 2 answers
- A. Roles
- B. Queue
- C. My Case Teams
- D. Public Groups
正解:B、C
質問 # 69
A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. How would a developer accomplish this goal?
- A. Create a Workflow rule that sends a link to the dashboard in an email.
- B. The users' home page layouts to include a dashboard.
- C. Create a series of daily recurring events providing the dashboard link.
- D. Schedule the dashboard for daily refresh and email distribution.
正解:D
質問 # 70
Universal Containers (UC) provides shipment tracking for its customers on a custom Shipment object. The .. yearly by the customers should be available on the Account record to the Marketing team, but the Marketing Shipment records.
What recommend should an Architect provide to accomplish this?
- A. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,
- B. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
- C. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.
- D. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.
正解:D
質問 # 71
The Collections department at Universal Containers uses Salesforce to track its efforts. All Invoices and Invoice Line Items are stored in Salesforce. Invoice Line Item object details, such as Quantity and Extended Amount, should be summarized at the Invoice Object level, and all users who can see a given invoice should always see all invoice line items. Without leveraging Apex code, how should an Architect create the relationship between the Invoice object and the Invoice Line Item Object?
- A. The Invoice Object should have an inner joint to the Invoice Line Item Object
- B. The Invoice object should have a Master-Detail to the Invoice Line Item Object
- C. The Invoice Line Item Object should have a Lookup to the Invoice Object
- D. The Invoice Line Item Object should have a Master-Detail to the Invoice Object
正解:D
質問 # 72
Chris is the Business Analytics Manager of Cosmic Solutions. He manages a small team that is responsible for creating and modifying all the reports and dashboards used by the company. The company recently hired a junior analyst named Fred whose main responsibility is to provide assistance to Chris. Chris would like to give Fred the ability to share any report or dashboard folder that has been or will be created by the team. What should a Solution Architect recommend to an administrator who has been asked to meet this requirement?Choose 2 answers.
- A. Provide 'Manager' access to all the folders that need to be shared.
- B. Provide the 'Manage Reports and Dashboards in Public Folders' permission.
- C. Provide the 'Manage Reports in Public Folders' permission.
- D. Provide the 'Manage Dashboards in Public Folders' permission.
正解:C、D
質問 # 73
Universal Containers has set Partners users who will see records owned by partner users in roles below them in the hierarchy of which roles?
正解:
解説:
Executive, Manager, and User
質問 # 74
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?
- A. Create an owner-based sharing rule on AccountContactRelation to grant access to at account contact roles records owned by sales reps.
- B. Create a criteria-based sharing rule giving Retail Sales role access to Accounts of type PersonAccount.
- C. Give View All access for Accounts to the Retail Sales profile.
- D. Update Retail Sales profile to grant access to Person Account record type.
正解:B
質問 # 75
A developer of Cosmic Solutions has created a Visualforce page that displays details of several account records in Salesforce. Which method of the Schema.DescribeSObjectResult class can he use in the custom controller to make sure that the current user is only able to view the page if he has 'Read' access on the Account object?Choose 1 answer.
- A. isAccessible()
- B. isSearchable()
- C. isViewable()
- D. isReadable()
正解:A
質問 # 76
Universal Containers has expanded to sell virtual containers for data storage. Virtual container work orders are provisioned immediately by the system and therefore cannot be changed by a sales representative. What is an optimal approach to implement these requirements?
- A. Change the record type/page layout assignment for Work Order to be Read Only.
- B. Remove the edit button from the work order page layout.
- C. Implement a sharing rule that changes access for all Work Order to Read.
- D. Remove the Work Order Edit permission from the sales representative Profile.
正解:D
質問 # 77
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
質問 # 78
An Architect is working with Ursa Major Solar, a company that has the following environment and requirements:
- Commercial and Consumer support departments roll up to the same Support Director.
- The Commercial and Consumer sales users roll up to the same VP of Sales, but there should be no collaboration between sales departments.
- The Commercial and Consumer sales department should share their customers with each other. However, the Commercial Account and Consumer Account support departments should not collaborate.
- The sales departments will remain the Account Owner for the Accounts that they sell to.
What Organization-Wide Default is recommended for Accounts, and how would the Architect enable proper support Account Sharing for Commercial and Consumer sales?
- A. Read-Only Account Sharing with Sharing Rules from Commercial Sales Role(s) to Consumer Support Group(s) and Consumer Sales Role(s) to Commercial Support Group(s).
- B. Private Account Sharing with Sharing Rules from Commercial Sales Role(s) to Commercial Support Role (s) and Consumer Sales Role(s) to Consumer Support Role(s).
- C. Private Account Sharing with Sharing Rules from Commercial Sales Group(s) to Commercial Support Group(s) and Consumer Sales Group(s) to Consumer Support Group(s).
- D. Private Account Sharing with Sharing Rules from Commercial Sales Role(s) to Consumer Support Role(s) and Consumer Sales Role(s) to Commercial Support Role(s).
正解:B
質問 # 79
Universal Containers (UC) sales managers are complaining that they cannot access their teams' Shipment records (a custom object). Initially, the admin suggested that this it happening due to misconfigured role hierarchy (Shipment OWD is Private). Alter investigation, they determined the. role hierarchy for these users is correct.
What can be the reason why Universal Containers sales managers are not able to see Shipment records?
- A. The Grant Access Using hierarchies option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin.
- B. Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin.
- C. Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman.
- D. Sales managers have only the Read permission on the 5hipment object and should not be able to edit their team records.
正解:A
質問 # 80
The administrator of Cosmic Solutions has created three criteria-based sharing rules to share certain types of account records with the role of sales reps and a public group that consists of a few sales associates. The sales director would like the architect to review and ensure that the users can access these accounts. Which solution can be utilized for this requirement?Choose 1 answer.
- A. Export the AccountShare table to review access to the records.
- B. Export the group maintenance table to review access to the records.
- C. Export the Account record table to review access to the records.
- D. Export the sharing settings associated with the Account object.
正解:A
質問 # 81
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. Criteria-Based sharing rule for the Delivery Profile on the Job Object.
- D. Organization-Wide Default sharing setting of Private on the Job Object.
- E. "Modify All" permission for Job Object on the Delivery Profile.
正解:A、D、E
質問 # 82
Cosmete Breton has a partner community in which any user with the Partner Manager role belonging to a certain account should have edit access to all accounts on which the value of the Type field has been set to
'Technology Partner'. What can a Salesforce Consultant do to meet this requirement?Choose 1 answer.
- A. Create a criteria-based sharing set to grant access to the account records.
- B. Use Apex Sharing to grant access to the account records.
- C. Create a share group with Partner Manager users and add all the accounts required.
- D. Create a criteria-based sharing rule to grant access to the account records.
正解:D
質問 # 83
Ursa Major Solar wants the ability to hide specific regional accounts from sales reps and sales managers. Only roles that are sales executive, or above, should be able to access regional accounts. The company plans to update their Organization-Wide Sharing Settings for the Account Object from a Public Read/Write model to a Private model to accomplish their goal? Ursa Major Solar's Role Hierarchy matches its organizational hierarchy.
What are two approaches an Architect should consider when designing the solution? (Choose two.)
- A. Sales executives will need a sharing rule created so that they can see accounts owned by Sales Users.
- B. Ensure that Apex managed sharing is disabled for the account object to protect the regional accounts.
- C. Regional accounts must be owned by a user who is above the sales managers to the Role Hierarchy.
- D. If a sales rep is added to the Opportunity Team for a regional account, they will gain access to account data.
正解:C、D
質問 # 84
The architect at Universal Containers is trying to ensure that security vulnerabilities are not present within the Salesforce organization.
What two tests should the architect verify? (Choose two.)
- A. Test for invalid user access attempts.
- B. Test Cross-Site Scripting on Apex queries.
- C. Test Cross-Site Scripting on custom pages.
- D. Test for SOQL Injection.
正解:A、C
質問 # 85
The system administrator of Cosmic Enterprises has set the organization-wide default sharing setting for opportunities to 'Private'. While working on a particular opportunity, a sales rep requires assistance from an account manager and a product manager. The opportunity is owned by the sales rep, and the managers currently do not have access to it. What should be recommended to allow the sales rep to collaborate with the managers?Choose 1 answer.
- A. Enable Account Teams and add the 'Account Team' related list to the Account page layout.
- B. Enable Opportunity Teams and add the 'Opportunity Team' related list to the Account page layout.
- C. Enable Account Teams and add the 'Account Team' related list to the Opportunity page layout.
- D. Enable Opportunity Teams and add the 'Opportunity Team' related list to the Opportunity page layout.
正解:D
質問 # 86
......
SalesforceのSharing-and-Visibility-Designer(Salesforce Certified Sharing and Visibility Designer)試験は、Salesforceに特化した専門家がSalesforceの複雑な共有モデルと権限を設計および実装するための認定資格です。この認定は、Salesforceの複雑な共有および可視性ソリューションを評価、設計、実装するために必要なスキルと知識を検証します。
ベストなSalesforce Sharing-and-Visibility-Designer学習ガイドと問題集には2023:https://www.jpntest.com/shiken/Sharing-and-Visibility-Designer-mondaishu
トップクラスSalesforce Sharing-and-Visibility-Designer試験材料で学習ガイド!練習問題バージョンで挑もう:https://drive.google.com/open?id=1PtlcMCrZL0DtgYg-kT9iiY9pRIodTtqp