As a project manager implementing multifactor authentication (MFA) for your company's systems, which combination of authentication factors would satisfy MFA requirements?
Multifactor authentication (MFA) requires using two or more authentication factors from different categories: something you know (e.g., password), something you have (e.g., security token), and something you are (e.g., biometrics like a fingerprint scan). Combining a password (something you know) with a fingerprint scan (something you are) satisfies MFA requirements. The other options either use factors from the same category or include items that are not valid authentication factors.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the different categories of authentication factors?
Open an interactive chat with Bash
Why are security questions not considered sufficient for MFA?
Open an interactive chat with Bash
What are the benefits of implementing multifactor authentication?