Flashcards

1
Q

Elasticity
vs
Scalibility

A

Elasticity
It is also known as the automatic scaling of resources. It has the ability to dynamically scale
resources (like recovering from failures and continuing to function)

Scalability
Scalability refers to the ability to adjust resources according to demand. If you suddenly
experience peak traffic and your systems are overwhelmed, you can add more resources to
handle the increased demand.

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

Azure Reservations

A
  • Azure Reservations help you save money by committing to one-year or three-year plans for
    multiple products. Azure Reservation is a long-term contract for a variety of Azure services.
  • You pay the money monthly or in full upfront, but you can make almost 72% profit compared
    to pay-as-you-go pricing.
  • This is good for businesses that have similar usage patterns most of the time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure Spot Instances

A
  • These make use of Microsoft’s leftover Compute Capacity.
  • You can save almost 90% compared to pay-as-you-go pricing, but you should use Spot
    Instances for mostly stateless periodic workloads.
  • This suggests that they should only be used when stopping in the middle of work is not a
    problem.
  • Azure Spot instances - not suitable for a production-based environment.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cloud Hierarchy

A
  • Management Groups
  • Subscriptions
  • Resource Groups
  • Resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Virtual Network Peering (VNet Peering)

A

We can connect two virtual networks within Azure through a private network, which means we can connect over the private IP address space.This allows you to have seamless connectivity between two or more virtual networks in Azure.
There’s no need for a public IP address in VNet Peering.

  • VNet peering: It connects virtual networks within the same Azure region.
  • Global VNet peering: It connects virtual networks across Azure regions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Redundancy in the primary region

A
  • Locally redundant storage (LRS) copies data synchronously and replicates your storage account
    three times within a single data center in the primary region.
  • Zone-redundant storage (ZRS) copies data synchronously and replicates your storage account
    across three Availability Zones in the primary region.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Redundancy in the secondary region

A
  • Geo-redundant storage (GRS) copies your data the same as LRS in the primary region and then
    asynchronously copies your data to a single physical location in a secondary region that is
    hundreds of miles away from the primary region.
  • Geo-zone-redundant storage (GZRS) copies your data the same as ZRS in the primary region
    and then asynchronously copies your data to a single physical location in the secondary region.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Log Analytics Workspace

A

Log Analytics workspace is a centralized, unique environment for logging data from Azure Monitor
and other Azure services like - Microsoft Sentinel and Microsoft Defender for Cloud, etc.

It is the tool to write and run log queries on the monitor data in the Azure portal.

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

Application Insights

A
  • Application Insights is a feature in Azure Monitor, used for monitoring your web applications
    mainly for the in-depth analysis of the web applications.
  • Application Insights has the ability to monitor applications running in Azure, on-premises, or
    in another cloud environment.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Do tags assigned to a resource group get inherited by the resources within the group?

A

No

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

What would a company use if they want to have an Enterprise messaging solution integrated with their existing application hosted in Azure?

A

Azure Service Bus

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

A company is planning to deploy resources to Azure. What tool provides a platform for defining the dependencies between resources so they’re deployed in the correct order?

A

Azure Resource Manager

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

Azure Monitor
vs
Log Analytics

A

Azure Monitor - Azure service used to collect, analyze, and visualize logs and metrics collected from Azure, on-prem, and multi-cloud resources

Log Analytics - Service used to edit and run log queries to perform statistical analysis and visualize the result

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

Azure HDInsight (Historical Data)
vs
Azure Synapse Analytics

A

HDInsight - Analyze streaming or historical data. Create data clusters, process and analyze big data, and develop solutions using the most popular open-source frameworks.

Azure Synapse Analytics - Synapse can be ‘paused’ and is consumption-based. Synapse incorporates many other Azure services for Analytics and Data Orchestration.

Azure Synapse Analytics can run Apache Spark, but HDInsights can integrate with
Apache Hadoop, Spark, Hive, LLAP, Kafka, Storm, and MS Learning Server.

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

Do availability zones protect from Region Failures or Data Center Failure?

A

Data Center Failure

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

Are Abailability Zones available in all regions

A

No

17
Q

Service Trust Portal

A

Get info about international standards, compliance documents, and audit results that Azure provides for itself.

18
Q

Azure Service Fabric
vs
Azure Container Service

A

Azure Service Fabric (ASF) is more of a PaaS offering while Azure Container Service (ACS) is more like an IaaS offering.

19
Q

What tool is used to manage connection ports?

A

Network Security Groups.
This tool has Firewall port configuration.

20
Q

A tool used to organize policies of a similar goal into one group.

A

Initiative Definition