oracle 1z0-1122-25 practice test

Exam Title: Oracle Cloud Infrastructure 2025 AI Foundations Associate

Last update: Nov 27 ,2025
Question 1

What is a key advantage of using dedicated AI clusters in the OCI Generative AI service?

  • A. They allow access to unlimited database resources.
  • B. They are free of charge for all users.
  • C. They provide high performance compute resources for fine-tuning tasks.
  • D. They provide faster internet connection speeds.
Answer:

C


Explanation:
The primary advantage of using dedicated AI clusters in the Oracle Cloud Infrastructure (OCI)
Generative AI service is the provision of high-performance compute resources that are specifically
optimized for fine-tuning tasks. Fine-tuning is a critical step in the process of adapting pre-trained
models to specific tasks, and it requires significant computational power. Dedicated AI clusters in OCI
are designed to deliver the necessary performance and scalability to handle the intense workloads
associated with fine-tuning large language models (LLMs) and other AI models, ensuring faster
processing and more efficient training​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 2

You are working on a project for a healthcare organization that wants to develop a system to predict
the severity of patients' illnesses upon admission to a hospital. The goal is to classify patients into
three categories – Low Risk, Moderate Risk, and High Risk – based on their medical history and vital
signs. Which type of supervised learning algorithm is required in this scenario?

  • A. Regression
  • B. Multi-Class Classification
  • C. Binary Classification
  • D. Clustering
Answer:

B


Explanation:
In this healthcare scenario, where the goal is to classify patients into three categories—Low Risk,
Moderate Risk, and High Risk—based on their medical history and vital signs, a Multi-Class
Classification algorithm is required. Multi-class classification is a type of supervised learning
algorithm used when there are three or more classes or categories to predict. This method is well-
suited for situations where each instance needs to be classified into one of several categories, which
aligns with the requirement to categorize patients into different risk levels​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

What is the purpose of Attention Mechanism in Transformer architecture?

  • A. Weigh the importance of different words within a sequence and understand the context.
  • B. Convert tokens into numerical forms (vectors) that the model can understand.
  • C. Break down a sentence into smaller pieces called tokens.
  • D. Apply a specific function to each word individually.
Answer:

A


Explanation:
The purpose of the Attention Mechanism in Transformer architecture is to weigh the importance of
different words within a sequence and understand the context. In essence, the attention mechanism
allows the model to focus on specific parts of the input sequence when producing an output, which is
crucial for understanding context and maintaining coherence over long sequences. It does this by
assigning different weights to different words in the sequence, enabling the model to capture
relationships between words that are far apart and to emphasize relevant parts of the input when
generating predictions​​.
Top of Form
Bottom of Form

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 4

How does AI enhance human efforts?

  • A. By increasing the physical strength of humans
  • B. By deleting data humans need to handle
  • C. By completely replacing human workers in all tasks
  • D. By processing data at a speed and effectiveness far beyond human capability
Answer:

D


Explanation:
AI enhances human efforts by processing large volumes of data quickly and accurately, performing
complex computations that would be time-consuming or impossible for humans to handle manually.
This allows humans to focus on more strategic, creative, and decision-making tasks, leveraging AI's
ability to provide insights, automate repetitive processes, and support decision-making. AI does not
physically enhance human capabilities, nor does it replace human workers in all tasks. Instead, it
serves as an augmentation tool, amplifying human productivity and capabilities​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 5

Which algorithm is primarily used for adjusting the weights of connections between neurons during
the training of an Artificial Neural Network (ANN)?

  • A. Gradient Descent
  • B. Backpropagation
  • C. Random Forest
  • D. Support Vector Machine
Answer:

B


Explanation:
Backpropagation is the algorithm primarily used for adjusting the weights of connections between
neurons during the training of an Artificial Neural Network (ANN). It is a supervised learning
algorithm that calculates the gradient of the loss function with respect to each weight by applying
the chain rule, propagating the error backward from the output layer to the input layer. This process
updates the weights to minimize the error, thus improving the model's accuracy over time.
Gradient Descent is closely related as it is the optimization algorithm used to adjust the weights
based on the gradients computed by backpropagation, but backpropagation is the specific method
used to calculate these gradients​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 6

What are Convolutional Neural Networks (CNNs) primarily used for?

  • A. Image classification
  • B. Text processing
  • C. Image generation
  • D. Time series prediction
Answer:

A


Explanation:
Convolutional Neural Networks (CNNs) are primarily used for image classification and other tasks
involving spatial data. CNNs are particularly effective at recognizing patterns in images due to their
ability to detect features such as edges, textures, and shapes across multiple layers of convolutional
filters. This makes them the model of choice for tasks such as object recognition, image
segmentation, and facial recognition.
CNNs are also used in other domains like video analysis and medical image processing, but their
primary application remains in image classification​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 7

Which statement best describes the relationship between Artificial Intelligence (AI), Machine
Learning (ML), and Deep Learning (DL)?

  • A. DL is a subset of AI, and ML is a subset of DL.
  • B. AI, ML, and DL are entirely separate fields with no overlap.
  • C. ML is a subset of AI, and DL is a subset of ML.
  • D. AI is a subset of DL, which is a subset of ML.
Answer:

C


Explanation:
Artificial Intelligence (AI) is the broadest field encompassing all technologies that enable machines to
perform tasks that typically require human intelligence. Within AI, Machine Learning (ML) is a subset
focused on the development of algorithms that allow systems to learn from and make predictions or
decisions based on data. Deep Learning (DL) is a further subset of ML, characterized by the use of
artificial neural networks with many layers (hence "deep").
In this hierarchy:
AI includes all methods to make machines intelligent.
ML refers to the methods within AI that focus on learning from data.
DL is a specialized field within ML that deals with deep neural networks​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 8

What is the main function of the hidden layers in an Artificial Neural Network (ANN) when
recognizing handwritten digits?

  • A. Capturing the internal representation of the raw image data
  • B. Providing labels for the output neurons
  • C. Directly predicting the final output
  • D. Storing the input pixel values
Answer:

A


Explanation:
In an Artificial Neural Network (ANN) designed for recognizing handwritten digits, the hidden layers
serve the crucial function of capturing the internal representation of the raw image data. These
layers learn to extract and represent features such as edges, shapes, and textures from the input
pixels, which are essential for distinguishing between different digits. By transforming the input data
through multiple hidden layers, the network gradually abstracts the raw pixel data into higher-level
representations, which are more informative and easier to classify into the correct digit categories​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

Which AI domain can be employed for identifying patterns in images and extract relevant features?

  • A. Anomaly Detection
  • B. Speech Processing
  • C. Natural Language Processing
  • D. Computer Vision
Answer:

D


Explanation:
Computer Vision is the AI domain specifically employed for identifying patterns in images and
extracting relevant features. This field focuses on enabling machines to interpret and understand
visual information from the world, automating tasks that the human visual system can perform, such
as recognizing objects, analyzing scenes, and detecting anomalies. Techniques in Computer Vision
are widely used in applications ranging from facial recognition and image classification to medical
image analysis and autonomous vehicles​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

What is the difference between classification and regression in Supervised Machine Learning?

  • A. Classification and regression both assign data points to categories.
  • B. Classification predicts continuous values, whereas regression assigns data points to categories.
  • C. Classification assigns data points to categories, whereas regression predicts continuous values.
  • D. Classification and regression both predict continuous values.
Answer:

C


Explanation:
In supervised machine learning, the key difference between classification and regression lies in the
nature of the output they predict. Classification algorithms are used to assign data points to one of
several predefined categories or classes, making it suitable for tasks like spam detection, where an
email is classified as either "spam" or "not spam." On the other hand, regression algorithms predict
continuous values, such as forecasting the price of a house based on features like size, location, and
number of rooms. While classification answers "which category?" regression answers "how much?"
or "what value?"​​.

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Page 1 out of 4
Viewing questions 1-10 out of 41
Go To
page 2