Question 136 of 307
Single answerYou need to migrate a Redis database from an on-premises data center to a Memorystore for Redis instance. You want to follow Google-recommended practices and perform the migration for minimal cost, time and effort. What should you do?
✓AMake an RDB backup of the Redis database, use the gsutil utility to copy the RDB file into a Cloud Storage bucket, and then import the RDB file into the Memorystore for Redis instance.
BMake a secondary instance of the Redis database on a Compute Engine instance and then perform a live cutover.
CCreate a Dataflow job to read the Redis database from the on-premises data center and write the data to a Memorystore for Redis instance.
DWrite a shell script to migrate the Redis data and create a new Memorystore for Redis instance.
✓
Correct Answer: A
Make an RDB backup of the Redis database, use the gsutil utility to copy the RDB file into a Cloud Storage bucket, and then import the RDB file into the Memorystore for Redis instance.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.