Google
PROFESSIONAL-CLOUD-DEVELOPER · Question #305
You are developing a mobile application that allows users to create and manage to-do lists. Your application has the following requirements: - Store and synchronize data between different mobile devic
Sign in or unlock PROFESSIONAL-CLOUD-DEVELOPER to reveal the answer and full explanation for question #305. The question stem and answer options stay visible for context.
Implementing Data Storage Solutions
Question
You are developing a mobile application that allows users to create and manage to-do lists. Your application has the following requirements:
- Store and synchronize data between different mobile devices.
- Support offline access.
- Provide real-time updates on each user's device.
You need to implement a database solution while minimizing operational effort. Which approach should you use?
Options
- ACreate a Cloud SQL for MySQL instance. Implement a data model to store to-do list information.
- BCreate a Bigtable instance. Design a database schema to avoid hotspots when writing data. Use
- CUse Firestore as the database. Configure Firestore offline persistence to cache a copy of the
- DImplement a SQLite database on each user's device. Use a scheduled job to synchronize each
Unlock PROFESSIONAL-CLOUD-DEVELOPER to see the answer
You've previewed enough free PROFESSIONAL-CLOUD-DEVELOPER questions. Unlock PROFESSIONAL-CLOUD-DEVELOPER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Firestore#Mobile Development#Database Selection#Serverless Databases