For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Associate (SAA-C03)AWS SAA-C03 Practice Exam 4Question 12
    Hard1 markMultiple Choice
    Domain 1.1: Secure AccessSecurityIAMMFA

    AWS SAA-C03 · Question 12 · Domain 1.1: Secure Access

    A company wants to enforce a policy that all IAM users must use Multi-Factor Authentication (MFA). If a user does not have MFA enabled, they should only be able to manage their own credentials and MFA device, and should be denied access to all other AWS services. <br/><br/>How can a solutions architect implement this requirement?

    Answer options:

    A.

    Use AWS Config to detect users without MFA and automatically delete their IAM accounts.

    B.

    Create an IAM policy that uses the aws:MultiFactorAuthPresent condition key set to false to deny all actions except IAM credential management.

    C.

    Enable the 'Require MFA' setting in the AWS IAM Account Settings console.

    D.

    Create a Service Control Policy (SCP) that denies access to the AWS Management Console without MFA.

    How to approach this question

    Look for the IAM condition key specifically designed for MFA enforcement.

    Full Answer

    B.Create an IAM policy that uses the aws:MultiFactorAuthPresent condition key set to false to deny all actions except IAM credential management.✓ Correct
    Create an IAM policy that uses the aws:MultiFactorAuthPresent condition key set to false to deny all actions except IAM credential management.
    You can use the `aws:MultiFactorAuthPresent` condition key in an IAM policy to check if MFA was used during authentication. By creating a policy that denies `NotAction` (everything except IAM self-management) when this key is `false`, you force users to enable MFA.

    Common mistakes

    Assuming there is a simple global toggle switch for this in the IAM console.
    Question 11All questionsQuestion 13

    Practice the full AWS SAA-C03 Practice Exam 4

    65 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
    View all 65 questions →