Introduction to Azure Database Administration Flashcards

1
Q

Nenne die 5 ‘Intelligent Data Platform Roles’ des Azure Database Admins

A
  1. Azure Data Engineer
  2. Azure Data Analyst
  3. Azure Data Scientist
  4. Azure Artificial Intelligence Engineer
  5. Azure Database Administrator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Versions of SQL Server available

Microsoft keeps images of all supported versions of SQL Server available in Azure Marketplace. If you have a need for an older version, that is covered by an extended support contract,

What do you need to do?

A

install your own SQL Server binaries

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

Nenne 2 ‘Haupt’ Backup Solutions in Azure für SQL Server

A
  1. Backup to URL
  2. Azure Backup
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name the Key differences between Backup to URL. &. Azure Backup

A
  1. Backup to URL = Back up to URL allows you to use standard backup syntax to back up your databases to Azure Blob Storage service,
  2. Azure Backup = Azure Backup for SQL Server Virtual Machines offers a complete enterprise backup solution that automatically handles your backups across your infrastructure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is a SQL Server running in an Azure virtual machine (iaaS) equivalent to an on-premises SQL Server?

A

Yes

A SQL Server running in an Azure virtual machine (IaaS) is equivalent to an on-premises SQL Server.
several features described for SQL Server on Azure virtual machine are applicable to all your on-premises SQL Servers

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

Many applications will require SQL Server running on a virtual machine (iaaS)

Name 2 Reasons and describe them

A
  1. General application support and incompatibility

For applications requiring an older version of SQL Server for vendor support. In addition, some application services may have a requirement to be installed with the database instance in a manner that is not compatible with a PaaS offering.

  1. Use of other SQL Server Services

In order to maximize licensing, many users choose to run SQL Server Analysis Services (SSAS), SQL Server Integration Services (SSIS), and/or SQL Server Reporting Services (SSRS) on the same machine as the database engine.

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

All resources in Azure share a common provider

Name the provider

A

Azure Resource Manager
acts as a management, and deployment service for cloud services

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

Aus was bestehen die ‘Azure Resource Manager templates’ die maan für das Deployment braucht?

A

JSON Documents

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

Name the 4 types of storage ( Disk ) for Deployment on Virtual Machines

A
  • Standard
  • Standard SSD
  • Premium SSD
  • Ultra Disk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which Storage Type shuold you use For production SQL Server data and transaction log files?

A

Premium SSD storage and Ultra Disk

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

Which Storage Type is enough for database Backup & Restore Workloads

A

You can use Standard storage for your database backups, as the performance is adequate for most backup and restore workloads.

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

Which Fetures offers Azure to support high availability

A

Availability sets, availability zones, and load-balancing techniques that provide high availability by distributing incoming traffic among Virtual Machines.

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

When does Microsoft guarantee an uptime of 99% for single Instance Azure Virtual Machine ( Storage )

A

When Using Premium SSD or Ultra Disk for ALL Disks

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

Which features does Azure offer to support high Availability, name 3

A
  • Availability sets
  • availability Zones
  • load balancing

to provide high availability by distributing incoming traffic among VM’s

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

SQL Database comes in two main purchaising models: name them

A
  • vCore-based
  • DTU-based model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Is Azure SQL Database PaaS or IaaS ?

A

Azure SQL Database is a Platform as a Service ( PaaS ) that provides high scalability capabilities

17
Q

Name the 3 Service Tiers available for the purchaising model ‘vCore-based-model’

A
  • General Purpose
  • Business Critical
  • Hyperscale
18
Q

Purcahse model ( vCore-Based ) :
Explain the ServiceTier ‘ General Purpose ‘

A
  • Designed for less intensive operations.
  • offers budget oriented balanced compute & Storage options
  • provides both, provisioned compute tier & serverless compute tier
19
Q

What is the Purchasing model [ vCore-Based ]

A

Compute and Storage resources are decoupled ( getrennt / voneinander unabhängig )
You cane scale compute and Storage resources independently.

20
Q

Purcahse model ( vCore-Based ) :
Explain the ServiceTier ‘ Business Critical ‘

A
  • Supports ‘in-Memory OLTP’
  • Supports built-in read-only Replica
  • includes more memory perCore & uses local SSD storage
  • Designed for performance-sensitive workloads
21
Q

Purcahse model ( vCore-Based ) :
Explain the ServiceTier ‘ Hyperscale ‘

A
  • Hyperscale introduces horizontal scaling features, that use advanced techniques to addcompute nodes as the data sizes grow
  • it is only supported on Single SQL Database
  • Hyperscale allows you to scale Storage and compute resources significantly over the limits available for thegeneral Purpose and Business Critical Service tiers ( business critical tier & general Purpose Tier )
22
Q

Name the 3 available Service Tiers in the purchasing model ( DTU-based )

A
  • Basic
  • Standard
  • Premium