AWS Certified Database – Specialty — Question 148

A database specialist must load 25 GB of data files from a company's on-premises storage to an Amazon Neptune database.
Which approach to load the data is FASTEST?

Answer options

Correct answer: A

Explanation

The fastest approach is to upload the data to Amazon S3 and use the Loader command, as it is optimized for bulk loading into Neptune. The other options involve either slower methods of data transfer or additional complexity, which would increase loading times.