How much Realm do you know?

How many Realm SDKs are there?

7: Java, Kotlin, .NET, Swift, Node, ReactNative, Dart

What are different components of MongoDB Realm
3 components: Realm SDK, Realm Sync, Application Services
What Algorithm Realm uses for Conflict Resolution?
OT: Operational Transformation, same as Google Docs
What are two Realm Sync Types?
Partition Sync and Flexible Sync
What Data Structure Realm uses for storage layer to organize objects?
B-Trees
What design feature makes queries run faster in Realm?
Memory-Mapping
What are the different modes of Realm Sync?
2: Development Mode (start from mobile), Generate Schema (Start from Atlas)
What causes the Realm file size to grow?
If Realm instance is not closed after a transaction
What GUI tool is used to view local Realm database files?
Realm Studio