Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you design a physician portal app in Node.js that maintains functionality during intermittent internet connectivity by querying cached data, while ensuring scalability, strong consistency, and multi-region replication?
A
Use Firestore and ensure that the PersistenceEnabled option is set to true.
B
Use Memorystore for Memcached.
C
Use Pub/Sub to synchronize the changes from the application to Cloud Spanner.
D
Use Table.read with the exactStaleness option to perform a read of rows in Cloud Spanner.