Courseiva
mediumMultiple SelectObjective-mapped

AIF-C01 Practice Question: Build a multi-language customer support chatbot…

A company wants to build a multi-language customer support chatbot using Amazon Bedrock. The chatbot should support English, Spanish, and French. The team needs to translate user queries into English before processing and then translate responses back. Which TWO approaches could achieve this? (Choose TWO)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use a Bedrock Agent with an action group that calls a translation Lambda function

Bedrock Agents can orchestrate translation steps; prompt engineering can instruct the model to translate. Knowledge Bases and Guardrails are not translation solutions. Human agents are not automated.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use a separate model fine-tuned for translation for each language pair

    Why it's wrong here

    While possible, this is not a direct use of Bedrock features and is less efficient than the other options.

  • Use a Bedrock Agent with an action group that calls a translation Lambda function

    Why this is correct

    An agent can invoke a Lambda that performs translation using Amazon Translate or a model.

  • Instruct the foundation model via prompt engineering to translate the query and response

    Why this is correct

    Many foundation models are multilingual and can translate if prompted properly.

  • Configure Bedrock Guardrails to translate automatically

    Why it's wrong here

    Guardrails provide safety controls, not translation functionality.

  • Store translated documents in a Bedrock Knowledge Base

    Why it's wrong here

    Knowledge Bases store documents but do not perform translation.

About these practice questions

This AIF-C01 question is part of Courseiva's 619-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AIF-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIF-C01 exam.