DP 900 Flashcards

(28 cards)

1
Q

Open source db with built in support for temporal data

A

MariaDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure service to aggregate and store multiple JSON files to minimize dev effort

A

Azure Cosmos DB (sql api for json)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This type of data workload is optimized for updates and relies on relationships between entities to correlate data

A

Transactional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Two advantages of using normalization for relational data

A

Less storage space
Optimized for updates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Two DML statements for modification of existing data

A

UPDATE
MERGE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fully managed db with close to 100% parity with sql server

A

Azure Managed Instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure services where you can control ram, I/O configurations, and CPUs

A

SQL server on virtual machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An open source, hybrid relational object database system

A

Postgre SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Azure db service that handles documents, graphs, key/value pairs

A

Azure Cosmos databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

This azure storage service can support SMB file sharing

A

Azure Files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

This Azure Cosmos API can utilize SQL

A

Apache Cassandra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Two services for pipelines in response to an event

A

Data factory
Azure Synapse Analytics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Two services for pre processing large batches of data using Scala

A

Serverless Spark pool in synapse
Databricks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Characteristic of a batch process

A

Complex Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What service can perpetually receive data from a Kafka queue

A

Stream Analytics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What storage solution can support a stream processing architecture and persist processed results as files

A

Data Lake Storage Gen2

17
Q

Utilize Apache Hadoop

18
Q

Feature of transactional data processing guarantees concurrent processes cannot see the data in an inconsistent state

19
Q

Service is managed and serverless, avoids windows server licenses and allows for each workload to have its own instance of the service

A

Azure SQL database

20
Q

Azure Cosmos DB API for data in column family structure

A

Apache Cassandra

21
Q

Azure Cosmos api to process many json files every minute, while keeping it accessible by native queries

22
Q

Type of data store using star schemas, fact tables, and dimension tables

A

Data warehouse

23
Q

Three services for ingesting data for stream processing

A

Event hubs
Data lake storage
IoT hub

24
Q

Data service that allows migrating an entire sql server without requiring managing the infrastructure after migration

A

Sql managed instance

25
Azure storage to store key/value pairs grouped in partitions
Azure table storage
26
In a stream processing architecture, what can be used to persist the results as files
Data lake storage gen2
27
Service for on demand analysis of large volumes of data from text logs, websites, and IoT devices by using a common querying language for all sources
Azure data explorer
28
Data model element representing entities by which you aggregate measures
Dimensions