Q66 — AWS AIF-C01 Ch.1
Question 66 of 100 | ← Chapter 1
A developer wants to use a foundation model (FM) to design a search application. Which type of foundation model should the developer use to support the search application?
- A. Multimodal embedding model ✓
- B. Text embedding model
- C. Multimodal generative model
- D. Image generation model
Correct Answer: A. Multimodal embedding model
Explanation
This question tests understanding of the applicability of different foundation models for search applications. Multimodal embedding models can fuse multiple data modalities and are better suited for complex search requirements. Text embedding models are more limited in scope, while multimodal generative models and image generation models are primarily used for content generation—not search support. Therefore, the multimodal embedding model is the optimal choice for designing a search application.