Salesforce Certified Identity and Access Management Designer — Question 12
Universal Containers (UC) is concerned that having a self-registration page will provide a means for “bots” or unintended audiences to create user records, thereby consuming licenses and adding dirty data.
Which two actions should UC take to prevent unauthorized form submissions during the self-registration process? (Choose two.)
Answer options
- A. Require a CAPTCHA at the end of the self-registration process.
- B. Use open-ended security questions and complex password requirements.
- C. Primarily use lookup and picklist fields on the self-registration page.
- D. Use hidden fields populated via JavaScript events in the self-registration page.
Correct answer: A, D
Explanation
Option A is correct as requiring a CAPTCHA helps to distinguish human users from automated bots, thus reducing unauthorized registrations. Option D is also correct because hidden fields can be used to capture information that bots do not fill out, further mitigating the risk of automated submissions. Options B and C do not effectively address the problem of bots or unauthorized users, as they do not significantly hinder automated form submissions.