最上級のSharing-and-Visibility-Designer試験問題Salesforceテスト最高成績で最速合格をゲットせよ! [Q51-Q75]

Share

最上級のSharing-and-Visibility-Designer試験問題Salesforceテスト最高成績で最速合格をゲットせよ!

試験準備には最適なSharing-and-Visibility-Designer試験問題2026年最新のSalesforce Architect究極な208問があります

質問 # 51
Get Cloudy Consulting wants to create a custom team solution that can be used on a custom Loan object. The Loan custom object must be set to Private in the Org-Wide Defaults, and any user added to the Custom Team object should have Read Only access to the corresponding Loan record. Additionally, if the Custom Team record is marked as "Primary" then the corresponding user should have Read/Edit access to the corresponding Loan record.
What are two methods for fulfilling these requirements? (Choose two.)

  • A. Create Apex Sharing Reasons on the Loan object to identify the reason the Loan record was shared
  • B. Create a custom trigger on the Custom Team object that inserts or updates records in the Loan_share object
  • C. Create a criteria-based sharing rule on the Loan object that will share the Loan record with the appropriate user in the Custom Team object
  • D. Create an owner-based sharing rule on the Custom Team object that will share the Loan record to the owner of the Custom Team record

正解:C、D


質問 # 52
Cosmic Solutions uses a private sharing model for account records and has defined a role hierarchy based on its organizational hierarchy. Some of its features are as follows:1) There are two branches in the hierarchy for the United States and Europe.2) The role of US Sales Reps is below the role of the US Sales Manager.3) EU Sales Reps report to the EU Sales Manager.4) EU Sales Manager reports to the EU Sales Director, and the US Sales Manager reports to the US Sales Director.5) US Sales Director and EU Sales Director report to the same Vice President of Sales.A sales rep who is currently working in the United States is going to be transferred to France. The system administrator of the company will soon change his role in Salesforce. What will be the impact of this change on record access?Choose 3 answers.

  • A. The EU Sales Manager will gain access to records owned by the sales rep.
  • B. Sales reps in Europe will gain access to all records shared with the sales rep.
  • C. The US Sales Manager will lose access to records owned by the sales rep.
  • D. The Vice President of Sales will lose access to any records shared with the sales rep.
  • E. The US Sales Director will lose access to records owned by the sales rep.

正解:A、C、E


質問 # 53
*For objects where data access is granted through the role hierarchy, how is access granted?

  • A. Users are only granted access to data owned by users below them in the role hierarchy
  • B. Users are granted access to data accessible to users in the same role in the role hierarchy
  • C. Users are granted access to data accessible by users below them in the role hierarchy
  • D. Users are only granted read access to data owned by users above them in the role hierarchy

正解:A


質問 # 54
If OWD is Public Read Only, what are sharing access options

  • A. Read, - Read/Write

正解:A


質問 # 55
Universal Containers (UC) has requirement to expose a web service to their business partners. The web service will be used to allow each business partner to query UC's Salesforce instance to retrieve the status of orders.
The business partner should only be allowed access to orders for which the business partner is the fulfillment vendor. The Architect does not want the business partners to utilize the standard APIs and would prefer a custom API be developed. Which three design elements should the Architect consider in order to ensure the data security of the solution?
Choose 3 answers.

  • A. Set the Orders object's sharing settings of Private in the Org-Wide Defaults.
  • B. Develop a custom apex web service with a fulfillment ID input attribute.
  • C. Provide each partner with their own Salesforce login set to PRI Enabled on the profile.
  • D. Develop a custom Apex web service using the "With sharing" keyword.
  • E. Query the Orders object with Dynamic SOQL based upon the fulfillment ID.

正解:A、B、D


質問 # 56
How would you make sure Visualforce page is security proof? Choose 3 answers

  • A. Manually check for sql injection
  • B. Use web application tool for security
  • C. Manually check for cross site
  • D. Use debug to check hijacked requests
  • E. Submit to force security scanner

正解:B、D、E


質問 # 57
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 permission set and use field-level security settings 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 role-based sharing rule to grant access to the fields.

正解:A


質問 # 58
Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (Custom object, Private OWD). UC has complex rules to control users' access. The Salesforce Architect recommended using Apex managed sharing to meet these requirements.
Which two recommendations should a Salesforce Developer consider when implementing the changes?
(Choose two.)

  • A. Use "With Sharing" keyword to enforce field-level security.
  • B. Use "Without Sharing" keyword to make sure record visibility will be considered.
  • C. Use runAs system method to test different users accessing these records.
  • D. Use "With Sharing" keyword to make sure record visibility will always be considered.

正解:A、C


質問 # 59
Universal Containers (UC) is in legal dispute regarding several orders. UC has found out these records were removed from system. The VP of Sales has asked to ensure this cannot happen in the future. What approach would meet this requirement?

  • A. Change the record type/page layout assignment for orders to be read-only.
  • B. Implement a sharing rule that changes access for the records to read.
  • C. Remove order delete permission from profiles and permission sets.
  • D. Remove the delete button from the Order page layout.

正解:C


質問 # 60
The role of a sales manager of Cosmic Electronics was recently changed due to a transfer. He is now able to access an account record that is not owned by him. The Salesforce administrator of the company would like to determine whether the role hierarchy is the reason for the record access. Which of the following can be used to determine this in the Salesforce Classic user interface?Choose 1 answer.

  • A. Sharing Button
  • B. Apex Sharing Reason
  • C. Role
  • D. Sharing Settings

正解:A


質問 # 61
A Sales Rep at Universal Containers wants to create a dashboard to see how his sales numbers compare with his peers.Assuming a Private model, which two permissions would the Sales Rep need to meet this requirement?

  • A. View All Data
  • B. Manage Custom Report Types
  • C. Customize Application
  • D. Manage Dashboards

正解:A、D


質問 # 62
Cloud Kicks is customizing the security and sharing features of Salesforce Account Teams and has decided to implement a Custom Account Team object. Cloud Kicks wants the new implementation to utilize Apex and Visualforce on the Custom Account Team object, while still including all of the features of the existing account team.
An Architect is considering two different approaches for designing this enhancement.
Which two considerations are valid? (Choose two.)

  • A. The need to synchronize the AccountTeamMember object with the Custom Account Team object data
  • B. The need to customize Account screens in Visualforce, as the AccountShare object CANNOT be maintained programmatically
  • C. The need to maintain the AccountShare object based upon the Custom Account Team object data
  • D. The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data

正解:A、C


質問 # 63
What is the security vulnerability in the following code snippet?
<apex:form>
<apex:commandButton rerender="outputIt" value="Update It"/>
<apex:inputText value="{ !myTextField}"/>
</apex:form>
<apex:outputPanel id="outputIt">
Value of myTextField is <apex:outputText value="{!myTextField}" escape="false"/>
</apex:outputPanel>

  • A. SOQL Injection
  • B. Access Control
  • C. Arbitrary Redirects
  • D. Cross-Site Scripting

正解:B


質問 # 64
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. Export the Account Share table and review.
  • C. Run a Report on Sharing in the Admin Console.
  • D. Log in as each user and Run the All Accounts List View.

正解:B


質問 # 65
A sales rep of Cosmic Sporting Goods has defined an opportunity team to collaborate with two sales users from a different division. A sales manager, who is above the sales rep in the role hierarchy, would like to transfer the ownership of the opportunity to a sales rep who belongs to the division of the two sales users.
Which of the following are valid considerations regarding ownership transfer?Choose 3 answers.

  • A. The opportunity owner can transfer the ownership of the opportunity.
  • B. The members of the opportunity team can transfer the ownership of the opportunity.
  • C. A user with the 'Transfer Record' permission can transfer the ownership of the opportunity.
  • D. A system administrator can transfer the ownership of the opportunity.
  • E. The sales manager cannot transfer the ownership of the opportunity.

正解:A、C、E


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

正解:B、D


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

正解:C


質問 # 68
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 options should an architect recommend when designing a solution for this requirement? (Choose two.)

  • A. Create a public group and assign the Auditors to the group.
  • B. Put the auditors as the highest level of the role hierarchy.
  • C. Add the auditors to the default Opportunity Team.
  • D. Create a criteria-based sharing rule to give access to the public group for high-value Opportunities.

正解:A、B


質問 # 69
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. Create a public group and assign the Auditors to the group.
  • B. Add the auditors to the default Opportunity Team.
  • C. Put the auditors as the highest level of the role hierarchy.
  • D. Create a criteria-based sharing rule to give access to the public group for high-value Opportunities.

正解:A、D


質問 # 70
Get Cloudy Consulting uses a strict security model. They enforce this model through object, field, and row- based security mechanisms. The Chief Technology Officer (CTO) at Get Cloudy Consulting wants to thoroughly test the security model, and an Architect decides to use Apex automated tests to fulfill the CTO's request.
What are three considerations for the Architect when using the runAs() method to design Apex unit tests?
(Choose three.)

  • A. runAs() can be used inside of test classes to validate field-level permissions
  • B. runAs() counts towards total DML statements issued within the transaction
  • C. runAs() can be used outside of test classes to bypass record-level security
  • D. runAs() does NOT enforce user permissions or field-level permissions in test classes
  • E. runAs() can be used inside of test classes to validate record-level security

正解:B、D、E


質問 # 71
In a recruiting application, a master-detail relationship has been defined between two custom objects, Job Applications (master) and Reviews (detail). Which statement is TRUE? Choose 2

  • A. Review records may exist without an associated job application
  • B. Review records will inherit ownership from the associated job application
  • C. Deleting a Job application record will delete associated review records
  • D. The master-detail relationship between Job Applications and Reviews is defined on the Job Application object

正解:B、C


質問 # 72
In Enterprise Territory Management, which of the following are possible access levels for accounts assigned to territories when the organization-wide default sharing setting is 'Public Read/Write'?Choose 2 answers.

  • A. View and Delete
  • B. View, Edit, Transfer, and Delete
  • C. No Access
  • D. View and Edit

正解:B、D


質問 # 73
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 Account records because of Opportunity object updates.
  • B. Lock contention due to system-initiated sharing rule recalculation
  • C. Lock contention on Case records because of Action Plan custom object updates.
  • D. Lock contention on Territory object because of Territory object updates.

正解:B


質問 # 74
Universal Containers has the following Sharing Settings for their Org:
Account = Private
Contact = Controlled by Parent
Opportunity = Private
Case = Private
They have enabled "Default Account Teams" and have trained users to set up their Default Team. Which three access levels can be set on the Account Team Member?
Choose 3 answers

  • A. Case Acces
  • B. Contact Access
  • C. Contract Access
  • D. Account Access
  • E. Opportunity Access

正解:A、D、E


質問 # 75
......

注目のSharing-and-Visibility-Designer豪華セット試験ガイドで最速合格を目指そう:https://www.goshiken.com/Salesforce/Sharing-and-Visibility-Designer-mondaishu.html

Sharing-and-Visibility-Designer試験ガイド豪華セットで最速合格を目指そう:https://drive.google.com/open?id=1CEvGTnOVh42uhL18Zi_I8IFomjICNUiE