What does Amazon Bedrock Knowledge Bases primarily provide?
Q3easymcq
Which AWS service is a dedicated search/vector engine popular for RAG at scale?
Q4easymcq
Which database adds vector search to a relational database via the pgvector extension?
Q5easymcq
Lower temperature in inference parameters generally produces:
Q6easymcq
What is prompt caching primarily used for?
Q7easymcq
Which is the cheapest/fastest customization approach to try first?
Q8easymcq
Which vector database option is best when relationships between entities matter alongside similarity?
Q9easymcq
What distinguishes an AI agent from a plain foundation model call?
Q10easymcq
Which customization approach is generally the MOST expensive and time-consuming?
Q11hardmcq
A team needs a chatbot to answer questions grounded in their internal, frequently-updated policy documents, without retraining. Best approach?
Q12hardmulti
Which of these are legitimate AWS vector-database options mentioned for RAG use cases?
Select all that apply.
Q13hardordering
Order these customization approaches from cheapest/fastest to most expensive/slowest.
1.Fine-tuning
2.In-context learning
3.Pre-training from scratch
4.RAG
Q14hardmatching
Match each RAG-pipeline step to its description.
Chunking
Embedding
Retrieval
Grounded generation
Q15hardmcq
A high-volume production feature needs a much cheaper model that mimics a larger model's behavior on a narrow task. Best fit?
Q16hardmcq
A factual customer-support Q&A bot should generally use which temperature setting?
Q17hardmulti
Which factors are part of practical FM selection at the application-design level (beyond business-level factors)?
Select all that apply.
Q18hardmcq
Why does RAG specifically help reduce hallucinations compared to relying on the base model alone?
Q19hardmcq
A team repeatedly sends the same long system prompt with each new user question. What technique cuts the repeated cost/latency of reprocessing that prefix?
Q20hardmcq
A customer-service agent needs to not just answer a billing question but actually issue a refund through an internal API. What capability does this require beyond a plain FM call?