ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 193 - DBS-C01 discussion

Report
Export

A database professional is tasked with the task of migrating 25 GB of data files from an on-premises storage system to an Amazon Neptune database.

Which method of data loading is the FASTEST?

A.
Upload the data to Amazon S3 and use the Loader command to load the data from Amazon S3 into the Neptune database.
Answers
A.
Upload the data to Amazon S3 and use the Loader command to load the data from Amazon S3 into the Neptune database.
B.
Write a utility to read the data from the on-premises storage and run INSERT statements in a loop to load the data into the Neptune database.
Answers
B.
Write a utility to read the data from the on-premises storage and run INSERT statements in a loop to load the data into the Neptune database.
C.
Use the AWS CLI to load the data directly from the on-premises storage into the Neptune database.
Answers
C.
Use the AWS CLI to load the data directly from the on-premises storage into the Neptune database.
D.
Use AWS DataSync to load the data directly from the on-premises storage into the Neptune database.
Answers
D.
Use AWS DataSync to load the data directly from the on-premises storage into the Neptune database.
Suggested answer: A

Explanation:


1.Copy the data files to an Amazon Simple Storage Service (Amazon S3) bucket.

2. Create an IAM role with Read and List access to the bucket.

3. Create an Amazon S3 VPC endpoint.

4. Start the Neptune loader by sending a request via HTTP to the Neptune DB instance.

5. The Neptune DB instance assumes the IAM role to load the data from the bucket.

asked 16/09/2024
olanrewaju malomo
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first