Database Flashcards

1
Q

Cosmos DB Characteristics ?

A

1) Globally Available (closer to the end users)

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

What is Latency ?

A

The time it takes for data travel, more latency == more time.

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

What is latency for Cosmos DB ?

A

Cosmos DB promises single millisecond latency (0-9 milliseconds)

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

Cosmos Scalability ?

A

Cosmos DB can auto scale to meet demands.

* also pay for what you use.

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

What is Azure SQL ?

A

It is Azure SQL as a Service.

  • IaaS
  • Azure manages everything but the data.
  • Direct to Azure from On-Prem path.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure SQL Benefits ?

A

1) Scalability
2) Space - Mange up to 100 TB.
3) Availability
4) Security - Patching and Updates.

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

Azure SQL Flavours ?

A

Azure SQL Database vs Azure Managed SQL Instance.

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

What are the difference between Azure SQL and Azure Managed SQL Instance ?

A

Managed SQL Instance Has:

  • Recovery from Full backups (not supported by Azure SQL).
  • No Geo-replication (unlike Azure SQL)
  • No automatic tuning (unlike Azure SQL)
  • No SQL Server Profiler (unlike Azure SQL)
  • No SQL Server Agent (unlike Azure SQL)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Azure DB for MySQL ?

A

Built and maintained by the Community.

  • Open Source
  • Relational Database
  • Mature and Stable Architecture.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Advantages for Azure DB for MySQL ?

A

1) Platform as a Service
2) Development Focused
3) Choice of Language
4) High Availability
5) Azure Security Features

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

What is Azure DB for PostgreSQL?

A

Built and maintained by the Community.

  • Open Source
  • IaaS
  • Relational Database
  • Mature and Stable Architecture.
  • default DB for Mac OS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Features of Azure DB for PostgreSQL?

A

1) Extensions
2) Development Focused
3) Choice of Language
4) Horizontal scaling
5) Fully Managed

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

What is Database Migration Services (DMS) ?

A

A database Migration tool provided by Microsoft to move from on-prem databases to the cloud - either Azure DB or Azure DB for MySQL.

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

CosmosDB Naming (uniqueness) ?

A

Account names are unique across Azure, because you can access them externally, so w when creating an account Name, it shall need to be unique.

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