AZ-305 Set 2 Flashcards

1
Q

Azure service for Semi structured Data (databases)

A

Cosmos-DB

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

Azure service for Structured Data (databases)

A

SQL

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

SQL Pricing- DTU

A

Not allowed with elastic pools. It will always be a single database
Also predictable workloads. Typically the cheapest cost. Also no HA options or bring your own licenses

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

SQL pricing- vCore

A

Allows you to Bring your own sql licenses–called sql hybrid core benefit, multiple databases

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

Azure SQL Server Databases- Business Critical/Premium Features

A
  1. Designed for OLTP apps
  2. High Transaction rates
  3. Highest resilience to failures by using several isolated replicas
  4. Deploys an always On availability group using multiple synchronously updated replicas
  5. Uses local SSD storage and RA-GRS (Backup files)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure SQL Databases- Hyper-scale

A
  1. Designed for very large OLTP databases as large as 100 TB
  2. Able to auto scale storage and scale compute
  3. Captures instant backups (snapshots)
  4. Restores in minutes rather than hours or days
  5. Scales up and down in real time to accommodate workload changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Features of Cosmos DB

A
  1. Semi structure
  2. Non rational
  3. Non sql
  4. Globally redundant
  5. SLA Guaranteed sub 10 ms read and write
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure Queues features

A
  1. Requires a client for this
  2. Azure queue message size 64k
  3. Can hold up to 80gb of data
  4. Azure queue is asynchronously not real time
  5. You can use Azure functions to be triggered when a message is in the queue
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Azure Service Bus- Queues and Topics

A

First in first out
Guarantees delivery

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

Azure Event Hub features

A
  1. Publisher-subscriber–also called producer and consumer
  2. You need a producer client and a consumer client for this to work
  3. Uses a pull model allowing multiple reads from consumers
  4. Receiving real-time streaming data
  5. Orders events by when they are received
  6. Scaling is controlled by how many throughput units or processing units you purchase
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure API Management Features

A
  1. Brings multiple APIs under a single admin umbrella-centralized mgmt
  2. Manage permissions and access
  3. Standardized API specs
  4. Ensures compliance across API
  5. Protects the APIs from malicious usage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Difference between Azure App Registration vs Enterprise Application

A

Enterprise Apps provide pre-built integrations with Microsoft Entra ID, while App Registrations enable custom-built or third-party applications to use Microsoft Entra ID security features

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

What is Azure CycleCloud

A

Azure CycleCloud is an enterprise-friendly tool for orchestrating and managing High Performance Computing (HPC) environments on Azure. With CycleCloud, users can provision infrastructure for HPC systems, deploy familiar HPC schedulers, and automatically scale the infrastructure to run jobs efficiently at any scale

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

Azure Analysis Services

A

An enterprise-grade analytics as a service that lets you govern, deploy, test and deliver your business intelligence (Power BI) solution with confidence, basically a PaaS solution that provides enterprise-grade data models in the cloud.

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

Azure batch to run 2 different jobs on Linux node. First job to run short-running tasks for development environment

A

User subscription and dedicated vms

User subscriptions does not support low-priority vms, only spot instance vms

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

When auto-scaling a AKS cluster. What do you use for Linux containers

A

Virtual nodes are only supported with Linux pods and nodes

17
Q

When auto-scaling a AKS cluster. What do you use for windows containers

A

Cluster Auto-scaler