Pass the Oracle Oracle Cloud Infrastructure 1z0-1127-25 Questions and answers with CertsForce

Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
Questions # 11:

How are fine-tuned customer models stored to enable strong data privacy and security in the OCI Generative AI service?

Options:

A.

Shared among multiple customers for efficiency


B.

Stored in Object Storage encrypted by default


C.

Stored in an unencrypted form in Object Storage


D.

Stored in Key Management service


Expert Solution
Questions # 12:

Why is it challenging to apply diffusion models to text generation?

Options:

A.

Because text generation does not require complex models


B.

Because text is not categorical


C.

Because text representation is categorical unlike images


D.

Because diffusion models can only produce images


Expert Solution
Questions # 13:

How does the integration of a vector database into Retrieval-Augmented Generation (RAG)-based Large Language Models (LLMs) fundamentally alter their responses?

Options:

A.

It transforms their architecture from a neural network to a traditional database system.


B.

It shifts the basis of their responses from pretrained internal knowledge to real-time data retrieval.


C.

It enables them to bypass the need for pretraining on large text corpora.


D.

It limits their ability to understand and generate natural language.


Expert Solution
Questions # 14:

How are prompt templates typically designed for language models?

Options:

A.

As complex algorithms that require manual compilation


B.

As predefined recipes that guide the generation of language model prompts


C.

To be used without any modification or customization


D.

To work only with numerical data instead of textual content


Expert Solution
Questions # 15:

How are chains traditionally created in LangChain?

Options:

A.

By using machine learning algorithms


B.

Declaratively, with no coding required


C.

Using Python classes, such as LLMChain and others


D.

Exclusively through third-party software integrations


Expert Solution
Questions # 16:

What does "Loss" measure in the evaluation of OCI Generative AI fine-tuned models?

Options:

A.

The difference between the accuracy of the model at the beginning of training and the accuracy of the deployed model


B.

The percentage of incorrect predictions made by the model compared with the total number of predictions in the evaluation


C.

The improvement in accuracy achieved by the model during training on the user-uploaded dataset


D.

The level of incorrectness in the model’s predictions, with lower values indicating better performance


Expert Solution
Questions # 17:

What differentiates Semantic search from traditional keyword search?

Options:

A.

It relies solely on matching exact keywords in the content.


B.

It depends on the number of times keywords appear in the content.


C.

It involves understanding the intent and context of the search.


D.

It is based on the date and author of the content.


Expert Solution
Questions # 18:

How does the temperature setting in a decoding algorithm influence the probability distribution over the vocabulary?

Options:

A.

Increasing the temperature removes the impact of the most likely word.


B.

Decreasing the temperature broadens the distribution, making less likely words more probable.


C.

Increasing the temperature flattens the distribution, allowing for more varied word choices.


D.

Temperature has no effect on probability distribution; it only changes the speed of decoding.


Expert Solution
Questions # 19:

Which statement describes the difference between "Top k" and "Top p" in selecting the next token in the OCI Generative AI Generation models?

Options:

A.

"Top k" and "Top p" are identical in their approach to token selection but differ in their application of penalties to tokens.


B.

"Top k" selects the next token based on its position in the list of probable tokens, whereas "Top p" selects based on the cumulative probability of the top tokens.


C.

"Top k" considers the sum of probabilities of the top tokens, whereas "Top p" selects from the "Top k" tokens sorted by probability.


D.

"Top k" and "Top p" both select from the same set of tokens but use different methods to prioritize them based on frequency.


Expert Solution
Questions # 20:

Given the following code block:

history = StreamlitChatMessageHistory(key="chat_messages")

memory = ConversationBufferMemory(chat_memory=history)

Which statement is NOT true about StreamlitChatMessageHistory?

Options:

A.

StreamlitChatMessageHistory will store messages in Streamlit session state at the specified key.


B.

A given StreamlitChatMessageHistory will NOT be persisted.


C.

A given StreamlitChatMessageHistory will not be shared across user sessions.


D.

StreamlitChatMessageHistory can be used in any type of LLM application.


Expert Solution
Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions