L4: Data Literacy Flashcards

(22 cards)

1
Q

ACID-compliance

A

Ensuring data accuracy and consistency through Atomicity, Consistency, Isolation, and Durability (ACID) in database transactions.

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

Cloud-based Integration Platform as a Service (iPaaS)

A

Cloud-hosted integration platforms that offer integration services through virtual private clouds or hybrid cloud models, providing scalability and flexibility.

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

Column-based Database

A

A type of NoSQL database that organizes data in cells grouped as columns, often used for systems requiring high write request volume and storage of time-series or IoT data.

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

Data at rest

A

Data that is stored and not actively in motion, typically residing in a database or storage system for various purposes, including backup.

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

Data integration

A

A discipline involving practices, architectural techniques, and tools that enable organizations to ingest, transform, combine, and provision data across various data types, used for purposes such as data consistency, master data management, data sharing, and data migration.

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

Data Lake

A

A data repository for storing large volumes of structured, semi-structured, and unstructured data in its native format, facilitating agile data exploration and analysis.

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

Data mart

A

A subset of a data warehouse designed for specific business functions or user communities, providing isolated security and performance for focused analytics.

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

Data pipeline

A

A comprehensive data movement process that covers the entire journey of data from source systems to destination systems, which includes data integration as a key component.

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

Data repository

A

A general term referring to data that has been collected, organized, and isolated for business operations or data analysis. It can include databases, data warehouses, and big data stores.

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

Data warehouse

A

A central repository that consolidates data from various sources through the Extract, Transform, and Load (ETL) process, making it accessible for analytics and business intelligence.

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

Document-based Database

A

A type of NoSQL database that stores each record and its associated data within a single document, allowing flexible indexing, ad hoc queries, and analytics over collections of documents.

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

ETL process

A

The Extract, Transform, and Load process for data integration involves extracting data from various sources, transforming it into a usable format, and loading it into a repository.

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

Graph-based Database

A

A type of NoSQL database that uses a graphical model to represent and store data, ideal for visualizing, analyzing, and discovering connections between interconnected data points.

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

Key-value store

A

A type of NoSQL database where data is stored as key-value pairs, with the key serving as a unique identifier and the value containing data, which can be simple or complex.

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

Portability

A

The capability of data integration tools to be used in various environments, including single-cloud, multi-cloud, or hybrid-cloud scenarios, provides flexibility in deployment options.

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

Pre-built connectors

A

Cataloged connectors and adapters that simplify connecting and building integration flows with diverse data sources like databases, flat files, social media, APIs, CRM, and ERP applications.

17
Q

Relational databases (RDBMSes)

A

Databases that organize data into a tabular format with rows and columns, following a well-defined structure and schema.

18
Q

Scalability

A

The ability of a data repository to grow and expand its capacity to handle increasing data volumes and workload demands over time.

19
Q

Schema

A

The predefined structure that describes the organization and format of data within a database, indicating the types of data allowed and their relationships.

20
Q

Streaming data

A

Data that is continuously generated and transmitted in real-time requires specialized handling and processing to capture and analyze.

21
Q

Use cases for relational databases

A

Applications such as Online Transaction Processing (OLTP), Data Warehouses (OLAP), and IoT solutions where relational databases excel.

22
Q

Vendor lock-in

A

A situation where a user becomes dependent on a specific vendor’s technologies and solutions, making it challenging to switch to other platforms.