nerdexam
Microsoft

DP-900 · Question #109

Your company is designing a data store for internet-connected temperature sensors. The collected data will be used to analyze temperature trends. Which type of data store should you use?

The correct answer is D. time series. Time series data is a set of values organized by time. Time series databases typically collect large amounts of data in real time from a large number of sources. Updates are rare, and deletes are often done as bulk operations. Although the records written to a time-series…

Submitted by jaden.t· Mar 30, 2026Describe core data concepts

Question

Your company is designing a data store for internet-connected temperature sensors. The collected data will be used to analyze temperature trends. Which type of data store should you use?

Options

  • Arelational
  • Bcolumnar
  • Cgraph
  • Dtime series

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    7% (4)
  • D
    87% (48)

Explanation

Time series data is a set of values organized by time. Time series databases typically collect large amounts of data in real time from a large number of sources. Updates are rare, and deletes are often done as bulk operations. Although the records written to a time-series database are generally small, there are often a large number of records, and total data size can grow rapidly. https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-

Topics

#time series data#IoT data#sensor data#non-relational data store types

Community Discussion

No community discussion yet for this question.

Full DP-900 Practice