things i dont know from microsoft practice exam

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Unstructured data

data such as documents, images, audio data, video data, and binary files

2
New cards

Graph databases

These type of DBs are good for hierarchical and organizational data.

3
New cards

Transactional (data) workloads

These are optimized for create, read, update, and delete (CRUD) operations and relies on relationships between entities to correlate data.

4
New cards

Two advantages of using normalization over not using normalization

It is optimized for updates and it uses less storage space

5
New cards

Two DML statements that are used to MODIFY the existing data in a table

MERGE and UPDATE

6
New cards

Azure SQL Database

This is managed and serverless, avoids the use of Windows Server licenses, and allows for each workload to have its own instance of the service being used.

7
New cards

Azure SQL Managed Instance

This Azure data service is fully managed (PaaS) and is compatible with SQL Server 2016.

8
New cards

Azure Files

This service is used to store large amounts of files to be shared with virtual machines by using SMB. Used to share files by using NFS and SMB.

This allows you to create cloud-based network shares to make documents and other files available to multiple users.

9
New cards

Two characteristics of Azure Table storage are that…

Each RowKey value is unique within a table partition and Items in the same partition are stored in a RowKey order.

10
New cards

Azure Synapse Analytics

This service allows you to perform near real-time analytics on the operational data stored in Azure Cosmos DB

11
New cards

Batch processing

is used to execute complex analysis

12
New cards

Azure Data Lake Storage Gen2

This can be used in a stream processing architecture to persist the processed results as files. Can be used to store files.

13
New cards

Azure Data Explorer

This is used for the analysis of large amounts of text log data, websites, and IoT devices and uses a common querying language.

14
New cards

Azure Stream Analytics

This allows you to aggregate data from a specific period before it is written to a data lake

15
New cards

To share data models and reports created in Power BI Desktop…

…, first publish the report to the Power BI service

16
New cards

Azure Cosmos DB SQL API

Optimized to store and process (transform) JSON files with minimized development effort. This allows you to query the documents by using SQL-like language.

17
New cards

Azure SQL Database

This allows you to provision a single database on a dedicated server and has on-demand scalability.

18
New cards

Azure Databricks

Can run data processing for large amounts of data by using Scala

19
New cards

A serverless Apache Spark pool in Azure Synapse Analytics

Can run data processing for large amounts of data by using Scala

20
New cards

Data Lake Storage, Event Hubs, and IoT Hub

are sources commonly used to ingest data for stream processing.