Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

1z0-184-25 Exam Dumps - Oracle AI Vector Search Professional

Go to page:
Question # 4

Which PL/SQL function converts documents such as PDF, DOC, JSON, XML, or HTML to plain text?

A.

DBMS_VECTOR.TEXT_TO_PLAIN

B.

DBMS_VECTOR_CHAIN.UTL_TO_TEXT

C.

DBMS_VECTOR_CHAIN.UTL_TO_CHUNKS

D.

DBMS_VECTOR.CONVERT_TO_TEXT

Full Access
Question # 5

Which operation is NOT permitted on tables containing VECTOR columns?

A.

SELECT

B.

UPDATE

C.

DELETE

D.

JOIN ON VECTOR columns

Full Access
Question # 6

You are storing 1,000 embeddings in a VECTOR column, each with 256 dimensions using FLOAT32. What is the approximate size of the data on disk?

A.

1 MB

B.

4 MB

C.

256 KB

D.

1 GB

Full Access
Question # 7

You are tasked with creating a table to store vector embeddings with the following characteristics: Each vector must have exactly 512 dimensions, and the dimensions should be stored as 32-bitfloating point numbers. Which SQL statement should you use?

A.

CREATE TABLE vectors (id NUMBER, embedding VECTOR(512))

B.

CREATE TABLE vectors (id NUMBER, embedding VECTOR)

C.

CREATE TABLE vectors (id NUMBER, embedding VECTOR(*, INT8))

D.

CREATE TABLE vectors (id NUMBER, embedding VECTOR(512, FLOAT32))

Full Access
Question # 8

What is the primary purpose of a similarity search in Oracle Database 23ai?

A.

Optimize relational database operations to compute distances between all data points in a database

B.

To find exact matches in BLOB data

C.

To retrieve the most semantically similar entries using distance metrics between different vectors

D.

To group vectors by their exact scores

Full Access
Go to page: