Courseiva

AIF-C01 Practice Question: Security, Compliance, and Governance for AI Solutions

An organization uses AWS Lake Formation to govern access to data used for machine learning in Amazon SageMaker. They want to ensure that a particular IAM role used by SageMaker can only query a subset of columns in a table containing sensitive customer data. Which Lake Formation permission should be granted to the role?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Grant SELECT on the table with column-level filter

Lake Formation supports column-level permissions via Data Permissions. You can grant SELECT permission on specific columns of a table to an IAM role, restricting access to only those columns.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Grant DESCRIBE on the table

    Why it's wrong here

    DESCRIBE allows viewing metadata but not querying data.

  • Grant INSERT on the table

    Why it's wrong here

    INSERT permission allows adding data, not querying.

  • Create a view with only the allowed columns and grant SELECT on the view

    Why it's wrong here

    While this would work, it is not a direct Lake Formation permission; the question asks which permission should be granted to the role, and Lake Formation supports column-level grants directly.

  • Grant SELECT on the table with column-level filter

    Why this is correct

    Lake Formation allows granting SELECT on specific columns, achieving column-level access control.

About these practice questions

This AIF-C01 question is part of Courseiva's 619-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AIF-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIF-C01 exam.