Weekend Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Page: 1 / 9
Total 88 questions

Oracle Cloud Infrastructure 2025 Generative AI Professional Questions and Answers

Question 1

How does the utilization of T-Few transformer layers contribute to the efficiency of the fine-tuning process?

Options:

A.

By incorporating additional layers to the base model

B.

By allowing updates across all layers of the model

C.

By excluding transformer layers from the fine-tuning process entirely

D.

By restricting updates to only a specific group of transformer layers

Question 2

How are documents usually evaluated in the simplest form of keyword-based search?

Options:

A.

By the complexity of language used in the documents

B.

Based on the number of images and videos contained in the documents

C.

Based on the presence and frequency of the user-provided keywords

D.

According to the length of the documents

Question 3

What do embeddings in Large Language Models (LLMs) represent?

Options:

A.

The color and size of the font in textual data

B.

The frequency of each word or pixel in the data

C.

The semantic content of data in high-dimensional vectors

D.

The grammatical structure of sentences in the data

Question 4

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.

Question 5

In the simplified workflow for managing and querying vector data, what is the role of indexing?

Options:

A.

To convert vectors into a non-indexed format for easier retrieval

B.

To map vectors to a data structure for faster searching, enabling efficient retrieval

C.

To compress vector data for minimized storage usage

D.

To categorize vectors based on their originating data type (text, images, audio)

Question 6

What is the function of the Generator in a text generation system?

Options:

A.

To collect user queries and convert them into database search terms

B.

To rank the information based on its relevance to the user's query

C.

To generate human-like text using the information retrieved and ranked, along with the user's original query

D.

To store the generated responses for future use

Question 7

An AI development company is working on an advanced AI assistant capable of handling queries in a seamless manner. Their goal is to create an assistant that can analyze images provided by users and generate descriptive text, as well as take text descriptions and produce accurate visual representations. Considering the capabilities, which type of model would the company likely focus on integrating into their AI assistant?

Options:

A.

A diffusion model that specializes in producing complex outputs.

B.

A Large Language Model-based agent that focuses on generating textual responses

C.

A language model that operates on a token-by-token output basis

D.

A Retrieval Augmented Generation (RAG) model that uses text as input and output

Question 8

What does the RAG Sequence model do in the context of generating a response?

Options:

A.

It retrieves a single relevant document for the entire input query and generates a response based on that alone.

B.

For each input query, it retrieves a set of relevant documents and considers them together to generate a cohesive response.

C.

It retrieves relevant documents only for the initial part of the query and ignores the rest.

D.

It modifies the input query before retrieving relevant documents to ensure a diverse response.

Question 9

Which statement best describes the role of encoder and decoder models in natural language processing?

Options:

A.

Encoder models and decoder models both convert sequences of words into vector representations without generating new text.

B.

Encoder models take a sequence of words and predict the next word in the sequence, whereas decoder models convert a sequence of words into a numerical representation.

C.

Encoder models convert a sequence of words into a vector representation, and decoder models take this vector representation to generate a sequence of words.

D.

Encoder models are used only for numerical calculations, whereas decoder models are used to interpret the calculated numerical values back into text.

Question 10

What does the term "hallucination" refer to in the context of Large Language Models (LLMs)?

Options:

A.

The model's ability to generate imaginative and creative content

B.

A technique used to enhance the model's performance on specific tasks

C.

The process by which the model visualizes and describes images in detail

D.

The phenomenon where the model generates factually incorrect information or unrelated content as if it were true

Question 11

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

Options:

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

Question 12

What does accuracy measure in the context of fine-tuning results for a generative model?

Options:

A.

The number of predictions a model makes, regardless of whether they are correct or incorrect

B.

The proportion of incorrect predictions made by the model during an evaluation

C.

How many predictions the model made correctly out of all the predictions in an evaluation

D.

The depth of the neural network layers used in the model

Question 13

How does a presence penalty function in language model generation?

Options:

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.

Question 14

How can the concept of "Groundedness" differ from "Answer Relevance" in the context of Retrieval Augmented Generation (RAG)?

Options:

A.

Groundedness pertains to factual correctness, whereas Answer Relevance concerns query relevance.

B.

Groundedness refers to contextual alignment, whereas Answer Relevance deals with syntactic accuracy.

C.

Groundedness measures relevance to the user query, whereas Answer Relevance evaluates data integrity.

D.

Groundedness focuses on data integrity, whereas Answer Relevance emphasizes lexical diversity.

Question 15

How does the structure of vector databases differ from traditional relational databases?

Options:

A.

A vector database stores data in a linear or tabular format.

B.

It is not optimized for high-dimensional spaces.

C.

It is based on distances and similarities in a vector space.

D.

It uses simple row-based data storage.

Question 16

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

Options:

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

Question 17

Which LangChain component is responsible for generating the linguistic output in a chatbot system?

Options:

A.

Document Loaders

B.

Vector Stores

C.

LangChain Application

D.

LLMs

Question 18

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.

Question 19

What issue might arise from using small datasets with the Vanilla fine-tuning method in the OCI Generative AI service?

Options:

A.

Overfitting

B.

Underfitting

C.

Data Leakage

D.

Model Drift

Question 20

Which is a distinctive feature of GPUs in Dedicated AI Clusters used for generative AI tasks?

Options:

A.

GPUs are shared with other customers to maximize resource utilization.

B.

The GPUs allocated for a customer’s generative AI tasks are isolated from other GPUs.

C.

GPUs are used exclusively for storing large datasets, not for computation.

D.

Each customer's GPUs are connected via a public Internet network for ease of access.

Question 21

What does the Loss metric indicate about a model's predictions?

Options:

A.

Loss measures the total number of predictions made by a model.

B.

Loss is a measure that indicates how wrong the model's predictions are.

C.

Loss indicates how good a prediction is, and it should increase as the model improves.

D.

Loss describes the accuracy of the right predictions rather than the incorrect ones.

Question 22

What is the primary function of the "temperature" parameter in the OCI Generative AI Generation models?

Options:

A.

Controls the randomness of the model's output, affecting its creativity

B.

Specifies a string that tells the model to stop generating more content

C.

Assigns a penalty to tokens that have already appeared in the preceding text

D.

Determines the maximum number of tokens the model can generate per response

Question 23

What is LCEL in the context of LangChain Chains?

Options:

A.

A programming language used to write documentation for LangChain

B.

A legacy method for creating chains in LangChain

C.

A declarative way to compose chains together using LangChain Expression Language

D.

An older Python library for building Large Language Models

Question 24

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.

Question 25

What is prompt engineering in the context of Large Language Models (LLMs)?

Options:

A.

Iteratively refining the ask to elicit a desired response

B.

Adding more layers to the neural network

C.

Adjusting the hyperparameters of the model

D.

Training the model on a large dataset

Question 26

What does the Ranker do in a text generation system?

Options:

A.

It generates the final text based on the user's query.

B.

It sources information from databases to use in text generation.

C.

It evaluates and prioritizes the information retrieved by the Retriever.

D.

It interacts with the user to understand the query better.

Page: 1 / 9
Total 88 questions