AIF-C01 · Question #375
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…
The correct answer is A. Create an AI agent to perform the required steps. An AI agent can orchestrate multiple actions end to end, including translating user queries into OpenSearch requests, generating CSV files from the results, and uploading the files to Amazon S3, making it the most operationally efficient approach.
Question
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?
Options
- ACreate an AI agent to perform the required steps.
- BUse a single foundation model (FM) with few-shot prompting.
- CCreate a software application without using AI to perform the required steps.
- DTrain a decision tree model to generate a solution based on user questions.
How the community answered
(22 responses)- A64% (14)
- B5% (1)
- C18% (4)
- D14% (3)
Explanation
An AI agent can orchestrate multiple actions end to end, including translating user queries into OpenSearch requests, generating CSV files from the results, and uploading the files to Amazon S3, making it the most operationally efficient approach.
Topics
Community Discussion
No community discussion yet for this question.