[2023年05月14日]Sharing-and-Visibility-Designer試験問題集でリアル試験と100%同じ問題と解答 [Q62-Q78]

Share

[2023年05月14日]Sharing-and-Visibility-Designer試験問題集でリアル試験と100%同じ問題と解答

Sharing-and-Visibility-Designerテストエンジン問題集トレーニングには208問あります


Salesforce Sharing-and-Visibility-Designer Examは、Salesforceエコシステムで最も求められる資格の1つです。この資格は、Salesforceアプリケーションのセキュアかつスケーラブルな共有モデルを設計および実装する専門家の専門知識を検証するように設計されています。この試験は、役割階層、共有ルール、レコードレベルのセキュリティを含むデータセキュリティとプライバシーのベストプラクティスに焦点を当てています。試験に合格した候補者は、多様な組織の独自のニーズを満たす複雑な共有モデルを設計および実装できる能力を証明しています。

 

質問 # 62
Universal Containers has set the Org-Wide Sharing Default for Accounts to Private and has created some sharing rules to extend access based on certain data access policies. An architect has been asked to review access to a certain set of key customer accounts.
How might this review be conducted?

  • A. Use the Sharing button on each customer Account.
  • B. Run a Report on Sharing in the Admin Console.
  • C. Export the Account Share table and review.
  • D. Log in as each user and Run the All Accounts List View.

正解:C


質問 # 63
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. The territory with the highest territory type priority is automatically assigned to the opportunity.
  • B. Create a criteria-based sharing rule on the opportunity to assign it to a territory
  • C. Create an Apex class that implements Filter-Based Opportunity Territory Assignment.
  • D. Create a process builder process that updates the territory field on the opportunity.

正解:A


質問 # 64
What are NOT abilities of users in the Delegated Administrators group? Choose two answers:

  • A. Creating and editing users and resetting passwords and all subordinate roles
  • B. Creating profiles (Missed)
  • C. Loggins in as a user who has granted login access to an administrator
  • D. Managing custom objects created by the primary administrator
  • E. Assigning users to specified profiles (Your Answer)
  • F. Creating objects (Missed)

正解:B、F


質問 # 65
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. No Access.
  • B. Full Access.
  • C. Read/Write.
  • D. Read Only.

正解:A


質問 # 66
The system administrator of Cosmic Solutions has created several custom fields on a custom object called
'Sales Order'. Only one of the sales directors of the company should be able to view these fields for the purpose of reporting. No other user of the company should be able to access these fields. A single custom profile has been created for all the sales directors of the company who work in different regions. What should a Salesforce Architect recommend to grant access to the sales director?Choose 1 answer.

  • A. Create a role-based sharing rule to grant access to the fields.
  • B. Add the fields to a page layout that is assigned to the user's profile.
  • C. Edit the sales manager's profile and use field-level security to grant access to the fields.
  • D. Create a permission set and use field-level security settings to grant access to the fields.

正解:D


質問 # 67
What is the best practice for testing sharing and visibility changes?

  • A. Use the Login As feature for a sample user in each role and profile.
  • B. Use the Sharing button to test Profile and Permission set changes.
  • C. Use Field Audit Trail to audit the field meta-data and visibility.
  • D. Use Administrative and User reports to view the Active Users.

正解:A


質問 # 68
What should the Architect do to ensure Field-Level Security is enforced on a custom Visualforce page using the Standard Lead Controller?

  • A. Use the {!Schema.sObjectType.Lead.fields.isAccessible()} expression
  • B. Use the "With Sharing" keyword on the Standard Lead Controller.
  • C. Use the Schema.SObject.Lead.isAccessible() method.
  • D. Nothing; Field-Level Security will automatically be enforced.

正解:D


質問 # 69
What are NOT abilities of users in the Delegated Administrators group? Choose two answers:

  • A. Creating and editing users and resetting passwords and all subordinate roles
  • B. Loggins in as a user who has granted login access to an administrator
  • C. Managing custom objects created by the primary administrator
  • D. Creating profiles
  • E. Creating objects
  • F. Assigning users to specified profiles (Your Answer)

正解:D、E


質問 # 70
What feature in Salesforce is needed to restrict access to a custom object that has Public Read/Write access?

  • A. Page Layout
  • B. Role Hierarchy
  • C. Record Type
  • D. Profile

正解:D


質問 # 71
Ursa Major Solar is writing test methods.
Which functionality does the system method "runAs()" Verify?

  • A. Enforcement of a user's field-level security.
  • B. Enforcement of a user's public group assignments.
  • C. Enforcement of a user's record sharing
  • D. Enforcement of user's permissions.

正解:D


質問 # 72
Universal Containers (UC) has 600 sales reps. UC has rollout plan to deploy salesforce in 3 weeks. At the end of the second week, they received a "User Role Limit Exceeded" error.
After investigation, they discovered that during the user provisioning process, a new role was generated for every new user.
Which two recommendations could solve this problem?
Choose 2 answers.

  • A. Remove role hierarchy from salesforce org and control the record access using apex managed sharing.
  • B. Create an Apex class to replace the User Roles by generic one as soon as they are created.
  • C. Contact salesforce support and request to increase the number of users' roles allowed.
  • D. Review the user provisioning process to not automatically create a user role for any new user.

正解:C、D


質問 # 73
Regarding the use of Apex Sharing Reasons, which two reasons should an Architect consider? (Choose two.)

  • A. Making sure the developer can more easily troubleshoot programmatic sharing
  • B. Making sure the Share record is NOT deleted upon ownership change
  • C. Making sure there is additional criteria available for Criteria-Based Sharing
  • D. Making sure the Share record is deleted upon ownership change

正解:A、B

解説:
Explanation/Reference:


質問 # 74
What should the Architect do to ensure Field-Level Security is enforced on a custom Visualforce page using the Standard Lead Controller?

  • A. Use the {!Schema.sObjectType.Lead.fields.isAccessible()} expression
  • B. Use the "With Sharing" keyword on the Standard Lead Controller.
  • C. Use the Schema.SObject.Lead.isAccessible() method.
  • D. Nothing; Field-Level Security will automatically be enforced.

正解:D

解説:
<apex:outputText value="{!contactName}" rendered="{!$ObjectType.Contact.fields.Name.Accessible}" />


質問 # 75
What advanced tool can Salesforce enable for large-scale role hierarchy realignment?

  • A. Partitioning Division
  • B. Set external organizational-wide default to public read only
  • C. Skinny Table Indexing
  • D. Granular locking

正解:D


質問 # 76
Which two license types can be assigned the permissions to create and edit reports?
Choose two answers:

  • A. Customer Community Plus Login
  • B. Partner Community Plus Login
  • C. Customer Community Plus
  • D. Customer Community

正解:A、C


質問 # 77
Universal Containers has Public ReadOnly sharing settings on the Opportunity object. What opty access options can the user see while adding account team members to Account

  • A. ReadOnly and Read/Wrote
  • B. Private and ReadOnly
  • C. Private
  • D. ReadOnly

正解:A


質問 # 78
......


Salesforce Sharing-and-Visibility-Designerは、Salesforceプラットフォーム上で安全でスケーラブルなデータ共有ソリューションを設計する専門家のための上級レベルの認定資格です。この認定は、複雑なSalesforceシステムでの作業経験を持ち、データのセキュリティと共有のスキルを向上させたい専門家に最適です。


Salesforce Sharing-and-Visibility-Designer認定試験はSalesforceプラットフォームの共有と可視性の側面に焦点を当てた専門認定試験です。この認定試験は、プラットフォームとそのアーキテクチャに深い理解を持つ経験豊富なSalesforceプロフェッショナルを対象に設計されています。認定試験は、データセキュリティ、レコードレベルの共有、共有規則、役割階層などの分野における候補者のスキルと知識をテストします。この認定は、雇用主や組織にとって非常に価値があり、Salesforceのキャリアを進めるための優れた方法です。

 

Sharing-and-Visibility-Designer練習テストPDF試験材料:https://jp.fast2test.com/Sharing-and-Visibility-Designer-premium-file.html

Sharing-and-Visibility-Designer問題で一発合格させる問題集にはSalesforce Architect認定問題を使おう:https://drive.google.com/open?id=1co4tPdljJ1KB0wIUYE7a99h0IsBQx8B2


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어