DRAG DROP Match The Types of data stores to The appropriate scenarios. To answer, drag the appropriate data store type from the column on the left to its scenario on the right. Each data store type may be used once, more than once, or not at all.
Yeah this order makes sense to me: Key/value for Bucket 1, Object for Bucket 2, Graph for Bucket 3. Key/value is fast and simple for things like user settings, Object works best with unstructured stuff like images, and Graph is definitely the pick when relationships are key. I think that lines up with how Azure breaks these out, but open to other thoughts if I missed something.
Seen similar in exam practice. I’d match Key/value for fast lookups (like user settings), Object for handling blobs and metadata (like storing images), Graph if the scenario talks about relationships (org charts or social graphs). Not 100% sure but this fits with Azure data store purposes.
