MDB Analytics Flashcards

1
Q

A fully managed storage solution that is optimized for complex analytics over large data sets while delivering the low cost economics of cloud storage

A

Data Lake

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

A centralized repository designed to store, process, and secure large amounts of structured, semistructured, and unstructured data

A

Data Lake

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

A distributed query engine that allows you to natively query, transform, and move data across various sources inside & outside of MongoDB Atlas

A

Atlas Data Federation

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

Query and aggregate data across multiple Atlas clusters, Atlas data lakes and AWS S3 buckets to get a holistic view of your data

A

Atlas Data Federation

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

With __________, you can access all of these different data sources in a single query to build your forecasting model, all without the need to first move or transform data, or change the query as data moves between sources

A

Atlas Data Federation

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

Enables analysts to leverage their existing SQL skills and tools to query data in MongoDB Atlas. This avoids them having to learn the more developer-centric MongoDB Query API

A

Atlas SQL Interface

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

Analysts can build complex aggregation pipelines to surface insights and create new data streams without time-consuming data manipulation

A

Atlas SQL Interface

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

Enables tools such as Tableau, Looker, and Power BI to access and visualize data directly from MongoDB Atlas

A

Atlas SQL Interface

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

All database changes are published to an API, notifying subscribing applications when an event matches a predefined criteria

A

Change Streams

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

Applications can use _______ to subscribe to all data changes on a single collection, a database, or an entire deployment, and immediately react to them. Because ________ use the aggregation framework, applications can also filter for specific changes or transform the notifications at will

A

Change Streams

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

Automatically execute application code in response to the event, allowing you to build reactive, real time in-app analytics

A

Atlas triggers and functions (App Services)

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

Automatically run code in response to database changes, user events, or on preset intervals

A

Atlas Triggers

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

Define and execute JavaScript functions to build APIs, integrate with cloud services, and more

A

Atlas Functions

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

Aged data can automatically be tiered out of hot time series collections to low cost object storage, while preserving the ability to query it any time

A

Atlas Online Archive

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

Examples: IoT sensor data, financial trades, clickstreams, and logs are all valuable sources of insights and analytics for every business.

A

Time series data

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

Speeds up ad-hoc analytics queries that aggregate specific fields across most or all documents in a collection. Examples include computing counts, averages, and min/max values, i.e. maintaining a running sales total and average sales price over the duration of a product promotion.

A

Column Store Indexes

17
Q

configures MongoDB as both a source and sink within your data pipelines – whether for building reactive, event-driven microservices or for streaming data from MongoDB to centralized analytics systems downstream from your applications.

A

MDB Connector for Apache Kafka

18
Q

Allows Spark jobs to read from and write to MongoDB as part of your data science and data engineering platform

A

MDB Connector for Apache Spark

19
Q

Provides even higher levels of isolation by continuously replicating live operational data from the transactional Atlas database cluster to an entirely separate cluster dedicated to analytics processing

A

Cluster to Cluster Sync

20
Q

Physically isolated from nodes supporting the operational workload

A

Atlas Analytical Nodes

21
Q

You can run simple point queries for lightning fast lookups through to building modular, multi-stage aggregation pipelines to run powerful real-time analytics over your data. You can quickly filter, group, join, search and sort data, surface recommendations, and calculate moving averages and cumulative sums over rolling time windows

A

MDB Query API/Engine