AIF-C01 Practice Exam — AIF-C01:AI Practitioner

1. The cloud-based question bank updates automatically, no need to retrieve it again.

2. Activate the question bank to access both Chinese and English versions.

3. Features include online exercises, mock exams, PDF downloads and video courses.

4. Study via mini-program or computer web page, valid for one year.

5. Activation codes can be bought directly or from Tmall official flagship store.

6. Contact customer service via WeChat, WhatsApp and Line for any issues.

Exam information

AI Practitioner–Foundational Exam Code: AIF-C01


·Registration Link: https://aws.amazon.com/cn/certification/certification-prep/testing/

·Exam Fee: 100 USD. Exam vouchers are available for purchase at approximately 370 RMB  (For voucher inquiries, https://item.taobao.com/item.htm?id=991899961156 ).

·Exam Languages: Simplified Chinese, English, Japanese, etc. Certificates issued in different languages carry equal recognition. You may take the exam in Chinese and still download an English‑language certificate.

·Exam Location: Offline Pearson VUE test centers in designated cities, or online proctored exam on your personal computer (webcam monitoring throughout the exam; cheating is strictly prohibited).

·Exam Environment: For online exams, a plain background and noise‑free surroundings are required. A company meeting room is recommended if available, with a backup internet connection (VPN is not mandatory).

·Exam Format: 65 multiple‑choice questions. Total score is 1000 points; a score of 700 or higher is required to pass.

·Exam Duration: 90 minutes. Score reports will be sent via email within one business day after completion.

Sample questions

AIF-C01 · Q1
Topic 1 Question #1 A company makes forecasts each quarter to decide how to optimize operations to meet expected demand. The company uses ML models to make these forecasts.An AI practitioner is writing a report about the trained ML models to provide transparency and explainability to company stakeholders.What should the AI practitioner include in the report to meet the transparency and explainability requirements?
  • A.
    Code for model training
  • B.
    Partial dependence plots (PDPs)
  • C.
    Sample data for training
  • D.
    Model convergence tables

Answer: B

Option Analysis: A. Option A is incorrect because providing full model training code is unnecessary for non-technical stakeholder transparency and does not help stakeholders understand how the model makes predictions. B. Option B is correct because partial dependence plots (PDPs) are explainable AI tools that clearly show how input features impact forecast output, making them ideal for communicating model behavior to stakeholders to meet transparency requirements. C. Option C is incorrect because including sample training data does not explain how the trained model behaves or makes predictions, so it does not meet transparency or explainability requirements. D. Option D is incorrect because model convergence tables only show training performance metrics over epochs, and do not explain how the model's input features affect its forecasts for stakeholders. Key Concept: Explainable AI (XAI) techniques for machine learning help provide transparency into model prediction behavior for non-technical stakeholders. References: What Is Explainable AI (XAI)?, Amazon SageMaker Clarify, https://docs.aws.amazon.com/sagemaker/latest/dg/clarify.html
AIF-C01 · Q2
Topic 1 Question #2 A law firm wants to build an AI application by using large language models (LLMs). The application will read legal documents and extract key points from the documents.Which solution meets these requirements?
  • A.
    Build an automatic named entity recognition system.
  • B.
    Create a recommendation engine.
  • C.
    Develop a summarization chatbot.
  • D.
    Develop a multi-language translation system.

Answer: C

Option Analysis: A. Option A is incorrect because automatic named entity recognition only identifies specific predefined entities like people or organizations, it does not extract broad key points from entire legal documents as required. B. Option B is incorrect because a recommendation engine is designed to suggest relevant content to users, it is not built to extract key points from input documents. C. Option C is correct because LLM-based summarization applications are purpose-built to condense full length documents into their core key points, which matches the law firm's requirement. D. Option D is incorrect because a multi-language translation system only converts text between different languages, it does not perform key point extraction from source documents. Key Concept: Large language model (LLM) summarization use cases focus on condensing long-form text into concise, relevant key takeaways for document processing workflows. References: What Is Text Summarization?, AWS docs, Foundation Models Use Cases, AWS docs, https://docs.aws.amazon.com/sagemaker/latest/dg/fm-use-cases.html
AIF-C01 · Q3
Topic 1 Question #3 A company wants to classify human genes into 20 categories based on gene characteristics. The company needs an ML algorithm to document how the inner mechanism of the model affects the output.Which ML algorithm meets these requirements?
  • A.
    Decision trees
  • B.
    Linear regression
  • C.
    Logistic regression
  • D.
    Neural networks

Answer: A

Option Analysis: A. Decision trees are correct because they naturally handle multi-class classification (the 20 gene categories) and produce fully interpretable, step-by-step decision paths that clearly document how input characteristics lead to the final output, meeting the explainability requirement. B. Linear regression is incorrect because it is an algorithm for regression (predicting continuous values) not classification of categorical outputs. C. Logistic regression is incorrect because while it can be adapted for multi-class classification, it does not provide the clear, granular inner mechanism documentation that decision trees offer for how features impact predictions. D. Neural networks are incorrect because they are generally black box models with opaque inner mechanisms that are difficult to interpret and document for how inputs affect outputs. Key Concept: Interpretability vs. opacity of machine learning algorithms, where tree-based models provide full transparency into a model's decision making process for classification tasks. References: What Is Machine Learning? - AWS Machine Learning, https://docs.aws.amazon.com/machine-learning/latest/dg/what-is-amazon-machine-learning.html Decision Trees - AWS Machine Learning Algorithm Reference, https://docs.aws.amazon.com/machine-learning/latest/dg/decision-trees.html
AIF-C01 · Q4
Topic 1 Question #4 A company has built an image classification model to predict plant diseases from photos of plant leaves. The company wants to evaluate how many images the model classified correctly.Which evaluation metric should the company use to measure the model's performance?
  • A.
    R-squared score
  • B.
    Accuracy
  • C.
    Root mean squared error (RMSE)
  • D.
    Learning rate

Answer: B

Option Analysis: A. Option A is incorrect because R-squared score is an evaluation metric for regression models that measures how well the independent variable explains the variance of the dependent variable, not the count of correct classifications for classification tasks. B. Option B is correct because accuracy directly measures the proportion (and corresponding count) of correctly classified predictions out of all total predictions, which matches the requirement to count how many images the model classified correctly. C. Option C is incorrect because Root mean squared error is a regression evaluation metric that measures the average prediction error magnitude, it is not used to count correct classification results. D. Option D is incorrect because learning rate is a hyperparameter that controls how much model weights are updated during training, it is not an evaluation metric for model performance. Key Concept: Accuracy is the primary classification evaluation metric that calculates the share of correct predictions out of all predictions, used to measure overall classification performance when the question asks for the count of correct classifications. References: Classification Metrics for Machine Learning, https://docs.aws.amazon.com/machine-learning/latest/dg/evaluation-metrics-for-classification.html Amazon SageMaker Model Evaluation Metrics, https://docs.aws.amazon.com/sagemaker/latest/dg/model-evaluation-metrics.html
AIF-C01 · Q5
Topic 1 Question #5 A company is using a pre-trained large language model (LLM) to build a chatbot for product recommendations. The company needs the LLM outputs to be short and written in a specific language.Which solution will align the LLM response quality with the company's expectations?
  • A.
    Adjust the prompt.
  • B.
    Choose an LLM of a different size.
  • C.
    Increase the temperature.
  • D.
    Increase the Top K value.

Answer: A

Option Analysis: A. This option is correct because prompt engineering, specifically explicitly stating requirements for short output length and specific language directly in the prompt, is the most straightforward and effective way to align LLM output with these expectations. B. This option is incorrect because changing the LLM size does not reliably enforce the specific output formatting and language requirements the company needs, it only changes the model's general capability and capacity. C. This option is incorrect because increasing temperature makes LLM output more random and creative, which does not help enforce short output or specific language requirements. D. This option is incorrect because increasing Top K value allows the model to select from a larger set of possible next tokens, which increases output randomness and does not enforce the required output constraints. Key Concept: Prompt engineering is the practice of designing input prompts to guide a large language model to produce desired output that aligns with specific requirements. References: Prompt engineering for foundation models, https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-prompt-engineering.html Working with LLMs on Amazon Bedrock, https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-engineering.html

FAQ

How many practice questions are available for AIF-C01?

This question bank includes 452 AIF-C01 practice questions covering single and multiple choice, each with answers and explanations.

Are AIF-C01 practice questions available in Chinese and English?

Yes, AIF-C01 practice questions are provided in both Chinese and English.

Can I try AIF-C01 practice questions for free?

Yes. Free sample questions are available on this page, and the full question bank is available after signing up on Zhangxuetu.