Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Oracle 1z0-1127-25 - Oracle Cloud Infrastructure 2025 Generative AI Professional

Page: 2 / 3
Total 88 questions

Given the following code:

PromptTemplate(input_variables=["human_input", "city"], template=template)

Which statement is true about PromptTemplate in relation to input_variables?

A.

PromptTemplate requires a minimum of two variables to function properly.

B.

PromptTemplate can support only a single variable at a time.

C.

PromptTemplate supports any number of variables, including the possibility of having none.

D.

PromptTemplate is unable to use any variables.

Which role does a "model endpoint" serve in the inference workflow of the OCI Generative AI service?

A.

Updates the weights of the base model during the fine-tuning process

B.

Serves as a designated point for user requests and model responses

C.

Evaluates the performance metrics of the custom models

D.

Hosts the training data for fine-tuning custom models

Which is NOT a built-in memory type in LangChain?

A.

ConversationImageMemory

B.

ConversationBufferMemory

C.

ConversationSummaryMemory

D.

ConversationTokenBufferMemory

What is the purpose of embeddings in natural language processing?

A.

To increase the complexity and size of text data

B.

To translate text into a different language

C.

To create numerical representations of text that capture the meaning and relationships between words or phrases

D.

To compress text data into smaller files for storage

When should you use the T-Few fine-tuning method for training a model?

A.

For complicated semantic understanding improvement

B.

For models that require their own hosting dedicated AI cluster

C.

For datasets with a few thousand samples or less

D.

For datasets with hundreds of thousands to millions of samples

Which is NOT a typical use case for LangSmith Evaluators?

A.

Measuring coherence of generated text

B.

Aligning code readability

C.

Evaluating factual accuracy of outputs

D.

Detecting bias or toxicity

Why is normalization of vectors important before indexing in a hybrid search system?

A.

It ensures that all vectors represent keywords only.

B.

It significantly reduces the size of the database.

C.

It standardizes vector lengths for meaningful comparison using metrics such as Cosine Similarity.

D.

It converts all sparse vectors to dense vectors.

What is the primary purpose of LangSmith Tracing?

A.

To generate test cases for language models

B.

To analyze the reasoning process of language models

C.

To debug issues in language model outputs

D.

To monitor the performance of language models

What distinguishes the Cohere Embed v3 model from its predecessor in the OCI Generative AI service?

A.

Support for tokenizing longer sentences

B.

Improved retrievals for Retrieval Augmented Generation (RAG) systems

C.

Emphasis on syntactic clustering of word embeddings

D.

Capacity to translate text in over 100 languages

How does a presence penalty function in language model generation?

A.

It penalizes all tokens equally, regardless of how often they have appeared.

B.

It penalizes only tokens that have never appeared in the text before.

C.

It applies a penalty only if the token has appeared more than twice.

D.

It penalizes a token each time it appears after the first occurrence.