What are two characteristics of real-time data processing? Each correct answer present a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, B
Real time processing deals with streams of data that are captured in real-time and processed with minimal latency to generate real-time (or near-real-time) reports or automated responses.
https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing
What is a characteristic of batch processing?
Answer : C
A bar chart showing year-to date sales by region is an example of which type of analytics?
Answer : B
When you create an Azure SQL database, which account can always connect to the database ?
Answer : D
When you first deploy Azure SQL, you specify an admin login and an associated password for that login. This administrative account is called Server admin.
https://docs.microsoft.com/en-us/azure/azure-sql/database/single-database-create-quickstart
You need to ensure that users use multi-factor authentication (MFA) when connecting to an Azure SQL
database.
Which type of authentication should you use?
Your company needs to design a database that shows how changes traffic in one area of a network affect other components on the network.
Which type of data store should you use?
Answer : B
Data as it appears in the real world is naturally connected. Traditional data modeling focuses on defining entities separately and computing their relationships at runtime. While this model has its advantages, highly connected data can be challenging to manage under its constraints.
A graph database approach relies on persisting relationships in the storage layer instead, which leads to highly efficient graph retrieval operations. Azure Cosmos DB's Gremlin API supports the property graph model.
https://docs.microsoft.com/en-us/azure/cosmos-db/graph-introduction#introduction-to-graph-databases
Your company has a reporting solution that has paginated reports. The reports query a dimensional model in a data warehouse. Which type of processing does the reporting solution use?