Azure Data Platforms Flashcards
Learn
What is TDE in Azure Security ?
Transparent Data Encryption
How does Azure Sql Protect Data in Flight
Always Encrypted feature that keeps data encrypted
even while in storage at rest, during query processing and on network.
What is Azure SQL dynamic data masking
It helps in exposing data to non-privileged users by hiding sensitive data in query
results. This also works transparently without changing the application.
How is Azure SQL users and groups managed?
With Active Directory
To what level does Azure Sql Security got down to?
To the Row level
What is Row level Security?
row level security is wherein users can access only those rows that they are authorized to.
Does Azure SQL Use White listing?
Yes, you can white list IP addresses to give access to those Ip addresses
What are Elastic Pools?
Azure provides elastic pools that help in hosting multiple databases
on the same SQL Server and puts them on the same pool. Each pool has dedicated
DTUs assigned to them known as eDTU.
How Often does Azure SQL perform backups?
It performs
a full weekly backup, hourly differential backups and backup of transaction logs every
five minutes.
How are backups stored ?
The backups are then stored in a geo-redundant storage which keeps
multiple copies across geographies. In case of a disaster, Azure support can help get
these backups and restore them.
What additional Disaster recovery options are there?
Azure SQL also provides geo-replication of databases with up to four readable
secondary databases in different regions. All these primary and secondary databases
are continuously synchronised using asynchronous replication. It also provides
capability for auto-failover to another database in another region.
Azure SQL provides point-in-time recovery and restores databases as well.
How is performance Calculated in Azure SQL?
In DTUs
What are DTUs?
DTUs are Database Transactional Units. They are a
combination of compute, memory and storage resources are calculated together.
What language does Azure Sql Use?
T-Sql
What are the Two components of Azure Sql?
The logical SQL server
The Databases
What are the levels of performance provided by
Basic, Standard, Premium and PremiumRS
What is a SLA?
Service Level Agreement?
What do you need to tie SLAs to for Disaster Recovery?
The companies RPO and RTOs
What is RPO?
Recovery Point Objective
What is RTO?
Recovery Time Objective
Explain RTO and RPO
The RTO, or recovery time objective, is the maximum length of time after an outage that your company is willing to wait for the recovery process to finish.
The RPO, or recovery point objective, is the maximum amount of data loss your company is willing to accept as measured in time.
Are high availability For Azure Sql the Same for DW?
Yes
What are Elastic Pools Dedicated DTUs called
eDTUs
What is Azure SQL?
Its a fully managed instance of SQL Server in Azure Cloud.