Az305 Flashcards

1
Q

In Key Vaults what are secrets used to store?

A

Tokens
Passwords
Certificates
API Keys

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

In Key Vaults what are keys used to store?

A

Encryption keys

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

In Key Vaults what are certificates used to store?

A

TSL/SSL Certificates

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

Which App Service Plans are zone redundant?

A

Only premium V2 and V3 are redundant. P1v2 is cheaper than P1v3

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

What is log shipping?

A

The process of automating the backup of transaction log files on a primary database server, and then restoring them onto a standby server. It is a feature of Microsoft’s SQL server, recommended when the RPO and RTO are more flexible or databases aren’t considered highly mission critical.

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

What is the Lsv2 VM size good for?

A

Lsv2 are high throughput and IO VMs

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

What is the F series VM size good for?

A

F are high in CPU to memory ratio VMs
E.g web servers

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

What is the Esv3 VM size good for?

A

Esv3 are high memory to CPU VMs
E.g databases (not optimised for throughput and IO)

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

What is the NCv2 VM size good for?

A

NCv2 are GPU based VMs

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

What are the three migration phases for MS CAF for Azure?

A

Assess
Deploy
Release

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

Features of Azure Synapse analytics

A

Allows for data transformation
Links data to Microsoft Power BI
Performs near real time log analysis

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

What is business continuity?

A

Solutions are high availability and disaster recovery. The goal is to keep the business up and running with minimal or no interruption.

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

What are the four main ways Always On availability groups, Always On failover cluster instances, log shipping can be used? (Availability features)

A

High availability
Disaster Recovery
Migrations and upgrades
Scaling out readable copies of one or more databases

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

What are Availability groups?

A

Provide database level protection by sending each transaction of a database to another instance.
Recommended for lower RPO and RTO
Data movement between replicas can be synchronous or asynchronous
An AG has one fully read/write copy of the database that is on the primary replica, the secondary replica can’t receive transactions directly from end users or applications.

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

What is Disaster recovery?

A

When your primary availability location experiences a catastrophic event like an earthquake or flood, the business must be prepared to have its systems come online elsewhere.

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

What’s the difference between AGs and Distributed AGs

A

AGs(outside those with a cluster type of none) require all replicas are part of the same underlying cluster. Distributed AGs allows an AG to span AGs configured on different clusters.

17
Q

What does scaling up(horizontal) mean?

A

Make instance larger
+increases scalability
-does not increase resiliency
-does not enable live changes to scale
-limit to how much resource a service can effectively use

18
Q

What does scaling out(vertical) mean?

A

Add more instances
+increases scalability
+increases resiliency
+enables live changes to scale of service
-Requires service to support multiple instances