ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 83 - Professional Cloud Database Engineer discussion

Report
Export

Your organization has a busy transactional Cloud SQL for MySQL instance. Your analytics team needs access to the data so they can build monthly sales reports. You need to provide data access to the analytics team without adversely affecting performance. What should you do?

A.
Create a read replica of the database, provide the database IP address, username, and password to the analytics team, and grant read access to required tables to the team.
Answers
A.
Create a read replica of the database, provide the database IP address, username, and password to the analytics team, and grant read access to required tables to the team.
B.
Create a read replica of the database, enable the cloudsql.iam_authentication flag on the replica, and grant read access to required tables to the analytics team.
Answers
B.
Create a read replica of the database, enable the cloudsql.iam_authentication flag on the replica, and grant read access to required tables to the analytics team.
C.
Enable the cloudsql.iam_authentication flag on the primary database instance, and grant read access to required tables to the analytics team.
Answers
C.
Enable the cloudsql.iam_authentication flag on the primary database instance, and grant read access to required tables to the analytics team.
D.
Provide the database IP address, username, and password of the primary database instance to the analytics, team, and grant read access to required tables to the team.
Answers
D.
Provide the database IP address, username, and password of the primary database instance to the analytics, team, and grant read access to required tables to the team.
Suggested answer: B

Explanation:

'Read replicas do not have the cloudsql.iam_authentication flag enabled automatically when it is enabled on the primary instance.' https://cloud.google.com/sql/docs/postgres/replication/create-replica#configure_iam_replicas

asked 18/09/2024
Tyler Raymond
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first