AWS Certified AI Practitioner (AIF-C01) Practice Exam Questions and Answers – Part 7/8

Practice for the AWS Certified AI Practitioner (AIF-C01) exam with 15 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: A healthcare company is developing a machine learning model to analyze medical images and patient records to assist with. Follow @CertPunch and visit certpunch.com for more certification practice exams and study content.

Prefer hands-on? Take this round as an interactive practice test — answer every question, get instant feedback, and see your score: Start the AWS Certified AI Practitioner (AIF-C01) practice test →

What you will practice

  • A healthcare company is developing a machine learning model to analyze medical images and patient records to…
  • A technology company is considering using Amazon Web Services (AWS) to support its growing application infras…
  • A company is using the Amazon Titan Text model with Amazon Bedrock. In which of the following scenarios is th…
  • A healthcare company is considering migrating its on-premises infrastructure to AWS Cloud to enhance data man…
  • A robotics company is exploring different machine learning techniques to enhance the decision-making capabili…
  • A financial services firm is adopting Amazon Q Business to streamline its data-driven decision-making process…

Answers and explanations

Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.

Q1. A healthcare company is developing a machine learning model to analyze medical images and patient records to assist with diagnostics. The team has access to a large amount of unlabeled data and a smaller set of labeled data, and they are c…

Answer: B,E. Sentiment analysis || Fraud identification

Semi-supervised learning leverages a small amount of labeled data alongside a large volume of unlabeled data, which fits applications like sentiment analysis and fraud identification. Clustering and dimensionality reduction are strictly unsupervised.

Q2. A technology company is considering using Amazon Web Services (AWS) to support its growing application infrastructure and is exploring different cloud computing models. The team is particularly interested in Amazon Elastic Compute Cloud (E…

Answer: B. Infrastructure as a Service (IaaS)

Amazon EC2 provides virtualized compute resources, categorizing it as Infrastructure as a Service because you manage the operating system and application. PaaS offerings, like Elastic Beanstalk, handle the underlying infrastructure automatically.

Q3. A company is using the Amazon Titan Text model with Amazon Bedrock. In which of the following scenarios is the model most likely to hallucinate?

Answer: B. When temperature is set to 1

Setting the temperature to its maximum value randomizes word selection, increasing the probability of hallucinations in generative text models. A temperature of zero forces deterministic responses, effectively reducing hallucination risks.

Q4. A healthcare company is considering migrating its on-premises infrastructure to AWS Cloud to enhance data management, improve scalability, and reduce operational costs. The leadership team is new to cloud technologies and wants a clear und…

Answer: D. Cloud computing refers to the on-demand delivery of IT resources and applications via the internet with pay-as-you-go pricing

Cloud computing is defined as the on-demand delivery of IT resources over the internet with pay-as-you-go pricing. For the exam, associate this model with flexibility and scalability instead of owning physical hardware.

Q5. A robotics company is exploring different machine learning techniques to enhance the decision-making capabilities of its autonomous robots. The team is considering both reinforcement learning and supervised learning but needs to understand…

Answer: A. Reinforcement learning focuses on an agent learning optimal actions through interactions with the environment and feedback, while supervised learning involves training models on labeled data to make predictions

Reinforcement learning uses an agent interacting with an environment to maximize cumulative rewards. Supervised learning, however, maps inputs to outputs using labeled datasets to make accurate predictions.

Q6. A financial services firm is adopting Amazon Q Business to streamline its data-driven decision-making processes. As part of the implementation, the company needs a robust solution for managing user access, ensuring that employees across va…

Answer: D. IAM Identity Center

IAM Identity Center is the recommended service to manage workforce access to Amazon Q Business applications. Standard IAM users are better suited for administrative AWS resource access rather than end-user application access.

Q7. A healthcare technology company is developing machine learning models to analyze both structured data, such as patient records, and unstructured data, such as medical images and clinical notes. The data science team is working on feature e…

Answer: A. Feature engineering for structured data often involves tasks such as normalization and handling missing values, while for unstructured data, it involves tasks such as tokenization and vectorization

Structured data feature engineering usually involves normalization and handling missing values. Unstructured data requires techniques like tokenization and vectorization to convert text or images into usable numerical formats.

Q8. A financial services company is deploying AI systems on AWS to analyze customer transactions and detect fraud. To meet stringent regulatory requirements, the company's compliance team needs a tool that can continuously audit AWS usage, aut…

Answer: B. AWS Audit Manager

AWS Audit Manager continuously audits your AWS usage by automating evidence collection to simplify risk assessments. AWS Artifact simply provides access to compliance reports and does not actively collect evidence.

Q9. A software development company is exploring Amazon Q Developer to enhance its internal tools and workflows. The company is particularly interested in leveraging the platform's capabilities to automate code generation, improve task automati…

Answer: C,E. Get answers to your AWS account-specific cost-related questions using natural language || Understand and manage your cloud infrastructure on AWS

Amazon Q Developer answers natural language questions about AWS costs and helps manage infrastructure. It cannot visualize cost data or autonomously deploy and modify resources, making those distractors incorrect.

Q10. An e-commerce company is developing a chatbot to enhance its user experience by allowing customers to submit queries that include both text descriptions and images, such as product photos or screenshots of issues. The company aims for the…

Answer: D. The company should use a multi-modal embedding model, which is designed to represent and align different types of data (such as text and images) in a shared embedding space, allowing the chatbot to understand and interpret both forms of input simultaneously

A multimodal embedding model aligns text and images within a shared vector space for cost-effective search and querying. A generative model is overkill, more expensive, and better suited for creating new content.

Q11. A retail company is exploring advanced AI solutions to enhance customer experience by integrating both visual and textual data for tasks such as product recommendations, automated image tagging, and customer support. The team is considerin…

Answer: A. A multimodal model can accept a mix of input types such as audio/text and create a mix of output types such as video/image

Multimodal models accept diverse inputs like text and audio while generating mixed outputs like images and video. The defining characteristic is handling multiple data formats simultaneously rather than being restricted to a single type.

Q12. A social media company is implementing an AI-driven content recommendation system to enhance user engagement. During testing, the data science team notices that the AI suggests content differently based on user demographics, leading to con…

Answer: A. A hiring algorithm consistently prefers candidates from a particular gender, even though the candidates' qualifications are similar across genders

Algorithmic bias occurs when a model systematically favors specific groups despite similar qualifications. Human judgment errors or random weather fluctuations fail to represent systematic machine learning bias.

Q13. A healthcare company is deploying AI models using Amazon SageMaker to predict patient outcomes and ensure compliance with healthcare regulations. The data science team wants to document important details about their models, such as perform…

Answer: B. SageMaker model cards include information about the model such as intended use and risk rating of a model, training details and metrics, evaluation results, and observations. AI service cards provide transparency about AWS AI services' intended use, limitations, and potential impacts

SageMaker model cards document custom model details like training metrics and risk ratings. AI service cards provide transparency for pre-trained AWS services regarding their intended use and limitations.

Q14. A company has implemented a chatbot powered by Amazon Bedrock to handle customer inquiries and support requests. While the chatbot is effective at providing automated responses, the company has noticed that some of the replies do not consi…

Answer: D. The company should iteratively test and adjust the chatbot prompts to ensure that its outputs consistently reflect the company's tone and style

Prompt engineering iteratively refines responses to match a specific tone or style. Lowering temperature reduces randomness but does not guarantee the desired tone, while batch inferencing and token limits are unrelated.

Q15. An Internet-of-Things (IoT) company is developing a suite of smart sensors and devices that rely on real-time data processing to enable applications like predictive maintenance, environmental monitoring, and immediate anomaly detection. To…

Answer: A. The company should use an optimized small language model (SLM) deployed directly on the edge device, allowing for real-time, low-latency inference

Deploying an optimized small language model directly on the edge device ensures real-time performance without network latency. Large models exceed edge hardware limits, while central APIs introduce unacceptable network delays.

More AWS Certified AI Practitioner (AIF-C01) drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.

Scroll to Top