ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 123 - Professional Data Engineer discussion

Report
Export

When you design a Google Cloud Bigtable schema it is recommended that you _________.

A.
Avoid schema designs that are based on NoSQL concepts
Answers
A.
Avoid schema designs that are based on NoSQL concepts
B.
Create schema designs that are based on a relational database design
Answers
B.
Create schema designs that are based on a relational database design
C.
Avoid schema designs that require atomicity across rows
Answers
C.
Avoid schema designs that require atomicity across rows
D.
Create schema designs that require atomicity across rows
Answers
D.
Create schema designs that require atomicity across rows
Suggested answer: C

Explanation:

All operations are atomic at the row level. For example, if you update two rows in a table, it's possible that one row will be updated successfully and the other update will fail. Avoid schema designs that require atomicity across rows.

Reference: https://cloud.google.com/bigtable/docs/schema-design#row-keys

asked 18/09/2024
Vivek Nandey
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first