BackDSA1 reportDDatadogParse and Aggregate Time-Series Metrics0upvotesI was asked thisProblem Given a stream of (timestamp, metric, value) points, compute per-metric rollups (sum/avg/p95) over fixed windows. Example points -> {metric: {window: p95}} Constraints High volume; bounded memory What evaluators look for Discuss complexity and streaming vs buffering.Follow-ups(2)Hints0/3Show a hintDomainsBackend EngineerReport