AWS Certified Database – Specialty — Question 133

A database specialist is launching a test graph database using Amazon Neptune for the first time. The database specialist needs to insert millions of rows of test observations from a .csv file that is stored in Amazon S3. The database specialist has been using a series of API calls to upload the data to the Neptune DB instance.
Which combination of steps would allow the database specialist to upload the data faster? (Choose three.)

Answer options

Correct answer: B, E, F

Explanation

The correct answer includes B, E, and F. Option B ensures proper data organization for efficient processing, while E guarantees that the Neptune DB instance has the required permissions to access the data. Option F optimizes the data transfer process by using a VPC endpoint. Options A, C, and D do not directly contribute to faster uploads as much as the correct choices do.