AWS Certified AI Practitioner
Validates foundational understanding of artificial intelligence and machine learning concepts, generative AI technologies, and responsible AI practices on AWS. Covers AI/ML fundamentals, foundation models, prompt engineering, Amazon Bedrock, Amazon SageMaker, and security and governance for AI solutions. Intended for individuals in any role seeking to demonstrate knowledge of AI/ML concepts and AWS AI services.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Applications of Foundation Modelshard
An ML team is hitting a wall running a large, accurate foundation model in production because its per-token cost and latency are too high at scale. They want a smaller, faster model that approaches the large model's accuracy on their task, and they are willing to let Amazon Bedrock generate synthetic training data from the large model. Which customization technique fits this goal?
- A.Fine-tuning the smaller model on a manually labeled dataset that the team curates by hand from production traffic.
- B.Continued pre-training of the smaller model on the team's raw domain corpus to broaden its base knowledge further.
- C.Retrieval Augmented Generation, so the smaller model can retrieve the larger model's answers from a vector store.
- D.Model distillation, which transfers knowledge from a larger teacher model to a smaller, cheaper student model.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.
- Improve the relevance of query responses with a reranker model in Amazon Bedrock - Amazon Bedrock
- How content chunking works for knowledge bases - Amazon Bedrock
- Prerequisites for using a vector store you created for a knowledge base - Amazon Bedrock
- Increase model invocation capacity with Provisioned Throughput in Amazon Bedrock - Amazon Bedrock