Salesforce Certified Sharing and Visibility Architect Practice Test - Questions Answers, Page 21
List of questions
Related questions
Universal Containers has requirement to integrate Salesforce with an external system to control record access.
What option should the Architect consider when designing a solution?
To grant Universal Containers sales managers access to shipment records properly it was necessarily to the IT Team is worried about improper access to records.
Which two features and best practices should a Salesforce architect recommended to mitigate the risk?
Susan posts a file to the Chatter feed for a record of an object.
Which two statements accurately describe who can view the file by default?
How would you make sure Visualforce page is security proof? Choose 3 answers
Which two options provide implicit record access to users? Choose 2 answers
Universal Containers has developed Apex code to manually create AccountShare records to grant specific users access to individual Accounts. What must the Architect do to ensure the AccountShare records are not deleted when the owner of the Account is changed?
Universal Containers has the following requirements: A custom Loan object requires Org-Wide Defaults set to Private. The owner of the Loan record will be the Loan Origination Officer. The Loan record must be shared with a specific Underwriter on a loan-by-loan basis. The Underwriters should only see the Loan records for which they are assigned. What should the Architect recommend to meet these requirements?
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?
Universal Containers has two custom objects: Job and Job Interview. The Job Interview object has a lookup relationship to Job. Both objects are set to Private in sharing settings. The HR team will own all Job and Job Interview records. They have asked their Salesforce Architect to automatically share the Job Interview when the Interviewer (lookup to user record) has been populated. The interviewer can be from any department. What method should the Architect use to achieve this requirement?
What is the security vulnerability in the following code snippet? <apex:form> <apex:commandButtonrerender='outputIt' value='Update It'/> <apex:inputText value='{!myTextField}'/> <apex:form> <apex:outputPanel id='outputIt'> Value of my Textfield is <apex:outputText Value='{!myTextField}' escape='false'/> <apex:outputPanel>
Question