1Z0 1127 24 Questionstest
1Z0 1127 24 Questionstest
1Z0-1127-24 Exam
Oracle Cloud Infrastructure 2024 Generative AI Professional
Questions & Answers
Demo
Questions & Answers PDF Page 2
Version: 4.0
Question: 1
In LangChain, which retriever search type is used to balance between relevancy and diversity?
A. top k
B. mmr
C. similarity_score_threshold
D. similarity
Answer: D
Question: 2
What does a dedicated RDMA cluster network do during model fine-tuning and inference?
C. It limits the number of fine-tuned model deployable on the same GPU cluster.
Answer: B
Question: 3
Questions & Answers PDF Page 3
Which role docs a "model end point" serve in the inference workflow of the OCI Generative AI
service?
D. Updates the weights of the base model during the fine-tuning process
Answer: A
Question: 4
A. PEFT involves only a few or new parameters and uses labeled, task-specific data.
C. PEFT does not modify any parameters but uses soft prompting with unlabeled data. PEFT modifies
Answer: A
Question: 5
How does the Retrieval-Augmented Generation (RAG) Token technique differ from RAG Sequence
when generating a model's response?
A. Unlike RAG Sequence, RAG Token generates the entire response at once without considering
individual parts.
Questions & Answers PDF Page 4
B. RAG Token does not use document retrieval but generates responses based on pre-existing
knowledge only.
C. RAG Token retrieves documents oar/at the beginning of the response generation and uses those
for the entire content
D. RAG Token retrieves relevant documents for each part of the response and constructs the answer
incrementally.
Answer: C