
無料更新されたSalesforce Sharing-and-Visibility-Designerテストエンジン問題には208問あります
ベストな問題集を使おうSalesforce Architect Sharing-and-Visibility-Designer専門試験問題
Salesforce認定の共有および可視性デザイナー認定は、Salesforceエコシステムで高く評価されています。これは、Salesforceにおける複雑な共有モデルと可視性モデルの設計と実装に関する候補者の専門知識の証です。この認定は、医療、財務、政府などの厳格なデータプライバシー規制を備えた業界で働く個人にとって特に価値があります。この認定を保持することにより、候補者は、コンプライアンスとデータ保護の最高水準を満たす堅牢なセキュリティおよびデータアクセス制御を設計および実装する能力を実証できます。
Salesforce認定の共有および可視性デザイナーになるには、候補者は、Salesforceの共有と可視性に関連する幅広いトピックをカバーする厳格な試験に合格する必要があります。この試験は、Salesforceセキュリティモデル、データアクセス、共有ルール、記録レベルのセキュリティ、その他の高度な共有および可視性に関する候補者の知識をテストするように設計されています。また、候補者は、組織のユニークなニーズを満たす共有ソリューションと可視性ソリューションを設計および実装する能力を実証する必要があります。
質問 # 15
Which two reasons should the Architect consider regarding the use of Apex Sharing Reasons?
Choose 2 answers
- A. Ensuring the developer can more easily troubleshoot programmatic sharing.
- B. Ensuring the Share record is not deleted upon ownership change.
- C. Ensuring the Share record is deleted upon ownership change.
Ensuring there is additional criteria available for Criteria-Based Sharing.
正解:A、B
質問 # 16
A developer has created the custom controller below for a Visualforce page. Which of the following is the correct method of using a static query with a bind variable to prevent a SOQL injection attack?Choose 1 answer. public class CustomContactController { 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); return null; } }
- A. queryResult = 'SELECT Id FROM Contact WHERE ' + '(IsDeleted = false AND Name LIKE \'%\'' + name + '\'%\')';
- B. queryResult = [SELECT Id FROM Contact WHERE (IsDeleted = false AND Name LIKE
:queryName)]; - C. queryResult = Database.query('SELECT Id FROM Contact WHERE ' + '(IsDeleted = false AND Name LIKE \'%\'' + name + '\'%\')';
- D. queryResult = [SELECT Id FROM Contact WHERE (IsDeleted = false AND Name LIKE queryName)];
正解:B
質問 # 17
Which two options provide implicit record access to users?
Choose 2 answers
- A. Access to related leads for the owner of the parent campaign.
- B. Read-only access to parent account for a user, based on a criteria-based sharing rule.
- C. Read-only access to the parent account for a user with access to a child case
- D. Access to child opportunities for the owner of the parent account.
正解:C、D
質問 # 18
Which two options can be selected to share data with when creating a sharing rule?
Choose 2 answers
- A. Public Groups
- B. Roles
- C. Users
- D. Profiles
正解:A、B
質問 # 19
Universal containers (UC) implemented a private organization-wide default for the Container and Case objects.
How can UC give support representatives access to Container and Case records owned by Customer Community users?
- A. Create a Share Group based on the sharing set created for the Customer Community User Profile.
- B. Support representatives nil automatically get access to these records via the role hierarchy
- C. Create a criteria-based sharing rule that gives access to the head of support role and internal subordinates
- D. Create an ownership-based sharing rule that gives access to the head of support role and internal subordinates
正解:A
質問 # 20
Universal Containers has set Partners users who will see records owned by partner users in roles below them in the hierarchy of which roles?
- A. Executive, Manager, and User
正解:A
質問 # 21
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 rule 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 set to grant access to the account records.
正解:A
質問 # 22
Universal Containers (UC) has a custom object to track the internal net promoter score (NPS) for all ..
How can UC ensure that NPS records cannot be accessed by an individual employee's manager?
- A. Create a criteria-based sharing rule to remove access to Manager role and above in the Role ..
- B. Remove Create, Read, Edit and Delete from Manager Profiles and Permission sets.
- C. Set organization wide default to Private and uncheck the Access Using Hierarchies option for the NPS object
- D. Use Apex Sharing to remove NPS object share records for Manager profiles.
正解:C
質問 # 23
Universal Containers has a custom object to maintain Job information with a private sharing model. The Delivery group is distributed through the Role Hierarchy based on geography. As the Delivery group often collaborates on Jobs, all users in the Delivery profile required View access to all Job records. In special case, the Delivery user who owns a job must be able to grant a Product Development user access to a Job record.
Which two platform features can be used to support these requirements?
Choose 2 answers
- A. "View All" Profile settings
- B. Owner-based Sharing Rules
- C. Manual Sharing
- D. Criteria-based Sharing Rules
正解:A、C
質問 # 24
What should the Architect do to ensure Field-Level Security is enforced on a custom Visualforce page using the Standard Lead Controller?
- A. Nothing; Field-Level Security will automatically be enforced.
- B. Use the Schema.SObject.Lead.isAccessible() method.
<apex:outputText value="{!contactName}" rendered="{!$ObjectType.Contact.fields.Name.Accessible}" /> - C. Use the "With Sharing" keyword on the Standard Lead Controller.
- D. Use the {!Schema.sObjectType.Lead.fields.isAccessible()} expression
正解:A
質問 # 25
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/Create/Edit access
- B. No access
- C. Read/Create access
- D. Read-only access
正解:D
質問 # 26
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, Karen and Kevin
- B. Bob, Richard, Phil and Kevin
- C. Bob, Phil and Kevin
- D. Bob and Phil
正解:D
質問 # 27
Sales executives at Universal Containers (UC) want to create list views to filter opportunities for large at-risk Opportunities. These list views should only be available to certain executives that specialize in closing problematic deals.
How can UC solve this requirement?
- A. Share the List Views with the appropriate Role in the Role Hierarchy.
- B. Share the List Views with the appropriate Public Group.
- C. Share the List Views with the appropriate Queue.
- D. Share the List Views with the appropriate individual users.
正解:A
質問 # 28
When configuring default record access levels in Enterprise Territory Management, which of the following statements are true regarding access to accounts and/or related records?Choose 2 answers.
- A. Users in a territory can 'not access', 'view', or 'view and edit' records associated with accounts in the territory.
- B. Users in a territory always have at least 'view' access to the accounts assigned to the territory.
- C. Users in a territory can always view, edit, and transfer records that are related to the accounts assigned to the territory.
- D. Users in a territory are always able to view contacts and opportunities associated with accounts in the territory hierarchy.
正解:A、B
質問 # 29
Universal Containers has a customer that meets criteria for two Enterprise territory Management territories (Portugal and Southern Europe).
What is necessary to assign opportunities to a territory for this account?
- A. Create a criteria-based sharing rule on the Opportunity to assign It to a territory.
- B. Create an Apex class that implement. Filter-Based Opportunity Territory Assignment
- C. Create a Process Builder Process that updates the Territory field on the Opportunity
- D. The territory with the highest Territory Type Priority is automatically assigned to the Opportunity
正解:B
質問 # 30
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, Opportunity teams, and Case teams.
- B. Use Account Teams to define access to accounts as well as opportunities and cases related to accounts
- C. Use Account teams and use Sharing rules to share cases with sales associates. No change required to the opportunity object
- D. Use Account teams, Case teams. No configuration required for the opportunity object.
正解:B
質問 # 31
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 all Case Sharing Rules and consolidate where appropriate to reduce the total number of sharing rules.
- B. Review the Customer Service Profile to ensure that they have Read/Write access to the appropriate Case and Account Fields.
- C. Review all Account sharing rules to ensure that the Customer Service team has Read/Write access to the United Automotive Account.
- D. Review the Account structure to split the United Automotive account into multiple branch accounts.
正解:D
質問 # 32
Which two settings are available in profiles, but not permission sets?
Choose 2 answers.
- A. Page Layout Assignments
- B. Tab Settings
- C. Record Types
- D. Login Hours
正解:A、D
質問 # 33
Universal Containers (UC) wants to reduce the amount of redundant leads entered into the system. UC also wants to ensure that leads are 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 Private OWD on Lead.
- B. Implement a Public Read Only OWD on Lead.
- C. Implement a Public Read Only/Transfer OWD on Lead.
- D. Implement a Public Read/Write OWD on Lead.
正解:B
質問 # 34
......
Salesforce Sharing-and-Visibility-Designer(Salesforce Certified Sharing and Visibility Designer)認定試験は、Salesforceで共有と可視性のソリューションを設計する専門家の能力を証明するために設計されています。この認定試験は、Salesforceの共有と可視性の概念、データモデリング、およびセキュリティに深い理解を持つ専門家を対象としています。この試験では、ビジネス要件を満たす共有と可視性のソリューションを設計、実装、および維持する能力が試されます。
100%の合格率を試そう!更新されたのはSharing-and-Visibility-Designer試験問題 [2023年更新]:https://www.jpntest.com/shiken/Sharing-and-Visibility-Designer-mondaishu
合格させるSharing-and-Visibility-Designer試験にはリアル問題解答:https://drive.google.com/open?id=1HeJBpJsl8chX9E5HbRIZ1mlsuLv7FEtH