DP-900 AZURE DATA FUNDAMENTALS

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

1/40

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.

41 Terms

1
New cards

An Index

Allows you to search for data in a table more efficiently. Improves performance of a query accessing a table with many rows

2
New cards

SELECT-INTO

Copies all rows / results from one table to a new table. Does an insert into a table

3
New cards

3 database objects allow you to reuse the query definition

A function, stored procedure, and view

4
New cards

Which three statements accurately describe the properties of a table in a relational database?

1,)A table can have a primary key build on multiple columns. 2.)Each column must have a datatype. 3.)Each row in a table has the same number of columns.

5
New cards

a virtual table based on the results of a SELECT query.

A view

6
New cards

A data service that provides a fully managed relational database with close to 100 percent feature parity with Microsoft SQL Server

Azure SQL Database

7
New cards

Three open-source databases are available as platform as a service (PaaS) in Azure

MariaDB, MySQL, PostgreSQL

8
New cards

A data service allows you to use every feature of Microsoft SQL Server in the cloud

SQL Server on an Azure Virtual Machines running Windows

9
New cards

An open-source database has built-in support for temporal data and enables applications to query data as the data appeared in previous points in time.

MariaDB

10
New cards

A SQL engine is optimized for IoT scenarios that must work with streaming time series data

Azure SQL Edge

11
New cards

A type of Azure Storage is the least expensive option that allows you to store new or modified image files


block blobs in the Archive tier

12
New cards

Two storage solutions can be mounted in Azure Synapse Analytics and used to process large volumes of data

Azure Data Lake Storage and Azure Blob Storage.

13
New cards

Two characteristics of Azure Table storage?

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

14
New cards

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

Azure Files

15
New cards

A native API in Cosmos DB. It manages data in the JSON format.

NoSQL

16
New cards

A storage solution that allows you to aggregate data stored in JSON files for use in analytical reports without additional development effort?

Azure Cosmos DB

17
New cards

A data structure allows you to store data in a two-column format without requiring a complex database management system, used for simple lookups based on a single key to obtain a single value.

Key/Value store

18
New cards

stores data in BSON format

MongoDB

19
New cards

best option for CRUD operations and uses the least amount of storage space.

Relational Database

20
New cards

used to store sequential data

Time Series Database

21
New cards

used for snowflake schemas with historical data

OLAP Database

22
New cards

allows you to store data as a graph database.

Azure Cosmos DB

23
New cards

are used to store semi and unstructured, tabular data comprising rows and columns processed by an Apache Spark pool in Azure Synapse Analytics

column-family

24
New cards

three properties of analytical data workloads

historical data, are optimized for read operations, and calculate business metrics over time

25
New cards

responsible for designing database solutions, creating databases, and developing stored procedures?

Database Engineer

26
New cards

responsible for troubleshooting index performance, provisioning access to databases, and backing up databases

Database Administrator

27
New cards

responsible for creating reports from a database and using OLAP cubes

Database Analyst

28
New cards

two DML statements are used to modify the existing data in a table

MERGE and UPDATE

29
New cards

a platform as a service (PaaS) service that is compatible with SQL Server 2016.

Azure SQL Managed Instance

30
New cards

allows you to create a single database that can scale up and down without downtime

SQL Azure SQL Database

31
New cards

process large amounts of data by using Apache Hadoop

Azure HDInsight

32
New cards

A data store uses star schemas, fact tables, and dimension tables

Data Warehouse

33
New cards

allows you to orchestrate data flow without coding by using pipelines

Azure Data Factory

34
New cards
35
New cards

two services allow you to create a pipeline to process data in response to an event

Azure Data Factor and Azure Synapse Analytics

36
New cards

two services allow you to pre-process a large volume of data by using Scala?

Azure Databricks and serverless Apache Spark pool in Azure Synapse Analytics

37
New cards

a characteristic of batch processing

Complex analysis can be performed

38
New cards

service you use to retrieve data from a Kafka queue, process the data, and write the data to Azure Data Lake

Azure Stream Analytics

39
New cards

three services can be used to ingest data for stream processing

Data Lake Storage, Event Hubs, and IoT Hub

40
New cards

data model element represents the entities by which you want to aggregate measures in Microsoft Power BI?

Dimension

41
New cards

type of visual in Microsoft Power BI should you use to display a single value, such total sales

card