Store data in Azure | Choose a data storage approach Flashcards

1
Q

How can semi-structured data be expressed?

A

With serialization languages such as xml, json, and yaml.

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

What are examples of unstructured data?

A

Examples of unstructured data include:

  • Media files, such as photos, videos, and audio files
  • Office files, such as Word documents
  • Text files
  • Log files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The data is organized by tags, but each product in the catalog can contain unique fields. Is this structured, semi-structured or unstructured data?

A

Semi structured.

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

What is a transaction in databases?

A

A transaction is a logical group of database operations that execute together.

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

What is OLTP?

A

Transactional databases are often called OLTP (Online Transaction Processing) systems.

  • Support lots of users
  • Quick response time
  • Handle large volumes of data
  • Highly available
  • Typically handle small or relatively simple transactions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is OLAP?

A

OLAP (Online Analytical Processing) systems commonly -support fewer users,

  • have longer response times,
  • can be less available,
  • and typically handle large and complex transactions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which type of transactional database system would work best for product data?

A

OLTP

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

Does a storage account by itself have financial cost?

A

No.

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

Why must a storage account name be globally unique?

A

The storage account name is used as part of the URI for API access

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

What is Azure Defender for Storage?

A

Azure Defender for Storage provides an extra layer of security intelligence that detects unusual and potentially harmful attempts to access or exploit storage accounts.

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

What storage account types support Azure Defender?

A

Account types that support Azure Defender include general-purpose v2, block blob, and Blob storage accounts.

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

Where can you view your current security alerts?

A

You can review and manage your current security alerts from Azure Security Center’s Security alerts tile.

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

What happens when you call GetBlockBlobReference with the name of a blob?

A

A CloudBlockBlob object is created locally. No network calls are made.

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

What can be used to initialize the Blob Storage client library within an application?

A

The Azure Storage account connection string.

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