AWS AI Practitioner Fundamentals of AI and ML: 223 practice questions
12 of the 223 Fundamentals of AI and ML questions in the Certsqill AWS AI Practitioner bank, shown in full below. Each one carries an explanation for every option, not just the correct one — the wrong answers are where the marks go.
Preparing for AWS AI Practitioner? Take the free 5-min readiness check →
1. Use machine learning to predict discontinuation: Which approach best meets this requirement?
- Use a rules engine with conditions defined by education specialists.Rules apply predefined logic and do not learn predictive relationships from historical outcomes.
- Use deep learning to model the outcome with multiple neural-network layers.Deep learning can support prediction, but the requirement does not indicate that multilayer neural networks are necessary.
- Use machine learning to predict discontinuation from historical student data. ✓Machine learning learns relationships from labeled historical examples and applies them to new student records.
- Use a generative model to write personalized explanations of likely discontinuation.Generating explanations is different from selecting or predicting which students may discontinue.
Machine learning fits because it learns predictive patterns from historical examples.
2. Deep learning: Which technology is most directly associated with this requirement?
- Unsupervised clustering of travel bookingsClustering groups similar records but does not directly identify named landmarks in uploaded photographs.
- Rule-based matching with fixed landmark conditionsFixed rules are difficult to maintain for varied photographs, viewpoints, lighting, and landmark appearances.
- Deep learning ✓Deep learning uses multilayer neural networks and is commonly suited to complex image-recognition patterns.
- Generative text completion for itinerary descriptionsText generation can create descriptions but does not itself provide landmark image recognition.
Deep learning uses multilayer neural networks and is well suited to recognizing complex patterns in images.
3. Generative output: Which output type best matches this requirement?
- Unsupervised grouping outputClustering groups similar products without supplied labels but does not generate descriptive text.
- Generative output ✓Generative AI creates new content, such as natural-language descriptions, from learned patterns and supplied information.
- Numeric regression outputRegression predicts numeric values and does not directly produce fluent product descriptions.
- Predictive category outputCategory prediction assigns labels, such as departments, rather than composing new product descriptions.
Generating product descriptions is a generative task because the system creates new language from learned patterns.
4. An AI agent: Which capability best fits?
- An AI agent ✓An agent can use tools and perform multiple steps toward a goal, rather than only producing one response.
- A single text-generation responseA single response can generate prose but does not inherently coordinate searches, comparisons, and subsequent actions.
- A clustering modelClustering groups similar observations and does not inherently search sources or draft reports.
- A classification modelClassification assigns categories and does not inherently conduct multi-step research activities.
Agents can use tools and coordinate multiple actions toward goals, matching the research workflow described.
5. Running inference with the trained model: Which activity is required?
- Retraining the model with new parametersRetraining changes learned parameters and is unnecessary when applying an already trained model.
- Preparing labeled examples for supervised learningLabeled examples support training, but the requirement concerns scoring current transactions.
- Running inference with the trained model ✓Inference applies a trained model to new inputs and produces predictions for immediate recommendations.
- Discovering unlabeled groups among historical transactionsUnsupervised grouping analyzes structure and does not directly score current transactions with the trained model.
Inference applies an already trained model to new transaction data and produces the requested recommendations.
6. Supervised learning that learns from examples containing: Which learning approach best uses these examples?
- Supervised learning that learns from examples containing known target answers ✓Supervised learning uses labeled examples with known targets, matching translations and expert quality scores.
- Unsupervised learning that discovers structure without target labelsUnsupervised learning does not use supplied target labels, unlike the paired translations and expert scores.
- Clustering that groups exercises according to similarity patternsClustering groups observations without supplied correct answers and does not directly learn the labeled translation target.
- Reinforcement learning that learns only from delayed environmental rewardsReinforcement learning learns behavior through rewards, while this dataset directly supplies desired outputs.
Supervised learning is appropriate because each exercise includes known target translations or expert quality labels.
7. Clustering: Which approach is best?
- Classification using predefined customer categoriesClassification requires known categories or labeled examples, which the marketplace explicitly lacks.
- Regression predicting customer spending amountsRegression predicts numeric values and does not primarily discover naturally similar customer groups.
- Reinforcement learning using purchase rewardsReinforcement learning learns behavior through rewards, not simply customer similarity from existing records.
- Clustering ✓Clustering groups similar observations without requiring supplied class labels or predefined segments.
Clustering discovers similar groups in data without requiring predefined labels or customer segments.
8. Reinforcement learning: Which approach fits?
- Supervised learning from fixed answer labelsSupervised learning uses labeled targets, whereas this requirement emphasizes action sequences and outcome feedback.
- Reinforcement learning ✓Reinforcement learning learns behavior through rewards or feedback associated with actions and resulting outcomes.
- Clustering documents by visual similarityClustering discovers groups of similar documents but does not learn action choices from processing outcomes.
- Regression predicting processing duration onlyRegression can estimate numeric duration but does not inherently learn which actions improve outcomes.
Reinforcement learning learns action choices through feedback or rewards tied to resulting processing outcomes.
9. Preserving the sequence of observations over time: What characteristic is essential?
- Assigning each observation to an unrelated categoryCategorization may organize records but does not preserve the temporal order required for forecasting.
- Grouping observations without considering their orderIgnoring order removes the temporal relationships needed to forecast future volume accurately.
- Preserving the sequence of observations over time ✓Time series data depends on ordered observations because timing and prior values influence later forecasts.
- Replacing historical observations with generated textGenerated text does not preserve the numeric temporal relationships required for volume forecasting.
Time series forecasting requires preserving observation order because timing and prior values influence later predictions.
10. The cancellation outcome is the label: Which statement correctly identifies the label and features?
- The cancellation outcome is the label, while timing and destination are features. ✓The label is the target to predict, and reservation attributes are features used to estimate it.
- Reservation details form unlabeled groups, and cancellations are clusters.The scenario describes supervised prediction, not unsupervised grouping into clusters.
- The cancellation outcome is a feature, and reservation details are labels.The outcome being predicted is the label; reservation details provide input features.
- Both the cancellation outcome and reservation details are labels.The cancellation outcome is the target label, while reservation details are typically input features.
The label is the target outcome; features are input attributes used to predict it.
11. Use batch inference to score the monthly donor collection: Which approach fits best?
- Use asynchronous inference to queue each donor record for later scoring.Asynchronous inference can delay individual requests, but the requirement is a scheduled collection-wide workload.
- Use clustering to organize donors into groups without individual scores.Clustering finds groups and does not produce the requested score for every donor record.
- Use batch inference to score the monthly donor collection overnight. ✓Batch inference processes a collection when immediate responses are not required, matching the monthly schedule.
- Use real-time inference as each donor record becomes available.Real-time inference is intended for interactive, low-latency requests, which are unnecessary here.
Batch inference fits scheduled collection processing when immediate responses are unnecessary.
12. Real-time inference for interactive requests requiring: Which inference approach is most appropriate?
- Real-time inference for interactive requests requiring prompt responses. ✓Real-time inference is intended for interactive requests where users expect responses during the conversation.
- Asynchronous inference for queued questions with delayed responses.Asynchronous inference accepts delayed results, conflicting with the help desk's interactive response expectation.
- Batch inference for scheduled collections of employee questions.Batch inference is designed for collections processed together, not conversations requiring answers during interaction.
- Clustering inference to organize employee questions by similarity.Clustering can organize similar items, but it does not itself provide conversational responses to employees.
Real-time inference best supports interactive conversations where users need prompt responses during each exchange.
211 more Fundamentals of AI and ML questions
The remaining 211 questions in this domain are part of the full AWS AI Practitioner bank — 1116 questions, every option explained. Start with the free five-minute check and see your score per domain.
Test your AWS AI Practitioner readiness — freeOther AWS AI Practitioner domains
- Applications of Foundation Models — 311 questions →
- Fundamentals of GenAI — 269 questions →
- Security, Compliance, and Governance for AI Solutions — 157 questions →
- Guidelines for Responsible AI — 156 questions →
- All 1116 AWS AI Practitioner questions →