IT CertificationsComprehensive Study Set

Microsoft Azure Fundamentals Exam Questions

134 questions across 0 topics. Use the find bar or section chips to jump to what you need.

Community-sourced. Answers may be wrong or out of date. Always verify with your official training portal before submitting. Not affiliated with any branch, agency, or vendor. Details.
QUESTION 1

What are some computing services offered by a Cloud Provider?

ANSWER

•Compute power - e.g. Servers or web applications •Storage - e.g. Files and Databases •Networking - e.g. secure connections between the cloud provider and on-premises. •Analytics - e.g. visual telemetry and performance data

QUESTION 2

Jim the systems admin at a fictitious company is an absolute control freak! From the list below, choose the most appropriate cloud solution for him: a). Virtual Machines b). Containers c). Serverless compute

ANSWER

ANSWER: a). Virtual Machines. Because he will emulate a physical system, Jim can do whatever he likes (e.g. install software, configure updates etc.)

QUESTION 3

Give the simplest definition of a container.

ANSWER

A container is similar to a VM but it doesn't need a guest operating system.

QUESTION 4

What is Serverless Computing?

ANSWER

Serverless computing lets you run application code(e.g. functions) without creating, configuring, or maintaining a server. When compared to VMs and Containers, it is the lightest and fastest deployment method.

QUESTION 5

Rob is new to cloud computing and is confused by the terms: "Vertical Scaling" and "Horizontal" scaling. Give him a brief rundown on the differences between the two!

ANSWER

Vertical scaling: aka "scaling up", is the process of adding resources to increase the power of an existing server. Some examples of vertical scaling are: adding more CPUs, or adding more memory. Horizontal scaling: aka "scaling out", is the process of adding more servers that function together as one unit. For example, you have more than one server processing incoming requests

QUESTION 6

Define: Scalability as it relates to cloud computing

ANSWER

You can increase or decrease the resources and services used based upon the needs of your organization.

QUESTION 7

Define: Elasticity as it relates to cloud computing

ANSWER

As your workload changes due to a spike or drop in demand, a cloud computing system can compensate by automatically adding or removing resources. (e.g. a web-site during Black Friday Sale)

QUESTION 8

Define: redundancy as it relates to cloud computing

ANSWER

If one component fails, another is available to take its place and its workload.

QUESTION 9

Define: fault-tolerance as it relates to cloud computing

ANSWER

Customers and end-users are not impacted when a disaster occurs.

QUESTION 10

Misha the cloud computing class nerd wants to engage you in a discussion on Economies of Scale. Start the conversation off with an adequate definition and an example.

ANSWER

Economies of scale is the ability to do things more efficiently or at a lower-cost per unit when operating at a larger scale. In other words, more money is saved, when production rates are higher. Users also pay less for power consumption, cooling and network connectivity than they would with on-premises infrastructure.

QUESTION 11

Compare / Contrast CapEx(Capital Expenditure) vs. OpEx(Operational Expenditure)

ANSWER

•Capital Expenditure: the spending of money on physical infrastructure up front, and then deducting that expense from your tax bill over time. CapEx is an upfront cost, which has a value that reduces over time. •Operational Expenditure: spending money on services or products now and being billed for them now. You can deduct this expense from your tax bill in the same year. There's no upfront cost. You pay for a service or product as you use it.

QUESTION 12

What is the primary benefit of CapEx?

ANSWER

Fixed Costs and a predictable expense for your budget! Companies on a tight budget will lean here.

QUESTION 13

What is the primary benefit of OpEx?

ANSWER

Grows if demand is increased and shrinks accordingly. For new companies / startups this will make lots of sense.

QUESTION 14

What is Cloud agility?

ANSWER

Cloud agility is the ability to rapidly change an IT infrastructure to adapt to the evolving needs of the business. For e.g. if your service peaks one month, you can scale to demand and pay a larger bill for the month. If the following month the demand drops, you can reduce the used resources and be charged less. This agility lets you manage your costs dynamically, optimizing spending as requirements change.

QUESTION 15

Describe the Public Cloud

ANSWER

Microsoft Azure is a public cloud provider. There is no local hardware to manage or keep up-to-date - everything runs on your cloud provider's hardware. In some cases, you can save additional costs by sharing computing resources with other cloud users.

QUESTION 16

Give one example of where you would use a public cloud solution

ANSWER

Deploy a website or blog. The web-server is handled by the cloud provider. You only worry about managing the site itself.

QUESTION 17

Give three disadvantages to using a public cloud model.

ANSWER

•Security Requirements •Government Policies •Business requirements for a legacy software / application.

QUESTION 18

Describe the Private Cloud

ANSWER

In a private cloud, you create a cloud environment in your own datacenter and provide self-service access to compute resources to users in your organization (You take the place of Microsoft Azure).

QUESTION 19

Give one example of where you would use a private cloud solution

ANSWER

An organization has data that cannot be put in the public cloud, perhaps for legal reasons. An e.g. may be where government policy requires specific data to be kept in-country or privately.

QUESTION 20

Give three disadvantages to using a private cloud model.

ANSWER

•Initial CapEx costs and must purchase the hardware for startup and maintenance •Owning the equipment limits agility - to scale you must buy, install, and setup new hardware •Private clouds require IT skills and expertise.

QUESTION 21

Describe the Hybrid Cloud

ANSWER

Combine public and private cloud(on premises data-center). Simple as that.

QUESTION 22

What can be a primary disadvantage of the Hybrid Cloud?

ANSWER

Humongous expenses. Running both cloud + on premises is typically very costly! (It might be necessary in a scenario with legacy Line-of-Business software)

QUESTION 23

Describe Infrastructure-as-a-Service (IaaS)

ANSWER

You have complete control over the hardware that runs your application (Servers and virtual machines (VMs), storage, networks, and OSes). Instead of buying hardware, with IaaS, you rent it. It's an instant computing infrastructure, provisioned and managed over the internet.

QUESTION 24

Describe Platform-as-a-Service (PaaS)

ANSWER

Primarily used to build, test and deploy applications, and you can perform all of these actions without managing the underlying infrastructure.

QUESTION 25

Describe Software-as-a-service (SaaS)

ANSWER

Software is centrally hosted and managed for the end customer. It is usually based on an architecture where one version of the application is used for all customers, and licensed through a monthly or annual subscription. Office 365, Skype, and Dynamics CRM Online are perfect examples of SaaS software.

QUESTION 26

With regards, to the burden upon the customer, which of the following provides the least burden? a). IaaS b). PaaS c). SaaS

ANSWER

ANSWER: c). SaaS On the other extremity, IaaS provides the greatest burden to the customer, with PaaS balancing between SaaS & IaaS.

QUESTION 27

List some core examples of Compute Services in Azure.

ANSWER

•Azure VMs •Azure VM Scale Sets •Azure Kubernetes Service •Azure Service Fabric •Azure Batch •Azure Container Instances •Azure Functions

QUESTION 28

Give a summary of the function of Azure Kubernetes Service

ANSWER

Used to manage(orchestrate) clusters of VMs that run containerized services (e.g. Docker).

QUESTION 29

Describe the Azure Service Fabric

ANSWER

Basically a wide range of Azure systems that run in the cloud or on-premises.

QUESTION 30

What is an Azure Container Instance / is it used for?

ANSWER

It is used to run applications in Azure without the need of a VM, or provisioned server.

QUESTION 31

Describe an Azure function in as few words as possible., then give an example.

ANSWER

An event-driven, serverless compute service (e.g. confirmation of a successful login to a bank account).

QUESTION 32

List some of the core products that make up Azure Networking.

ANSWER

•Azure Network Watcher •Azure Express Route •Azure Traffic Manager •Azure Content Delivery Network •Azure Application Gateway •Azure Virtual Network •Azure Load Balancer

QUESTION 33

What is the function of the Azure Content Delivery Network?

ANSWER

Delivers high-bandwidth content to customers globally

QUESTION 34

What is Azure Express Route?

ANSWER

Connects to Azure over high-bandwidth dedicated secure connections

QUESTION 35

Describe the function of Azure Network Watcher.

ANSWER

Monitors and diagnoses network issues using scenario-based analysis

QUESTION 36

Why would you need an Azure Application gateway?

ANSWER

To manage traffic and security to your applications on the web.

QUESTION 37

Give a detailed explanation of the primary function of an Azure Virtual Network (VNet)

ANSWER

Azure Virtual Network (VNet) is the fundamental building block for your private network in Azure and it enables many types of Azure resources, such as Azure VMs, to securely communicate with each other, the internet, and on-premises networks. VNet is similar to a traditional network that you'd operate in your own data center, but brings with it additional benefits of Azure's infrastructure such as scale, availability, and isolation.

QUESTION 38

List some of the core available options for storage that a customer can choose from in Azure.

ANSWER

•Azure Blob Storage •Azure File Storage •Azure Queue Storage •Azure Table Storage They all can be accessed easily from anywhere in the world in a standard web browser!

QUESTION 39

Rob has started his own video surveillance company and wishes to park his customer's footage in the cloud where it is secure and highly accessible. Propose the most appropriate Azure storage solution to him.

ANSWER

Azure Blob Storage, is capable of storing very large objects like video files & bitmaps.

QUESTION 40

A small company with 10 employees and little capital want to migrate their small on-premises storage server to the cloud. Choose an appropriate Azure solution.

ANSWER

Azure File Storage is excellent for this scenario, because it consists of File shares that you can access and manage like a file server

QUESTION 41

A software/web developer has built a 2 Factor Authentication app on Azure. Where can he park separate events or functions that form the building blocks of communication in his application? He only wants these events or functions to run when triggered(e.g. when a customer attempts to authenticate).

ANSWER

Azure Queue storage. It is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS.

QUESTION 42

Describe Azure Table Storage in simple terms.

ANSWER

A NoSQL store that hosts unstructured data independent of any schema

QUESTION 43

List some of the key Database Services provided by Azure.

ANSWER

•Azure Cosmos DB •Azure SQL Data Warehouse •Azure Database Migration Service •Azure SQL Database

QUESTION 44

True or False. Azure Cosmos DB only supports SQL databases.

ANSWER

FALSE. Comos DB is multi-model (it supports all kinds of different databases, even NoSQL ones!) and is globally distributed making workload migration between nearby geographical locations a breeze!

QUESTION 45

Azure offers services related to the IoT(Internet of Things). A manufacturing company has thousands of smart probes and sensors and would like a way to securely monitor communications and messages between them all. Suggest the most appropriate Azure IoT service.

ANSWER

Azure IoT Hub. It directly handles messages between IoT devices (Think of the Phillips Hue Hub, AppleTV for HomeKit, WINK Hub).

QUESTION 46

What is the IoT Central?

ANSWER

It is a SaaS based Azure software that makes it easy to connect, monitor, and manage your IoT assets (think of WINK, HomeKit etc. as examples)

QUESTION 47

What does the term "BigData" mean?

ANSWER

Simply put, it is referring to huge volumes of data.This data is typically things like weather & communication systems, satellite feeds, scientific research etc.

QUESTION 48

What Azure services can be used to manage BigData?

ANSWER

Azure HD Insights, Azure SQL Data Warehouse, and Azure DataLake

QUESTION 49

Azure is involved in the AI and Machine Learning space. What are some key cognitive services offered?

ANSWER

Vision, Speech, Natural Language Processing.

QUESTION 50

In terms of Server-less Computing concepts, name some of the solutions offered by Azure.

ANSWER

Azure Logic Apps (to orchestrate and connect server-less functions & APIs), Azure Functions (run computer code without worrying about servers), Azure Active Directory.

QUESTION 51

What is an Azure Region? Also name a few popular regions right here in the USA.

ANSWER

A region is a set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network.Some examples of popular regions are: East US & East US 2, SouthCentral US, West US, West US 2, Central US.

QUESTION 52

What is an Azure Geography?

ANSWER

It is a special market(made up of at least 2 regions) that caters to customers who due to data-residency and compliance requirements, need to keep their data as geographically close as possible (e.g. a Law firm with Florida Bar Requirements). Geographies are also fault-tolerant.

QUESTION 53

what is an Availability Zone?

ANSWER

Availability Zones are physically separate locations within an Azure region (think of subsets within a Venn Diagram!) Each Availability Zone is made up of one or more datacenters equipped with independent power, cooling, and networking.

QUESTION 54

What popular Azure services make use of Availability Zones?

ANSWER

Availability Zones are primarily for VMs, managed disks, load balancers, and SQL databases.

QUESTION 55

Describe in detail, the primary functions of the Azure Resource Manager.

ANSWER

Azure Resource Manager is the deployment and management service for Azure. It provides a consistent management layer that enables you to create, update, and delete resources in your Azure subscription. You can use its access control, auditing, and tagging features to secure and organize your resources after deployment.

QUESTION 56

Define an Azure Resource and give some examples.

ANSWER

A manageable item that is available through Azure. Virtual machines, storage accounts, web apps, databases, and virtual networks are examples of resources.

QUESTION 57

What is an Azure Resource group?

ANSWER

A container that holds related resources for an Azure solution. The resource group includes those resources that you want to manage as a group. You decide how to allocate resources to resource groups based on what makes the most sense for your organization. For example, networking resources can be placed in their own resource group.

QUESTION 58

What is the Azure Firewall?

ANSWER

It is a managed, cloud-based, network security service that protects your Azure Virtual Network resources. It is a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability.

QUESTION 59

What is one of the primary benefits of Azure DDoS protection?

ANSWER

Azure DDoS protection identifies the attacker's attempt to overwhelm the network and blocks further traffic from reaching Azure services. Legitimate traffic from customers still flows into Azure without any interruption of service.

QUESTION 60

Name three kinds of attacks that Azure DDoS protection is capable of mitigating.

ANSWER

Volumetric attacks: The attackers goal is to flood the network layer with a substantial amount of seemingly legitimate traffic. Protocol attacks. These attacks render a target inaccessible, by exploiting a weakness in the layer 3 and layer 4 protocol stack. Resource (application) layer attacks. These attacks target web application packets to disrupt the transmission of data between hosts.

QUESTION 61

Describe the function of Network Security Group(NSG).

ANSWER

It enables you to filter network traffic to and from Azure resources in an Azure virtual network.This can be done by source/dest. IP address, port and protocol.

QUESTION 62

As it relates to IAM(Identity & Access Management), define "Authentication(AuthN)".

ANSWER

Authentication(AuthN) is the process of establishing the identity of a person or service looking to access a resource. It establishes if they are who they say they are!

QUESTION 63

As it relates to IAM(Identity & Access Management), define "Authorization(AuthZ)".

ANSWER

Authorization(AuthZ) is the process of establishing what level of access an authenticated person or service has. It specifies what data they're allowed to access and what they can do with it.

QUESTION 64

Describe Azure Active Directory.

ANSWER

Azure AD is a cloud-based identity service. It has built in support for synchronizing with your existing on-premises Active Directory or can be used stand-alone. This means that all your applications, whether on-premises, in the cloud (including Office 365), or even mobile can share the same credentials.

QUESTION 65

Two or more elements that confirm Identities, are required by Azure Multi-Factor Authentication. List three (3).

ANSWER

1. Something you know (e.g. password / answer to question). 2. Something you possess (mobile app, keyfob etc.) 3. Something you are (Bio-metrics: fingerprint, facescan etc.)

QUESTION 66

Where can an administrator look to begin examining the security of Azure-based solutions?

ANSWER

ANSWER: The Azure Security Center. It is a monitoring service that provides threat protection across all of your services both in Azure, and on-premises.

QUESTION 67

What is the primary benefit of the Azure Security Center?

ANSWER

You can use Azure Security Center in different stages of an incident response. These are: DETECT, ASSESS, DIAGNOSE, STABILIZE, CLOSE.

QUESTION 68

Describe two usage scenarios of the Azure Security Center.

ANSWER

1. Incidence Response Management. 2. Security Policy and Vulnerability Management.

QUESTION 69

What is the purpose of the Azure Key Vault?

ANSWER

Encryption services all use keys to encrypt and decrypt data, so how do we ensure that the keys themselves are secure? Suppose we also wanted to protect passwords, certificates, and other pieces of sensitive info? In Azure, we can use Azure Key Vault to protect our secrets.

QUESTION 70

For an administrator, what are some added benefits of the Key Vault?

ANSWER

Centralized storage of secrets, secure access, permissions control, and access logging(for e.g. see when, where and how someone gained access to resources).

QUESTION 71

Michael wishes to enable his organization to send encrypted email and to classify and protect documents when needed. Choose an appropriate Azure service/solution.

ANSWER

Microsoft Azure Information Protection (AIP) will give Michael the tools he needs.

QUESTION 72

Azure Advanced Threat Protection is one of Microsoft's cloud based security services. What are the components of the Azure ATP?

ANSWER

•Azure ATP Portal: monitor and respond to suspicious activity. •Azure ATP Sensor: sensors are installed directly on your domain controllers. The sensor monitors domain controller traffic without requiring a dedicated server or configuring port mirroring. •Azure Cloud Service:runs on the Azure Service Fabric (be able to describe the service fabric for the exam!)

QUESTION 73

Define Azure Policy.

ANSWER

Azure Policy: a service in Azure that you use to define, assign, and, manage standards for resources in your environment. It can prevent the creation of disallowed resources, ensure new resources have specific settings applied, and run evaluations of your existing resources to scan for non-compliance.

QUESTION 74

What options does a Azure Administrator have for using / creating policies?

ANSWER

You can use pre-exisiting policies in the Azure portal, or you can create and save your own as ".JSON" files.

QUESTION 75

What is a policy definition?

ANSWER

A policy definition expresses what to evaluate and what action to take. The following are examples of items that are impacted by policy definitions: Allowed Storage Accounts, Allowed VMs, Allowed Resources, Allowed Locations (e.g. you can / cannot create a resource in a particular region / availability zone).

QUESTION 76

True or False. A policy applied to a resource group affects all resources in that particular group.

ANSWER

ANSWER: TRUE.

QUESTION 77

Robert an Azure Administrator wishes to find alternative methods of applying policies (other than using the Azure Portal). Suggest some alternatives to help him out.

ANSWER

He can also apply policy via Azure PowerShell or the Azure CLI.

QUESTION 78

As it relates to Azure and policies, what is an initiative?

ANSWER

An initiative definition is a set or group of policy definitions to help track your compliance state for a larger goal.

QUESTION 79

How does RBAC(Role Based Access Control) define access?

ANSWER

When you are assigned to a role, RBAC allows you to perform specific actions, such as read, write, or delete. Therefore, if one role assignment grants you read permissions to a resource group, and a different role assignment grants you write permissions to the same resource group, you will have write permissions on that resource group.

QUESTION 80

List three best practices an administrator can use when setting up new resources in the Azure portal.

ANSWER

1. Segregate duties within your team and grant only the amount of access to users that they need to perform their jobs. 2. Grant users the lowest privilege level that they need to do their work. 3. Use Resource Locks to ensure critical resources aren't modified or deleted.

QUESTION 81

What is a Resource Lock?

ANSWER

Resource locks are a setting that can be applied to any resource to block modification or deletion. Resource locks can set to either Delete or Read-only. Delete will allow all operations against the resource but block the ability to delete it. Read-only will only allow read activities to be performed against it, blocking any modification or deletion of the resource.

QUESTION 82

Give a few examples of where applying a Resource Lock would be appropriate (For good exam practice, give it a try in the Azure Portal if you have a subscription!)

ANSWER

Use resource locks to protect those key pieces of Azure that could have a large impact if they were removed or modified. Some examples are ExpressRoute circuits, and virtual networks, critical databases, and domain controllers.

QUESTION 83

True or False. Tags can be applied to any kind of resource on Azure.

ANSWER

ANSWER: FALSE Not all resources in Azure support tags! You have to check and see which ones do.

QUESTION 84

Are applied Tags inherited?

ANSWER

ANSWER: NO. Every resource that needs to be tagged, should be tagged accordingly.

QUESTION 85

True or False. Resources can be in only one resource group.

ANSWER

ANSWER: TRUE. Resources can belong to only one group at a time.

QUESTION 86

Can Resource groups be nested?

ANSWER

ANSWER: NO Although other cloud providers may offer this feature, it is not yet offered in Azure.

QUESTION 87

How are the terms Azure Monitor and Telemetry connected?

ANSWER

Azure Monitor is a comprehensive solution for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments. It helps you understand how your applications are performing and proactively identifies issues affecting them and the resources they depend on.

QUESTION 88

Robert has created some resources in Azure. How soon can he take advantage of the Azure Monitoring service?

ANSWER

Immediately! He can enable diagnostics on supported resources, and for compute resources he can even add an agent to begin collecting data.

QUESTION 89

List some use cases and benefits of the Azure Monitor.

ANSWER

•A way to visualize and present data to different audiences(e.g. a yearly audit, or report for a technology committee meeting, or for a customer whose needs demand it). •Respond proactively to critical conditions(e.g. sending a text alert to an administrator responsible for handling the issue or automating a process that attempts to fix it). •Overall visibility into the operations of your cloud environment.

QUESTION 90

What is Azure Service Health?

ANSWER

Azure Service Health is a suite of experiences that provide personalized guidance and support when issues with Azure services affect you. It can notify you, help you understand the impact of issues, and keep you updated as the issue is resolved.

QUESTION 91

List the components of Azure Health? Also what are some use cases of Azure Service Health?

ANSWER

•Azure Status provides a global view of the health state of Azure services •Service Health offers a customizable dashboard that tracks the state of your Azure services in the regions where you use them. In this dashboard, you can track active events such as ongoing service issues, upcoming planned maintenance, or relevant Health advisories. •Resource Health helps you diagnose and obtain support when an Azure service issue affects your resources. It provides you with details with about the current and past state of your resources. It also provides technical support to help you mitigate problems.

QUESTION 92

A Cloud Administrator has concerns about resources meeting SLAs(Service Level Agreements). Which of the Azure Health components is appropriate for this scenario?

ANSWER

Azure Resource Health. It provides a much more in-depth view than Azure Status, plus the administrator can opt to have a customized dashboard that provides insights into how well his resources meet those SLAs.

QUESTION 93

Explain the purpose of the Microsoft Privacy Statement.

ANSWER

This privacy statement explains the personal data Microsoft processes, how Microsoft processes it, and for what purposes.

QUESTION 94

Describe the Microsoft Trust Center?

ANSWER

It contains information and details about how Microsoft implements and supports security, privacy, compliance, and transparency in all Microsoft cloud products and services.

QUESTION 95

Describe the Service Trust Portal?

ANSWER

It hosts the Compliance Manager service, and is the Microsoft public site for published downloadable audit reports and other compliance-related information relevant to how Microsoft builds and operates its cloud services.

QUESTION 96

Microsoft Azure is compliant with several standards, laws and regularitons. List some of these.

ANSWER

ISO, SOC, NIST, FedRAMP, GDPR

QUESTION 97

What is GDPR?

ANSWER

GDPR stands for General Data Protection Regulation. It's the core of Europe's digital privacy legislation.

QUESTION 98

What is ISO?

ANSWER

ISO, the International Organization for Standardization, develops and publishes International Standards.

QUESTION 99

What does it mean to be NIST compliant?

ANSWER

Generally speaking, NIST guidance provides the set of standards for recommended security controls for information systems at federal agencies.

QUESTION 100

What does it mean to be SOC/SOC2 compliant?

ANSWER

SOC stands for "system and organization controls," and the controls are a series of standards designed to help measure how well a given service organization conducts and regulates its information.

QUESTION 101

What is the Compliance Manager?

ANSWER

Found in the Service Trust Portal, it is comprehensive a dashboard that provides a summary of your data protection and compliance stature and recommendations for improvement for services like Azure, Dynamics 365, & Office 365.

QUESTION 102

What is Azure Government, and what are some of the services offered?

ANSWER

Basically specialized cloud service offerings by Azure for government agencies. It is operated by screened U.S. Citizens. Some mission critical services offered are: Azure Site Recovery(DRaaS-Disaster Recovery-as-a-Service), and Azure Analysis Services.

QUESTION 103

What is Azure Germany?

ANSWER

Basically Azure Cloud Services operated under strict EU regulations and ONLY within Germany data-centers.However not all Azure US services are offered in Germany. Some particular services not yet offered are: Azure Active Directory Premium, and Azure Key Vault.

QUESTION 104

When you provision an Azure resource, Azure creates one or more meter instances for that resource. The meters track the resources' usage, and generate a usage record that is used to calculate your bill.Give some examples of tracking meters that can be used?

ANSWER

•Compute Hours •IP Address Hours •Data Transfer In •Data Transfer Out •Standard Managed Disk

QUESTION 105

If an admin de-allocates (the equivalent of turning off) a VM, will he still be charged for usage?

ANSWER

YES and NO. He will NOT be charged for compute time, however he will be charge for persistent disks (to keep his data on that VM's storage).

QUESTION 106

Name three options a customer has to purchase Azure Products & Services?

ANSWER

Enterprise, Web, Cloud Service Provider (CSP)

QUESTION 107

Describe an Azure Enterprise agreement.

ANSWER

Enterprise customers sign an Enterprise Agreement with Azure that commits them to spend a negotiated amount on Azure services, which they typically pay annually. Enterprise customers also have access to customized Azure pricing.

QUESTION 108

Describe an Azure Web agreement.

ANSWER

Direct Web customers pay general public prices for Azure resources, and their monthly billing and payments occur through the Azure website.

QUESTION 109

Describe what takes place when a customer purchases Azure services through a Cloud Service Provider.

ANSWER

Cloud Solution Providers (CSP) typically are Microsoft partner companies that a customer hires to build solutions on top of Azure. Payment and billing for Azure usage occur through the customer's CSP.

QUESTION 110

True or False. Customers are required to pay for inbound data transfers (data going into Azure datacenters).

ANSWER

FALSE. Most of the time inbound data transfers (data going into Azure datacenters) are free. For outbound data transfers (data going out of Azure datacenters), the data transfer pricing is based on Billing Zones.

QUESTION 111

What is an Azure Billing Zone?

ANSWER

An Zone is a geographical grouping of Azure Regions for billing purposes.(NOTE: not to be confused with Availability Zones!)

QUESTION 112

What countries / territories are part of Zone 1?

ANSWER

United States, Europe, Canada, UK, France

QUESTION 113

What countries / territories are part of Zone 2?

ANSWER

Asia Pacific, Japan, Australia, India, Korea

QUESTION 114

Russia is part of Zone 3 in Azure!

ANSWER

Heck no! Microsoft Azure services are NOT available in Russia. Brazil is the only area / territory in Zone 3.

QUESTION 115

What is Azure DE Zone 1?

ANSWER

Germany.

QUESTION 116

You are tasked with building an Azure Solution. How would you an estimate of the costs without deploying and running those services or without manually pricing out each service from the Azure service pricing pages?

ANSWER

Use the Azure Pricing calculator. Not only is it free, but its web tool allows you to input Azure services and modify properties and options of the services. It outputs the costs per service and total cost for the full estimate.

QUESTION 117

Where can one quickly and easily find recommendations on cost in Azure?

ANSWER

The Azure Advisor.

QUESTION 118

As it relates to cost, what kinds of changes are typically suggested by the Azure Advisor?

ANSWER

•Buy reserved instances to save money over pay-as-you-go •Reduce costs by eliminating unprovisioned Azure ExpressRoute circuits. •Right-size or shutdown underutilized virtual machines.

QUESTION 119

List 3 great(and free!) tools for managing and implementing cost recommendations in Azure.

ANSWER

•Azure Advisor •Azure Cost Management •Cloudyn, a Microsoft Subsidiary

QUESTION 120

Infinity Manufacturing, a fictitious company is looking to migrate some of their infrastructure to Azure. Name an appropriate tool to help them predict how much money they can save.

ANSWER

Azure TCO(Total Cost of Ownership) Calculator. Here you can enter details about current on-premises infrastructure, define your workload, include assumptions and generate a report.

QUESTION 121

What is Azure Spending Limits?

ANSWER

It is a feature that prevents you from exhausting the credit on your account within each billing period. When limits are maxed out by deployed / active resources, those resources are turned off disabled until the next billing cycle begins.

QUESTION 122

Compare / contrast the benefits of using Reserved Instances vs. subscriptions that are pay-as-you-go.

ANSWER

Pay-as-you-go = for unpredictable resources. Reserved Instances = for static & predictable resources. Pay-as-you-go = ideal for resources that may / may not always be used / run all year long. Reserved Instances = for heavy workloads that run 24 x 7 x 365. For such workloads, Reserved Instances can save you as much as 80% in costs each year when compared to pay-as-you-go.

QUESTION 123

True or False. Azure resources cost the same across all locations and regions.

ANSWER

FALSE. In many cases, great savings in cost can be reached by spinning up resources in different regions. However note that the cost of egress traffic between areas must be considered or not it can still drive up overall expense. Make this a part of your cloud strategy.

QUESTION 124

As it relates to cost, give one example of unnecessary expense in Azure.

ANSWER

Over-sized and underutilized VMs. Reduce your costs by picking the right VM for your workload. For example, you might go from a expensive Standard_D4sv3 to a cheaper Standard_D2sv3*.

QUESTION 125

What is VM Dellocation and how does it help to reduce costs?

ANSWER

In a development or testing environment, VMs may not always be used at maximum capacity throughout the day. Turning off (deallocation) of these VMs can save lots of money. Further more, tools in Azure can be applied to automate this process on a schedule. (Try it out in the Azure portal).

QUESTION 126

As it relates to Azure, define the term SLAs (Service Level Agreements)

ANSWER

An SLA defines performance targets for an Azure product or service. The performance targets that an SLA defines are specific to each Azure product and service. For example, performance targets for some Azure services are expressed as uptime guarantees or connectivity rates.

QUESTION 127

Describe the concept of "five nines".

ANSWER

Five Nines = a 99.999% performance-target commitment. This is roughly 6 seconds of downtime per week / 5.26 minutes per year. It is the highest level of commitment.

QUESTION 128

Describe the concept of "three nines".

ANSWER

Three Nines = a 99.9% performance-target commitment. This is roughly 10 minutes of downtime per week / 8.76 hours per year*. It is one of the lowest levels of commitment.

QUESTION 129

What happens if an Azure service fails to meet its SLA?

ANSWER

The customer is given a discount or credit towards their next bill.

QUESTION 130

Describe the term "Composite SLA".

ANSWER

When combining SLAs across different service offerings, the resultant SLA is called a Composite SLA. The resulting composite SLA can provide higher or lower uptime values, depending on your application architecture. SLA of 1st application X SLA of 2nd application = composite SLA.

QUESTION 131

From left to right in order of levels of support, order the following from the least to the greatest: Premier, Dev, Standard, Basic, Professional Direct.

ANSWER

ANSWER: Basic, Dev, Standard, Professional Direct, Premier

QUESTION 132

True or False. Basic support plans only include access to support engineers via email.

ANSWER

FALSE. Basic plans have NO access to technical support of any kind. Technical support access begins from Dev and upwards to Premier.

QUESTION 133

True or False. Basic support plans include access to support for billing and subscriptions.

ANSWER

TRUE. Offered in this tier is 24x7 access to billing and subscription support, online self-help, documentation, whitepapers, and support forum

QUESTION 134

Why should one never use Azure public or private previews, and beta releases in a production environment?

ANSWER

PREVIEWS ARE PROVIDED "AS-IS," "WITH ALL FAULTS," AND "AS AVAILABLE," AND ARE EXCLUDED FROM THE SERVICE LEVEL AGREEMENTS AND LIMITED WARRANTY. Previews may not be covered by customer support. Previews may be subject to reduced or different security, compliance and privacy commitments.

Looking for a different version?

CBTs get updated every year. Search for the exact version you're taking (e.g. "cyber awareness 2025").

Search all study materials