Azure SQL DB Flashcards

1
Q

What is Azure SQL Database?

A

Azure SQL Database is a general-purpose relational database, provided as a managed service

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

What are the 3 different types of purchasing models?

A
  1. vCore-based purchasing model
  2. DTU-based purchasing model
  3. Serverless Model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 3 different deployment options for Azure SQL DB?

A
  1. Single Database
  2. Managed Instance
  3. Elastic Pool
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an Azure SQL Database, Single Database

A

Single database represents a fully managed, isolated database. You might use this option if you have modern cloud applications and microservices that need a single reliable data source. A single database is similar to a contained database in Microsoft SQL Server Database Engine.

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

What is an Azure SQL Database, Managed Instance

A

Managed instance is a fully managed instance of the Microsoft SQL Server Database Engine. It contains a set of databases that can be used together. Use this option for easy migration of on-premises SQL Server databases to the Azure cloud, and for applications that need to use the database features that SQL Server Database Engine provides.

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

What is an Azure SQL Database, Elastic Pool

A

Elastic pool is a collection of single databases with a shared set of resources, such as CPU or memory. Single databases can be moved into and out of an elastic pool.

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

What’s the difference between dynamic scalability and autoscale?

A

Autoscale is when a service scales automatically based on criteria, whereas dynamic scalability allows for manual scaling without downtime. All deployment models allow for dynamic scalabililty. Using scripts you can help monitor and scale databases.

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

Describe the vCore-baed purchasing model

A

The vCore-based purchasing model lets you choose the number of vCores, the amount of memory and the amount and speed of storage. The vCore-based purchasing model also allows you to use Azure Hybrid Benefit.

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

Describe the DTU-based purchasing model

A

The DTU-based purchasing model offers a blend of compute, memory, and I/O resources in three service tiers, to support light to heavy database workloads. Compute sizes within each tier provide a different mix of these resources, to which you can add additional storage resources

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

Describe the serverless purchasing model

A

The serverless model automatically scales compute based on workload demand, and bills for the amount of compute used per second. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed, and automatically resumes databases when activity returns.

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

What are the 3 different service tiers

A
  1. General Purpose / Standard
  2. Business Critical / Premium
  3. Hyperscale
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe the General Purpose / Standard service tier

A

The general purpose / standard service tier is designed for common workloads. It offers budget-oriented balanced compute and storage options

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

Describe the Business Critical / Premium service tier

A

The business critical / premium service tier is designed for OLTP applications with high transaction rate and lowest-latency I/O. It offers the highest resilience to failures by using several isolated replicas

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

Describe the Hyperscale service tier

A

The hyperscale service tier is designed for very large OLTP databases and the ability to auto-scale storage and scale compute fluidly.

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