DP-900 Describe considerations for working with non-relational data on Azure • Set 2
DP-900 Describe considerations for working with non-relational data on Azure Practice Test 2 — 15 questions with explanations. Free, no signup.
A social media application stores user sessions as JSON documents. Each session document has fields like sessionId, userId, startTime, endTime, and a list of pageviews. The application needs to quickly retrieve a session by its sessionId and also run queries like 'find all sessions for a user in the last 24 hours' using SQL-like syntax. The data has no fixed schema; different sessions may include additional optional fields like 'deviceType' or 'promotionCode'. Which Azure data store should the company use?