CLOUD-DIGITAL-LEADER · Question #361
An organization needs a flexible and scalable NoSQL database with strong web and mobile application support. Which Google Cloud product or service should the organization use?
The correct answer is D. Firestore. Firestore is Google Cloud's native NoSQL document database designed specifically for flexible, scalable web and mobile application development with real-time sync capabilities.
Question
An organization needs a flexible and scalable NoSQL database with strong web and mobile application support. Which Google Cloud product or service should the organization use?
Options
- ACloud Spanner
- BCloud Storage
- CBigQuery
- DFirestore
How the community answered
(45 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D91% (41)
Why each option
Firestore is Google Cloud's native NoSQL document database designed specifically for flexible, scalable web and mobile application development with real-time sync capabilities.
Cloud Spanner is a globally distributed relational database with strong consistency and SQL support, making it a relational (NewSQL) solution rather than a NoSQL database.
Cloud Storage is an object storage service for unstructured data like files and blobs, not a database for application data queries.
BigQuery is a serverless data warehouse optimized for large-scale analytical queries, not for transactional web or mobile application workloads.
Firestore is a fully managed, serverless NoSQL document database that offers a flexible schema, horizontal scaling, and official client SDKs for web, iOS, and Android. It supports real-time data synchronization and offline support, making it purpose-built for web and mobile applications. Its document-collection data model accommodates varied and evolving data structures without schema migrations.
Concept tested: Firestore NoSQL database for web and mobile apps
Source: https://cloud.google.com/firestore/docs/overview
Topics
Community Discussion
No community discussion yet for this question.