Courseiva

1Z0-1127-25 Practice Question: Building LLM Applications with RAG and Vector Search

A developer wants to build a RAG application that processes highly sensitive medical records. The documents are already stored in OCI Object Storage. Which vector storage strategy best balances security and performance?

⚠ Common exam trap

Candidates often assume a public endpoint is acceptable for 'low latency' (Option B) without recognizing that security requirements for sensitive data override performance considerations, and that private subnet connectivity can still achieve very low latency within the same region.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use OCI OpenSearch with a private subnet and VCN security lists

It uses OCI OpenSearch deployed within a private subnet, which ensures that vector data never traverses the public internet, while VCN security lists provide granular traffic control. This architecture balances security (data isolation and access control) with performance (low-latency access within the same VCN or via FastConnect/IPSEC VPN) for sensitive medical records.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Store vectors in-memory within the application server

    Why it's wrong here

    In-memory storage is not durable and cannot scale for large datasets.

  • Use OCI OpenSearch with a public endpoint for low latency

    Why it's wrong here

    Public endpoints expose the vector store to the internet, compromising security.

  • Use OCI OpenSearch with a private subnet and VCN security lists

    Why this is correct

    Private subnet ensures network isolation, and security lists control access.

  • Use a third-party vector database outside OCI

    Why it's wrong here

    External databases introduce data egress and security compliance risks.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

VPN Protocol Comparison

ProtocolPortEncryptionAuthenticationUse Case
IKEv2 / IPsecUDP 500 / 4500AES-256Certificates / PSKSite-to-site & remote access
SSL / TLS VPNTCP 443TLS 1.3Certificates / MFAClientless remote access
L2TP / IPsecUDP 1701AES (IPsec)PSK / CertificatesLegacy remote access
WireGuardUDP 51820ChaCha20Public keysModern high-performance VPN
PPTPTCP 1723MPPE (weak)MS-CHAPv2Legacy — avoid in production

PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.

About these practice questions

One of 768 original 1Z0-1127-25 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 1Z0-1127-25 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-1127-25 exam.