Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
You have an e-commerce application that reads and writes data to an (DP-900)
You have an e-commerce application that reads and writes data to an Azure SQL database.
Which type of processing does the application use?
A) stream processing.
B) batch processing.
C) Online Analytical Processing (OLAP).
D) Online Transaction Processing (OLTP).
Solution
Correct answer: D) Online Transaction Processing (OLTP).
The type of processing used by an e-commerce application that interacts with an Azure SQL database is typically "Online Transaction Processing (OLTP)." This involves real-time transactional data processing, where the system handles a high volume of relatively small and short online transactions, such as inserting, updating, or deleting records in the database in response to user actions like making purchases, updating user profiles, or managing inventory.
Category: Core Data Concepts
Language: English