Courseiva
Deployment and MigrationmediumMultiple ChoiceObjective-mapped

DBS-C01 Deployment and Migration Practice Question

A company is migrating a 3 TB Oracle database to Amazon RDS for Oracle. They want to use Oracle Data Pump to export the data and then import it into RDS. What is the most efficient way to transfer the dump files to AWS?

⚠ Common exam trap

Many candidates assume AWS Snowball is always the best choice for large data transfers, but for 3 TB with available network bandwidth, direct S3 upload is more efficient and avoids physical shipping delays.

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

Upload the dump files to Amazon S3 and then import them into RDS for Oracle using Oracle Data Pump.

Uploading Oracle Data Pump dump files to Amazon S3 and then importing them into Amazon RDS for Oracle using the DBMS_DATAPUMP API is the most efficient method for transferring large dump files. This approach leverages S3 for scalable, durable storage and high-throughput transfer, avoiding network bottlenecks or physical shipping delays. The RDS for Oracle instance can directly access the S3 bucket via an IAM role, enabling a seamless import process.

Answer analysis

Option-by-option breakdown

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

  • Use AWS Snowball to physically ship the dump files to AWS.

    Why it's wrong here

    Snowball is for large data volumes (petabytes) and introduces shipping delays.

  • Use AWS DMS to migrate the data directly from Oracle to RDS for Oracle.

    Why it's wrong here

    The question specifies using Data Pump, not DMS.

  • Upload the dump files to Amazon S3 and then import them into RDS for Oracle using Oracle Data Pump.

    Why this is correct

    S3 provides scalable storage and fast upload; RDS can read from S3 for import.

  • Transfer the dump files over a VPN connection to an EC2 instance and then copy to RDS.

    Why it's wrong here

    VPN may have limited bandwidth; copying via EC2 adds unnecessary steps.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

One of 1,663 original DBS-C01 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 DBS-C01 practice question is part of Courseiva's free Amazon Web Services 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 DBS-C01 exam.