Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Guidelines for Responsible AI practice sets

AIF-C01 Guidelines for Responsible AI • Complete Question Bank

AIF-C01 Guidelines for Responsible AI — All Questions With Answers

Complete AIF-C01 Guidelines for Responsible AI question bank — all 0 questions with answers and detailed explanations.

77
Questions
Free
No signup
Certifications/AIF-C01/Practice Test/Guidelines for Responsible AI/All Questions
Question 1easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A financial services company uses Amazon Rekognition to verify customer identities. To ensure responsible AI practices, which measure should the company prioritize?

Question 2mediummultiple choice
Read the full NAT/PAT explanation →

A healthcare startup deploys a model to predict patient readmission risk using Amazon SageMaker. After deployment, the model shows higher false-positive rates for a specific age group. What is the most responsible first step?

Question 3hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A company uses an AI system to automate loan approvals. The model uses demographic features and achieves high accuracy, but the company wants to ensure compliance with responsible AI guidelines. Which practice best balances performance and fairness?

Question 4easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A retail company uses a recommendation system that occasionally suggests inappropriate products to minors. Which responsible AI practice should be applied?

Question 5mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A company uses Amazon Comprehend to analyze customer sentiment. They discover the model performs poorly on text with slang from underrepresented groups. What is the most responsible action?

Question 6hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A bank uses an AI system to detect fraudulent transactions. The model has high precision but low recall for small transactions, potentially missing fraud. Which approach aligns with responsible AI?

Question 7easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A company develops a chatbot using Amazon Lex. To ensure transparency, what should the chatbot do when it cannot answer a question?

Question 8mediummulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO actions are most aligned with responsible AI practices when deploying a model that makes decisions affecting individuals? (Choose 2)

Question 9hardmulti select
Read the full Guidelines for Responsible AI explanation →

Which THREE considerations are essential for ensuring responsible AI in a model that predicts employee performance? (Choose 3)

Question 10easymulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO practices help ensure transparency in AI systems? (Choose 2)

Question 11mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

An AI team uses the IAM policy shown in the exhibit to control endpoint creation. Why does this policy support responsible AI?

Exhibit

Refer to the exhibit.
```
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "sagemaker:CreateEndpointConfig",
        "sagemaker:UpdateEndpoint"
      ],
      "Resource": "*",
      "Condition": {
        "Bool": {
          "sagemaker:EnableDataCapture": "true"
        }
      }
    }
  ]
}
```
Question 12hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A data scientist runs the SageMaker Clarify job shown in the exhibit for a credit risk model. After reviewing the results, they find a high bias metric for the gender facet. Which action is most consistent with responsible AI?

Exhibit

Refer to the exhibit.
```
{
  "ModelName": "credit-risk-v1",
  "InputName": "features",
  "JobName": "bias-report-20240101",
  "ProcessingJob": {
    "ProcessingResources": {
      "ClusterConfig": {
        "InstanceCount": 1,
        "InstanceType": "ml.m5.large"
      }
    }
  },
  "AppSpecification": {
    "ImageUri": "683313688378.dkr.ecr.us-west-2.amazonaws.com/sagemaker-clarify-processing:1.0"
  },
  "Config": {
    "BiasConfig": {
      "Label": "approved",
      "Facet": ["gender"],
      "GroupVariable": ["age_group"]
    }
  },
  "OutputConfig": {
    "S3OutputPath": "s3://my-bucket/bias-reports/"
  }
}
Question 13mediummultiple choice
Read the full NAT/PAT explanation →

A financial services company is deploying a generative AI chatbot to assist customers with account inquiries. The company wants to ensure the chatbot does not generate biased or harmful responses. Which combination of AWS services and practices should the company implement to monitor and mitigate these risks?

Question 14hardmultiple choice
Read the full NAT/PAT explanation →

A healthcare organization is developing a clinical decision support system using Amazon Bedrock with a large language model (LLM) to analyze patient symptoms and suggest potential diagnoses. The system must comply with HIPAA and internal responsible AI guidelines. During testing, the model occasionally generates diagnoses that are inconsistent with established medical guidelines and shows a tendency to recommend more aggressive treatments for patients from certain demographic groups. The team has already implemented data encryption, access controls, and basic content filtering. They need to further reduce biased and unsafe outputs without delaying the deployment timeline. What should the team do next?

Question 15easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A data scientist wants to detect potential bias in a binary classification model before deployment. Which AWS service can analyze the model's predictions across different demographic groups?

Question 16mediummultiple choice
Read the full NAT/PAT explanation →

A team is deploying a regression model for loan approval. To ensure transparency for regulators, they need to explain individual predictions. Which interpretability method can provide local explanations by approximating the model with a simpler surrogate?

Question 17hardmultiple choice
Read the full NAT/PAT explanation →

A healthcare company must train a model on sensitive patient data while complying with privacy regulations. They want to add noise to the training process to prevent re-identification. Which technique should they implement?

Question 18easymultiple choice
Read the full Guidelines for Responsible AI explanation →

After deploying a model, a company notices that the distribution of the input features has shifted compared to the training data. Which feature of Amazon SageMaker Model Monitor can alert them to this change?

Question 19mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A company uses Amazon SageMaker Ground Truth to label a dataset for a binary classifier. To reduce labeling bias, which workforce configuration is most appropriate?

Question 20hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A machine learning team is building a credit risk model and discovers that the training data has a significant imbalance in loan approval rates between two demographic groups. They decide to reweight the training samples using a preprocessing technique. Which SageMaker Clarify feature can help compute the appropriate sample weights to achieve demographic parity?

Question 21easymultiple choice
Read the full Guidelines for Responsible AI explanation →

Which of the following is a key principle of responsible AI according to AWS?

Question 22mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A company wants to ensure accountability for its machine learning models by tracking all changes to the model and its training data. Which AWS feature should they use?

Question 23hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A security team is concerned about adversarial attacks on their image classification model deployed on Amazon SageMaker. They want to test robustness against carefully crafted inputs that cause misclassification. What approach should they use?

Question 24mediummulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO actions should a data scientist take to evaluate fairness of a binary classification model using Amazon SageMaker Clarify? (Choose two.)

Question 25hardmulti select
Read the full Guidelines for Responsible AI explanation →

Which THREE considerations are important when implementing responsible AI for a production NLP system? (Choose three.)

Question 26easymulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO techniques provide interpretability for machine learning models at a local (per-prediction) level? (Choose two.)

Question 27mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. A data scientist runs an Amazon SageMaker Clarify bias analysis on a binary classifier. The pre-training ClassImbalance is 1.5 and the post-training DPPL is 0.15. What should the data scientist conclude?

Exhibit

Refer to the exhibit.
```
{
  "smclarify_bias_report": {
    "pre_training": {
      "ClassImbalance": {
        "value": 1.5,
        "description": "Ratio of majority to minority class counts"
      }
    },
    "post_training": {
      "DPPL": {
        "value": 0.15,
        "description": "Difference in Positive Proportions in Predicted Labels"
      }
    }
  }
}
```
Question 28hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. A team is creating an IAM policy for a SageMaker notebook user. The user needs to access training data in an S3 bucket and create models. Which responsible AI concern is most relevant to this policy?

Exhibit

Refer to the exhibit.
```
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "sagemaker:CreateNotebookInstance",
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::company-training-data/*"
    },
    {
      "Effect": "Allow",
      "Action": "sagemaker:CreateModel",
      "Resource": "*"
    }
  ]
}
```
Question 29easymultiple choice
Read the full NAT/PAT explanation →

Refer to the exhibit. A developer is reviewing CloudWatch Logs for a deployed model and notices the same input appears multiple times with slightly different probabilities. What responsible AI concern does this pattern suggest?

Exhibit

Refer to the exhibit.
```
2023-09-15T14:23:10Z Model endpoint my-model received input: {"features": [0.5, 0.8, 0.2]}, prediction: 1, probability: 0.92
2023-09-15T14:23:11Z Model endpoint my-model received input: {"features": [0.5, 0.8, 0.2]}, prediction: 1, probability: 0.93
2023-09-15T14:23:12Z Model endpoint my-model received input: {"features": [0.5, 0.8, 0.2]}, prediction: 1, probability: 0.91
```
Question 30easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A company uses Amazon Rekognition for facial analysis. They want to ensure the model doesn't exhibit bias based on skin tone. What should they do?

Question 31mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A financial services company deploys a generative AI chatbot for customer support. They want to prevent the chatbot from generating harmful or misleading information. Which AWS service can help monitor and filter responses?

Question 32hardmultiple choice
Read the full NAT/PAT explanation →

A healthcare startup uses Amazon SageMaker to train a model predicting patient readmission. They need to ensure the model's predictions do not discriminate based on protected attributes like age or race. Which SageMaker feature allows them to monitor and mitigate bias during training?

Question 33easymultiple choice
Read the full NAT/PAT explanation →

A media company uses Amazon Transcribe for automatic speech recognition. They discover the model has higher error rates for non-native English speakers. Which Responsible AI principle are they failing to uphold?

Question 34mediummultiple choice
Read the full NAT/PAT explanation →

An e-commerce company uses a recommendation system built with Amazon Personalize. They want to explain to customers why certain products are recommended. Which AWS service can provide model explanations?

Question 35hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A government agency uses Amazon Rekognition for identity verification. They want to ensure the model is robust against adversarial attacks. What should they do?

Question 36easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A social media company uses Amazon Comprehend to moderate user comments. They want to avoid censoring legitimate speech while catching hate speech. Which approach aligns with responsible AI governance?

Question 37mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A startup uses Amazon Lex to build a chatbot for mental health support. They must ensure user conversations are private and not used for model improvement. Which AWS service can help anonymize text data before storage?

Question 38hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A research lab uses Amazon SageMaker to train a deep learning model for medical diagnosis. They need to ensure the model's decisions are interpretable to clinicians. Which SageMaker feature provides local and global feature importance?

Question 39mediummulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO actions help ensure fairness in an AI system deployed on AWS? (Select two.)

Question 40hardmulti select
Read the full Guidelines for Responsible AI explanation →

Which THREE practices support transparency in AI systems? (Select three.)

Question 41easymulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO actions can help mitigate bias in a face recognition model trained on AWS? (Select two.)

Question 42mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. An AWS customer runs SageMaker Clarify to evaluate bias in their training data. The report shows multiple metrics with status 'violated'. What should the customer do next?

Exhibit

{
  "report_version": "1.0",
  "pre_training_bias_metrics": [
    {
      "name": "ClassImbalance",
      "value": 0.8,
      "threshold": 0.1,
      "status": "violated"
    },
    {
      "name": "DemographicParity",
      "value": 0.9,
      "threshold": 0.1,
      "status": "violated"
    }
  ]
}
Question 43hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. A team is configuring a SageMaker Model Bias job. The baseline job has been completed. However, the bias job fails with a resource not found error. What is the most likely cause?

Exhibit

ModelBiasJobConfig:
  Type: AWS::SageMaker::ModelBiasJobDefinition
  Properties:
    JobResources:
      InstanceConfig:
        InstanceType: ml.m5.large
        InstanceCount: 1
    ModelBiasBaselineConfig:
      BaseliningJobName: !Ref BaselineJob
    ModelBiasAppSpecification:
      ImageUri: !Ref Image
    StoppingCondition:
      MaxRuntimeInSeconds: 3600
Question 44easymultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. An ML team finds that their training data is stored in two subfolders under s3://my-bucket/train/. They need to ensure that the dataset is balanced for training a classification model. What should they do?

Exhibit

aws s3 ls s3://my-bucket/train/
                           PRE images/
                           PRE labels/
Question 45easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A company uses Amazon SageMaker to build a binary classification model for loan approvals. After training, the data science team wants to evaluate the model for potential bias against a protected group. Which AWS service should they use to compute bias metrics?

Question 46mediummultiple choice
Read the full NAT/PAT explanation →

A data scientist is using Amazon SageMaker to train a model and wants to understand the contribution of each feature to individual predictions. Which technique should they use to generate local explanations?

Question 47hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A company deploys a deep learning model for image classification using Amazon SageMaker. They are concerned about adversarial attacks that could misclassify images with small perturbations. Which of the following is the most effective approach to improve model robustness?

Question 48mediummultiple choice
Read the full NAT/PAT explanation →

A healthcare company is training a model on sensitive patient data using Amazon SageMaker. They need to ensure that individual patient data cannot be reverse-engineered from the model. Which technique should they implement during training?

Question 49easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A team is developing an AI system and wants to document key information such as intended use, performance benchmarks, and limitations. According to AWS best practices for responsible AI, what should they create?

Question 50hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A large enterprise has multiple teams deploying ML models on AWS. To ensure governance and accountability, they need to enforce that all models pass a fairness review before production deployment. Which SageMaker feature should they use to implement this approval workflow?

Question 51mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

An e-commerce company uses an Amazon Lex chatbot to handle customer inquiries. They want to implement human oversight for sensitive interactions, such as when the chatbot cannot provide a confident response. Which AWS service should they integrate?

Question 52easymultiple choice
Read the full Guidelines for Responsible AI explanation →

Which of the following is NOT one of the core principles of responsible AI as defined by AWS?

Question 53hardmultiple choice
Read the full NAT/PAT explanation →

A financial services company must comply with regulatory requirements that mandate explainability of credit scoring models. They have deployed a model using SageMaker and need to generate reports showing feature importance for each prediction. Which combination of services should they use to automate this?

Question 54easymulti select
Read the full Guidelines for Responsible AI explanation →

A data science team is building a resume screening model and wants to ensure it does not exhibit gender bias. Which TWO actions are most effective for mitigating bias? (Choose TWO.)

Question 55mediummulti select
Read the full Guidelines for Responsible AI explanation →

A company is deploying an AI-based diagnostic system in healthcare. Which THREE practices align with AWS responsible AI guidelines? (Choose THREE.)

Question 56hardmulti select
Read the full Guidelines for Responsible AI explanation →

A team is using Amazon Comprehend to analyze customer feedback for sentiment. They want to detect and mitigate potential bias against certain demographic groups. Which TWO approaches should they consider? (Choose TWO.)

Question 57hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. A data scientist runs SageMaker Clarify on a training dataset and receives the above JSON output. Which bias metric exceeds its threshold?

Exhibit

{
  "pre_training_bias_metrics": {
    "dpl": {
      "value": 0.15,
      "threshold": 0.1
    },
    "class_imbalance": {
      "value": 0.3,
      "threshold": 0.5
    },
    "label_imbalance": {
      "value": 0.4,
      "threshold": 0.6
    }
  }
}
Question 58mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. An AWS CloudTrail log shows the creation of an IAM policy for a SageMaker execution role. Which responsible AI concern does this configuration raise?

Exhibit

{
  "eventName": "PutRolePolicy",
  "requestParameters": {
    "roleName": "SageMakerExecutionRole",
    "policyDocument": {
      "Version": "2012-10-17",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": "sagemaker:InvokeEndpoint",
          "Resource": "*"
        }
      ]
    }
  }
}
Question 59easymultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. An AWS administrator sets up a SageMaker Model Monitor schedule for bias detection. What is the primary purpose of this configuration?

Exhibit

{
  "MonitoringScheduleName": "bias-monitor",
  "MonitoringOutputConfig": {
    "S3OutputPath": "s3://model-monitor-output/bias-reports/"
  },
  "MonitoringScheduleConfig": {
    "ScheduleConfig": {
      "ScheduleExpression": "cron(0 0 ? * MON *)"
    },
    "MonitoringJobDefinition": {
      "BaselineConfig": {
        "BaseliningJobName": "baseline-job-20231001"
      },
      "MonitoringInputs": [
        {
          "EndpointInput": {
            "EndpointName": "my-endpoint",
            "Destination": "INPUT"
          }
        }
      ],
      "MonitoringOutputConfig": {
        "S3Output": {
          "S3Uri": "s3://model-monitor-output/bias-reports/"
        }
      }
    }
  }
}
Question 60easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A retail company is deploying a chatbot to handle customer inquiries. During testing, they notice the chatbot occasionally uses offensive language when responding to certain user inputs. Which responsible AI principle is being violated?

Question 61easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A financial institution uses a machine learning model to approve loan applications. The model is trained on historical data that includes biased lending practices. What is the most effective first step to address potential bias?

Question 62mediummultiple choice
Read the full NAT/PAT explanation →

A healthcare organization uses an AI model to predict patient readmission risks. The model's predictions are used by doctors to allocate follow-up care. The organization wants to ensure compliance with responsible AI guidelines. Which practice best supports explainability?

Question 63mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A company uses an AI system to screen job applications. The system was trained on resumes from previous hires, which predominantly came from a specific demographic. As a result, the system may unfairly filter out qualified candidates from other backgrounds. Which responsible AI practice should the company implement?

Question 64hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A company is deploying a generative AI model that produces text summaries of legal documents. To comply with responsible AI guidelines, which of the following is the most critical to ensure transparency?

Question 65hardmultiple choice
Read the full NAT/PAT explanation →

An insurance company uses a machine learning model to adjust premiums. During a review, the model is found to be penalizing customers based on zip codes correlated with racial demographics, leading to potential discrimination. Which combination of actions best addresses this fairness issue while maintaining business value?

Question 66easymulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO actions are essential for ensuring accountability in AI systems according to AWS responsible AI guidelines?

Question 67mediummulti select
Read the full Guidelines for Responsible AI explanation →

Which THREE practices are recommended for promoting robustness and security in AI systems?

Question 68hardmulti select
Read the full Guidelines for Responsible AI explanation →

Which TWO of the following are key components of a responsible AI governance framework?

Question 69easymultiple choice
Read the full Guidelines for Responsible AI explanation →

A startup is developing a mobile app that uses facial recognition to verify user identity for account access. The app is intended for a global audience, but the training data predominantly includes images of light-skinned individuals. During beta testing, users with darker skin tones report frequent verification failures, while light-skinned users have a high success rate. The startup wants to release the app soon and needs to address this fairness issue without delaying the launch too much. The team has limited resources. Which approach should they take to most effectively mitigate the bias while meeting the launch timeline?

Question 70easymultiple choice
Read the full NAT/PAT explanation →

A hospital uses an AI system to prioritize patients for organ transplant based on predicted survival rates. The system was trained on historical data that includes socioeconomic factors. A review reveals that the system systematically assigns lower priority to patients from lower-income neighborhoods, even when medical urgency is similar. The hospital's ethics board demands an immediate remedy. The data science team is small and must act quickly. What should the hospital do to address this fairness issue most effectively?

Question 71mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

A large e-commerce company uses a recommendation system to suggest products to customers. Recently, a data scientist noticed that the model's recommendations for high-value luxury items are predominantly shown to users in affluent zip codes, while users in less affluent areas rarely see these items, even if they have searched for them. The company is concerned about fairness and wants to ensure all customers have equal access to recommendations regardless of location. The current model uses collaborative filtering on historical purchase data. The team needs to modify the system without sacrificing overall recommendation accuracy. Which action best addresses the fairness concern while maintaining performance?

Question 72mediummultiple choice
Read the full NAT/PAT explanation →

A government agency is deploying an AI system to detect fraudulent benefit claims. The system uses a neural network trained on historical claims data, which includes a disproportionate number of false positives from a particular ethnic group due to historical over-policing. The agency must ensure the system does not perpetuate discrimination. They have a rigorous testing procedure but limited budget. The project lead wants to balance fairness with detection performance. Which combination of steps should they prioritize?

Question 73hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A financial services company uses a machine learning model to automatically reject credit card transactions suspected of fraud. The model was trained on transaction data from the past two years. Over the last three months, the model's false positive rate has increased significantly, causing legitimate transactions to be declined and leading to customer complaints. The company needs to restore the model's accuracy quickly. Initial analysis shows that the distribution of transaction amounts and locations has shifted compared to the training period. The data science team is under pressure to deploy an update within a week. Which approach should they take to most effectively address the issue while adhering to responsible AI guidelines?

Question 74hardmultiple choice
Read the full Guidelines for Responsible AI explanation →

A media company uses a generative AI model to automatically create image captions for user-uploaded photos. During quality assurance, testers discover that the model sometimes generates captions that include stereotypes based on gender and race, even when the photos do not contain people. For example, a photo of a kitchen produces captions like 'woman cooking,' and a photo of a sports car generates 'man driving.' The company wants to launch the feature soon but recognizes the reputational risk. They have a limited budget and need to implement a solution that reduces harmful stereotypes without overly restricting the captions' creativity. The team has access to the model's training data, which is a large public dataset of image-caption pairs. Which approach should the team prioritize?

Question 75easymulti select
Read the full Guidelines for Responsible AI explanation →

A retail company is deploying a machine learning model to analyze customer reviews and predict sentiment. The team wants to follow responsible AI guidelines to ensure fairness, transparency, and accountability. Which TWO actions should the team take? (Choose TWO.)

Question 76mediummultiple choice
Read the full Guidelines for Responsible AI explanation →

Refer to the exhibit. A data scientist used SageMaker Clarify to evaluate bias in a binary classification model predicting loan approval. The exhibit shows bias metrics for the female facet. What does the analysis indicate about the model's impact on the female group?

Exhibit

{
  "pre_training_bias_metrics": {
    "facets": [
      {
        "facet": "gender",
        "value_or_group": "Female",
        "metrics": [
          {
            "name": "Class Imbalance (CI)",
            "value": 0.2
          },
          {
            "name": "Difference in Proportions of Labels (DPL)",
            "value": -0.15
          }
        ]
      }
    ]
  },
  "post_training_bias_metrics": {
    "facets": [
      {
        "facet": "gender",
        "value_or_group": "Female",
        "metrics": [
          {
            "name": "Accuracy Difference (AD)",
            "value": -0.22
          }
        ]
      }
    ]
  }
}
Question 77hardmultiple choice
Read the full NAT/PAT explanation →

A healthcare company uses Amazon SageMaker to train a model that predicts patient readmission risk based on electronic health records (EHRs) stored in Amazon HealthLake. The training dataset contains 2 million records from the past three years, with a significant gender imbalance: 70% male and 30% female. The model achieved high overall accuracy, but further analysis using SageMaker Clarify revealed that the precision for female patients is 0.65 while for male patients it is 0.88. Additionally, the model's false positive rate for female patients is significantly higher. The company must comply with healthcare regulations that require fairness and non-discrimination. The data science team has already used SageMaker Data Wrangler for initial preprocessing and SageMaker Clarify for bias detection. They need to take immediate action to mitigate the bias before deploying to production. Which course of action should the team take?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

AIF-C01 Practice Test 1 — 10 Questions→AIF-C01 Practice Test 2 — 10 Questions→AIF-C01 Practice Test 3 — 10 Questions→AIF-C01 Practice Test 4 — 10 Questions→AIF-C01 Practice Test 5 — 10 Questions→AIF-C01 Practice Exam 1 — 20 Questions→AIF-C01 Practice Exam 2 — 20 Questions→AIF-C01 Practice Exam 3 — 20 Questions→AIF-C01 Practice Exam 4 — 20 Questions→Free AIF-C01 Practice Test 1 — 30 Questions→Free AIF-C01 Practice Test 2 — 30 Questions→Free AIF-C01 Practice Test 3 — 30 Questions→AIF-C01 Practice Questions 1 — 50 Questions→AIF-C01 Practice Questions 2 — 50 Questions→AIF-C01 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Applications of Foundation ModelsFundamentals of AI and MLFundamentals of Generative AIGuidelines for Responsible AISecurity, Compliance and Governance for AI Solutions

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Guidelines for Responsible AI setsAll Guidelines for Responsible AI questionsAIF-C01 Practice Hub