Microsoft Azure Data Fundamental DP-900 Exam Study Notes
Below are the Microsoft Azure Data Fundamental DP-900 course content and Modules on Microsoft learn website. *Explore Core Data Concepts: -Data can be categorized into 3 types. -Structured data — ex : tabular data in rows and columns -semi-structured data — ex : JSON, XML -Unstructured data — ex: audio, video files, images etc., -Data is processed either in Batches or as in when the data arrives in real-time. -Batch processing collects the data and then process it, on other hand streaming data processes it as in when data arrives. -Batch processing data examples- CSV files, one months of sales date -Stream processing data examples- online gaming data, data from sensors. -Data processing solutions are of two broad categories: analytical systems, and transaction processing systems. #Transactional system: (OLTP) Records transactions. Transactions are a small, discrete unit of work in real time. Ex: bank transactions. These systems are high-volume and handle millions of ...