Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Database Engineer All Questions

View all questions & answers for the Professional Cloud Database Engineer exam

Exam Professional Cloud Database Engineer topic 1 question 69 discussion

Actual exam question from Google's Professional Cloud Database Engineer
Question #: 69
Topic #: 1
[All Professional Cloud Database Engineer Questions]

Your hotel booking company is expanding into Country A, where personally identifiable information (PII) must comply with regional data residency requirements and audits. You need to isolate customer data in Country A from the rest of the customer data. You want to design a multi-tenancy strategy to efficiently manage costs and operations. What should you do?

  • A. Apply a schema data management pattern.
  • B. Apply an instance data management pattern.
  • C. Apply a table data management pattern.
  • D. Apply a database data management pattern.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
openkg
Highly Voted 1 year, 10 months ago
Selected Answer: B
I think B is the correct one.https://cloud.google.com/solutions/implementing-multi-tenancy-cloud-spanner#multi-tenancy-data-management-patterns
upvoted 6 times
...
cert_pz
Most Recent 3 weeks, 4 days ago
Selected Answer: D
By using separate databases, we can ensure that all data for customers in Country A is stored within the region, meeting local data residency requirements.
upvoted 1 times
...
Pime13
6 months, 3 weeks ago
Selected Answer: B
to complete that it should be B: https://cloud.google.com/solutions/implementing-multi-tenancy-cloud-spanner#data_management_patterns_and_tenant_lifecycle_management
upvoted 1 times
...
Pime13
6 months, 3 weeks ago
Selected Answer: A
https://cloud.google.com/solutions/implementing-multi-tenancy-cloud-spanner#multi-tenancy-data-management-patterns
upvoted 1 times
...
juliorevk
1 year, 1 month ago
Selected Answer: B
B because when you deploy a Cloud SQL or Spanner instance you can't specifically target a region at the schema, table, or database levels. You select the region at the instance level.
upvoted 4 times
...
learnazureportal
1 year, 2 months ago
D is correct answer!
upvoted 1 times
...
dynamic_dba
1 year, 8 months ago
B. From the question, it appears the multi-tenancy solution needs to be multi-regional. That suggests Spanner as the database platform. Within a multi-region instance, you cannot place a database into a specific region (D). The same is also true for a table (C) and a schema (A). That leaves B. Makes sense that you would have an instance specific to a given region to comply with the data residency requirements. Even if you did this with Cloud SQL - using the same database/schema/table design everywhere, you would still need to deploy into a specific region to satisfy the data regulations. So B still makes sense.
upvoted 4 times
...
Nirca
1 year, 8 months ago
Selected Answer: D
What is the difference between database and instance? Instance is where the database processing is done (memory, shorting, calculating) and database is where the data is stored. The task here is to isolate the data and keep the logic as simple as possible. So D looks like the best option to me. using one system with 1 instance with 1 set of logic ( views, procedures). But, separate , repeated set of base tables (for each PII) stored physically in different regions (data sets, databases, tablespaces).
upvoted 2 times
...
sp57
1 year, 10 months ago
I think it's B. Summary table at link shows only d. database and b. instance options as having high rating for reg & compliance. Option d. database does not have location flexibility - i.e. can't change location for different tenants, so then 'b.'
upvoted 2 times
sp57
1 year, 10 months ago
link being... https://cloud.google.com/solutions/implementing-multi-tenancy-cloud-spanner#multi-tenancy-data-management-patterns
upvoted 1 times
...
...
SVGoogle89
1 year, 11 months ago
B https://cloud.google.com/solutions/implementing-multi-tenancy-cloud-spanner
upvoted 3 times
...
chelbsik
1 year, 11 months ago
Selected Answer: A
I think it's schema: A schema is a collection of database objects like tables, triggers, stored procedures, etc.
upvoted 1 times
...
pk349
1 year, 11 months ago
A: Apply a schema data management pattern. • Schema: A tenant resides in exclusive tables within a database, and several tenants can be located in the same database.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...