Salesforce Certified Sharing and Visibility Designer — Question 5
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.)
Answer options
- A. Test Cross-Site Scripting on custom pages.
- B. Test Cross-Site Scripting on Apex queries.
- C. Test for SOQL Injection.
- D. Test for invalid user access attempts.
Correct answer: A, D
Explanation
Option A is correct as testing for Cross-Site Scripting on custom pages helps identify vulnerabilities that could exploit user input. Option D is also correct because assessing invalid user access attempts is crucial for identifying potential unauthorized access. Options B and C are not relevant to the specific types of tests the architect is focusing on for securing the organization.