A company wants to develop a mobile app that works both offline and online, syncing data when a connection is available. Which type of database would be most suitable for this requirement?
- Graph Database
- In-Memory Database
- NoSQL
- SQL (Relational)
For offline-online sync, a 'NoSQL' database, like document-oriented databases, is often used. NoSQL databases offer flexible schema and can efficiently handle unstructured data, making them suitable for mobile apps with sync requirements.
Loading...
Related Quiz
- The process of repeatedly merging code from different team members into a shared mainline to prevent integration problems is known as _______.
- In cloud environments, the service that automatically distributes incoming traffic across multiple targets is termed _______.
- What is the primary purpose of an ORM (Object-Relational Mapping) in application development?
- In the context of cybersecurity, what is the primary goal of data loss prevention (DLP) systems?
- In wireless networking, which protocol is specifically designed to secure Wi-Fi networks?