DP-900 Describe considerations for working with non-relational data on Azure • Set 9
DP-900 Describe considerations for working with non-relational data on Azure Practice Test 9 — 15 questions with explanations. Free, no signup.
A mobile game developer needs to store player session data. Each session has a unique SessionID, a UserID, a start timestamp, an end timestamp, and a collection of game events (each event is a JSON object). The application requires low-latency point reads by SessionID and the ability to query all sessions for a given UserID within a time range. The schema of game events can vary between sessions (e.g., new event types added frequently). The developer wants a fully managed NoSQL database that supports flexible schemas and secondary indexing. Which Azure data store should they choose?