Question: Which of these statements about Cloud Datastore is FALSE?
- Cloud Datastore is aligned to non-relational database requirements and is good for heavy read and write, events, and analytical data.
- Cloud Datastore is ideal for rapid and flexible web and mobile development.
- Cloud Datastore is a proven production system, serving organizations for 10 years.
- Cloud Datastore is a fully managed NoSQL document database that scales from zero to global scale without configuration or downtime.
Explanation
Cloud Datastore is positioned as a fully managed NoSQL document database for application data. The selected statement is false because that high-throughput analytical workload profile aligns with Cloud Bigtable, not Cloud Datastore. Cloud Datastore supports flexible web and mobile application development with managed scaling. Its value centers on reduced database operations, automatic scaling, and no scheduled downtime.
Why the other options are incorrect
Rapid web and mobile development is a valid use case for Cloud Datastore.
Proven production system is consistent with Google’s long-running managed document database positioning.
Fully managed NoSQL document database accurately describes Cloud Datastore.
Source for verification
https://cloud.google.com/datastore/docs/concepts/overview
https://cloud.google.com/bigtable/docs/overview
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.