AWS Certified AI Practitioner (AIF-C01) — Question 256
A company stores customer data in OpenSearch. The company wants an AI solution to retrieve specific customer information from the stored data. The AI solution must convert queries into data requests and generate CSV files from the results. Then, the AI solution must upload the CSV files to Amazon S3.
Which solution will meet these requirements in the MOST operationally-efficient way?
Answer options
- A. Create an AI agent to perform the required steps.
- B. Use a single foundation model (FM) with few-shot prompting.
- C. Create a software application without using AI to perform the required steps.
- D. Train a decision tree model to generate a solution based on user questions.
Correct answer: A
Explanation
The correct answer is A, as creating an AI agent can automate the entire process efficiently, handling query translation, CSV generation, and file uploads seamlessly. Options B and D involve models that may not fully automate the required tasks, while option C lacks AI and would require more manual intervention, making it less efficient.