0% found this document useful (0 votes)
1K views

Knowledge Check

The document provides information about cloud computing concepts on Microsoft Azure. It covers topics such as cloud deployment models (public, private, hybrid cloud), cloud service types (IaaS, PaaS, SaaS), creating an Azure account, Azure architecture and services, compute and storage options, networking options, security responsibilities, and tools for policy and compliance monitoring in Azure. The document contains questions to test the reader's understanding in the form of multiple choice questions.

Uploaded by

Clarita Bajo
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Knowledge Check

The document provides information about cloud computing concepts on Microsoft Azure. It covers topics such as cloud deployment models (public, private, hybrid cloud), cloud service types (IaaS, PaaS, SaaS), creating an Azure account, Azure architecture and services, compute and storage options, networking options, security responsibilities, and tools for policy and compliance monitoring in Azure. The document contains questions to test the reader's understanding in the form of multiple choice questions.

Uploaded by

Clarita Bajo
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 35

Cloud Concepts - Principles of cloud computing

1. Which term from the list below would be viewed as benefits of using cloud services?

A. Unpredictable costs
B. Elasticity
C. Local reach only

2. Suppose you have two types of applications: legacy applications that require specialized mainframe
hardware and newer applications that can run on commodity hardware. Which cloud deployment model
would be best for you?

A. Public cloud
B. Private cloud
C. Hybrid cloud

3. You're developing an application and want to focus on building, testing, and deploying. You don't
want to worry about managing the underlying hardware or software. Which cloud service type is best
for you?

A. Infrastructure as a Service (IaaS)


B. Platform as a Service (PaaS)
C. Software as a Service (SaaS)

Create an Azure account

1. Which of the following statements is true about an Azure subscription?

A. Using Azure does not require a subscription


B. An Azure subscription is a logical unit of Azure services
C. You can't have more than one subscription
2. Your billing is based on your usage of Azure resources and is invoiced ______________

A. Annually
B. Monthly
C. Daily
3. When you create an Azure resource like a virtual machine, you select the ______________ it belongs
to.

A. Billing account
B. Billing profile
C. Azure subscription
4. Which Azure support plan is best for business-critical workloads?

A. Azure Developer
B. Azure Professional Direct
C. Azure Standard

Core Cloud Services - Introduction to Azure

What is Azure?

A. Microsoft's cloud computing platform, which provides compute power, storage, and services
over the Internet using a pay-as-you-go pricing model.
B. A single data center located in Redmond, Washington.
C. A hosting environment specifically for virtual machines

2. Which of the following is an example of an Azure application platform?

A. Azure App Service


B. Azure Load Balancer
C. Azure Table Storage
D. Azure Cache for Redis
3. When should you scale out your deployment?

A. When your application or service requires a more powerful CPU or more memory to run faster.
B. When you need additional virtual machines to speed up your application.
C. When you're using excess capacity that you don't need.

Core Cloud Services - Azure architecture and service guarantees

1. Deploying an app can be done directly to what level of physical granularity?

A. Region
B. Datacenter
C. Server rack
2. To use Azure datacenters that are made available with power, cooling, and networking capabilities
independent from other datacenters in a region, choose a region that supports _________?

A. Geography distribution
B. Service-Level Agreements (SLAs)
C. Availability Zones
3. Application availability refers to what?

A. The service level agreement of the associated resource.


B. Application support for an availability zone.
C. The overall time that a system is functional and working.

Core Cloud Services - Manage services with the Azure portal

1. An Azure dashboard is stored as which type of file?

A. XML
B. JSON
C. PNG
2. Azure Advisor provides advice on which of these topics:

A. Creating an Azure account


B. Best practices and security for your services
C. Using the Azure portal effectively
3. True or false: Azure Cloud Shell is an interactive, browser-accessible shell for managing Azure
resources?

A. True
B. False

Core Cloud Services - Azure compute options

1. Suppose you have an existing application running locally on your own server. You need additional
capacity but prefer to move to Azure instead of buying upgraded on-premises hardware. Which
compute option would likely give you the quickest route to getting your application running in Azure?

A. Serverless computing
B. Containers
C. Virtual machines
2. Imagine that you work on a photo-sharing application that runs on millions of mobile devices.
Demand is unpredictable because you see a spike in usage whenever a locally or nationally significant
event occurs. Which Azure compute resource is the best match for this workload?

A. Serverless computing
B. Containers
C. Virtual machines
3. The compute options give you different levels of control over the configuration of the environment in
which your application runs. Which of the following lists the compute options in order of your control
from "most control" to "least control"?

A. Serverless computing, containers, virtual machines


B. Containers, serverless computing, virtual machines
C. Virtual machines, containers, serverless computing

Core Cloud Services - Azure data storage options

1. Suppose you work at a startup with limited funding. Why might you prefer Azure data storage over an
on-premises solution?

A. To ensure you run on a specific brand of hardware, which will let you form a marketing
partnership with that hardware vendor.
B. The Azure pay-as-you-go billing model lets you avoid buying expensive hardware.
C. To get exact control over the location of your data store.
2. Which of the following situations would yield the most benefits from relocating an on-premises data
store to Azure?

A. Unpredictable storage demand that increases and decreases multiple times throughout the
year.
B. Long-term, steady growth in storage demand.
C. Consistent, unchanging storage demand.
3. A newly released mobile app using Azure data storage has just been mentioned by a celebrity on
social media, seeing a huge spike in user volume. To meet the unexpected new user demand, what
feature of pay-as-you-go storage will be most beneficial?

A. The ability to provision and deploy new infrastructure quickly


B. The ability to predict the service costs in advance
C. The ability to meet compliance requirements for data storage

Core Cloud Services - Azure networking options

1. What is an Azure region?

A. One or more Azure data centers within a specific geographical location.


B. A way of breaking networks into smaller networks.
C. Firewall rules which define the flow of traffic in and out of Azure.
2. Which of the following is true about virtual networks?

A. You configure virtual networks through software.


B. A virtual network accepts network traffic on all ports. You configure the firewall through virtual
machines.
C. Virtual networks are always reachable from the internet.
3. Which is true about Azure Load Balancer?

A. You must use Azure Load Balancer if you want to distribute traffic among your virtual machines
running in Azure.
B. Azure Load Balancer works with internet-facing traffic only.
C. Azure Load Balancer distributes traffic among similar systems, making your services more highly
available.
4. What is network latency?

A. The amount of data that can fit on the connection.


B. The distance data must travel to reach its destination.
C. The time it takes for data to travel over the network.
5. How does Azure Traffic Manager reduce latency?

A. It chooses only the fastest networks between endpoints.


B. It chooses the endpoint that's closest to the user's DNS server.
C. It caches content, similar to how content delivery networks work.

Security, responsibility, and trust in Azure

1. Cloud security is a shared responsibility between you and your cloud provider. Which category of
cloud services requires the greatest security effort on your part?

A. Infrastructure as a service (IaaS)


B. Platform as a service (PaaS)
C. Software as a service (SaaS)
2. Which of these options helps you most easily disable an account when an employee leaves your
company?

A. Enforce multi-factor authentication (MFA)


B. Monitor sign-on attempts
C. Use single sign-on (SSO)
3. Which of these approaches is the strongest way to protect sensitive customer data?

A. Encrypt data as it sits in your database


B. Encrypt data as it travels over the network
C. Encrypt data both as it sits in your database and as it travels over the network
4. There has been an attack on your public-facing website, and the application's resources have been
overwhelmed and exhausted, and are now unavailable to users. What service should you use to prevent
this type of attack?

A. DDoS protection
B. Azure Firewall
C. Network Security Group
D. Application Gateway
5. You want to store certificates in Azure to centrally manage them for your services. Which Azure
service should you use?

A. AIP
B. Azure AD
C. Azure Key Vault
D. Azure ATP

Apply and monitor infrastructure standards with Azure Policy

1. True or false: You can download published audit reports and other compliance-related information
related to Microsoft’s cloud service from the Service Trust Portal

A. True
B. False
2. Which Azure service allows you to configure fine-grained access management for Azure resources,
enabling you to grant users only the rights they need to perform their jobs?

A. Locks
B. Policy
C. Initiatives
D. Role-based Access Control
3. Which Azure service allows you to create, assign, and, manage policies to enforce different rules and
effects over your resources and stay compliant with your corporate standards and service-level
agreements (SLAs)?

A. Azure Policy
B. Azure Blueprints
C. Azure Security Center
D. Role-based Access Control
4. Which of the following services provides up-to-date status information about the health of Azure
services?

A. Compliance Manager
B. Azure Monitor
C. Service Trust Portal
D. Azure Service Health
5. Where can you obtain details about the personal data Microsoft processes, how Microsoft processes
it, and for what purposes?

A. Microsoft Privacy Statement


B. Compliance Manager
C. Azure Service Health
D. Trust Center

Control and organize Azure resources with Azure Resource Manager

Tags can be applied to any type of resource on Azure

A. True
B. False
2. Tags applied at a resource group level are propagated to resources within the resource group.

A. True
B. False
3. Which of the following is not a feature of resource groups?

A. Resources can be in only one resource group.


B. Resources can be moved from one resource group to another resource group.
C. Resource groups can be nested.
D. Role-based access control can be applied to the resource group.
4. Which of the following might be a good usage of tags?

A. Using tags to associate a cost center with resources for internal chargeback
B. Using tags in conjunction with Azure Automation to schedule maintenance windows
C. Using tags to store environment and department association
D. All of the above are good ways to use tags
5. Which of the following would be the most efficient way to ensure a naming convention was followed
across your subscription?

A. Send out an email with the details of your naming conventions and hope it is followed
B. Create a policy with your naming requirements and assign it to the scope of your subscription
C. Give all other users except for yourself read-only access to the subscription. Have all requests to
create resources sent to you so you can review the names being assigned to resources, and then
create them.
6. Which of the following would be good to put a resource lock on?

A. An ExpressRoute circuit with connectivity back to your on-premises network


B. A non-production virtual machine used to test occasional application builds
C. A storage account used to temporarily store images processed in a development environment

Predict costs and optimize spending for Azure

1. Which tab of the Azure pricing calculator will you use to put together your estimate?

A. Estimate
B. Products
2. True or false: You can share your estimate through an Excel spreadsheet or through a URL.

A. True
B. False

3. Azure Advisor provides recommendations for _________.

A. Costs only
B. High availability, security, performance, operational excellence, and cost
C. High availability, performance, and cost
4. Azure Cost Management allows you to _________.

A. See historical breakdowns of what services you are spending your money on.
B. See estimates of what your services might cost if you make a change.
5. Which one of these is not a cost-saving solution?

A. Deallocate virtual machines during off hours.


B. Use Azure Reserved Virtual Machine Instances.
C. Load balance your virtual machines for incoming messages.
D. Right-size underutilized virtual machines.
6. True or false: PaaS is generally less expensive than IaaS.

A. True
B. False
7. True or false: If you already have Windows Server licenses, you have to pay for them again on Azure.

A. True
B. False
8. True or false: Azure has money-saving options for test and development servers.

A. True
B. False
9. Which one of the following systems is used to determine Azure costs for each billing period?

A. The Azure website


B. Number of created virtual machines
C. The Azure pricing calculator
D. Usage meters
10. Which of the following factors affects costs?

A. Global infrastructure
B. Location
C. Availability zone
11. Complete the following sentence. As an Azure customer, Azure Reservations offer discounted prices
if you _________

A. Make upfront commitments on compute capacity


B. Provision many resources
C. Have a free account
D. Set Spending Limits
AZ - 900 Microsoft Azure Fundamentals Certification Mock Exam - set A Quiz
The ability to increase or decrease resources for any given workload. You can add additional resources
to service a workload or add additional capabilities to manage an increase in demand to the existing
resource. Doesn't have to be done automatically.

Scalability
Elasticity
Agility
Availability
The correct answer is Scalability..

Your company has several business units. Each business unit requires 20 different Azure resources for
daily operation. All the business units require the same type of Azure resources. You need to
recommend a solution to automate the creation of the Azure resources. What should you include in the
recommendations?

Azure Resource Manager templates


Virtual machine scale sets
The Azure API Management service
Management groups
The correct answer is Azure Resource Manager templates..

The ability to automatically or dynamically increase or decrease resources as needed. match the current
needs, and resources are added or removed automatically to meet future needs when it's needed, and
from the most advantageous geographic location.

Scalability
Elasticity
Agility
High Availability
The correct answer is Elasticity..

More than one subscription can trust the same directory.

True
False
The correct answer is True..
Your company hosts an accounting named App1 that is used by all the customers of the company. App1
has low usage during the first three weeks of each month and very high usage during the last week of
each month. Which benefit of Azure Cloud Services supports cost management for this type of usage
pattern?

High availability
High latency
Elasticity
Load balancing
The correct answer is Elasticity..

Which Azure service provides serverless computing functionalities.

Azure Functions
Azure AI Bot
Azure Machine learning
Azure IoT Hub
The correct answer is Azure Functions..

The ability to react quickly. Cloud services can allocate and deallocate resources quickly. They are
provided on-demand via self-service, so vast amounts of computing resources can be provisioned in
minutes. There is no manual intervention in provisioning or deprovisioning services.

Scalability
Elasticity
Agility
High Availability
The correct answer is Agility..

Which Azure service should you use to correlate events from multiple resources into a centralized
repository?

Azure Event Hubs


Azure Analysis Services
Azure Monitor
Azure Log Analytics
The correct answer is Azure Log Analytics..

A platform as a service (PaaS) solution that hosts web apps in Azure provides full control of the
operating systems that host applications.

Yes
No
The correct answer is No..
You plan to migrate a web application to Azure. The web application is accessed by external users. You
need to recommend a cloud deployment solution to minimize the amount of administrative effort used
to manage the web application. What should you include in the recommendation?

Software as a Service (SaaS)


Platform as a Service (PaaS)
Infrastructure as a Service (IaaS)
Database as a Service (DaaS)
The correct answer is Platform as a Service (PaaS)..

You need to recommend a solution that provides additional resources to your users. The solution must
minimize capital and operational expenditure costs. What should you include in the recommendation?

A complete migration to the public cloud


An additional data center
A private cloud
A hybrid cloud
The correct answer is A hybrid cloud..

Which Azure service processes data from millions of sensors.

Azure Functions
Azure AI Bot
Azure Machine learning
Azure IoT Hub
The correct answer is Azure IoT Hub..

To add additional capabilities to manage an increase in demand to the existing resource.

Scaling Up
Scaling Down
Scalability
Agility
The correct answer is Scaling Up..

What should you create if you have an Azure environment that contains 10 virtual networks and 100
virtual machines. You need to limit the amount of inbound traffic to all the Azure virtual networks.

One network security group (NSG)


10 virtual network gateways
10 Azure ExpressRoute circuits
One Azure firewall
The correct answer is One Azure firewall..
Azure pricing is the same, whether you create an Azure account through the Azure website or if you add
Azure to a Microsoft Enterprise Agreement.

True
False
The correct answer is True..

You have 1,000 virtual machines hosted on the Hyper-V hosts in a data center. You plan to migrate all
the virtual machines to an Azure pay-as-you-go subscription. You need to identify which expenditure
model to use for the planned Azure solution.

Which expenditure model should you identify?

Operational
Elastic
Capital
Scalable
The correct answer is Operational..

A free Azure account includes _________ in Azure credits.

$100
$200
$300
$400
The correct answer is $200..

You plan to migrate several servers from an on-premises network to Azure. You need to identify the
primary benefit of using a public cloud service for the servers. What should you identify?

The public cloud is owned by the public, NOT a private corporation.


The public cloud is a crowd-sourcing solution that provides corporations with the ability to enhance the
cloud.
All public cloud resources can be freely accessed by every member of the public.
The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in
the cloud.
The correct answer is The public cloud is a shared entity whereby multiple corporations each use a
portion of the resources in the cloud. ..
An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to
recommend which computer configuration to use to run the script.

Solution: Run the script from a computer that runs Linux and has the Azure CLI tools installed.

Does this meet the goal?

Yes
No
The correct answer is No..

An Azure subscription can only trust one directory.

True
False
The correct answer is True..

You plan to map a network drive from several computers that run Windows 10 to Azure Storage. You
need to create a storage solution in Azure for the planned mapped drive. What should you create?

An Azure SQL database


A virtual machine data disk
A Files service in a storage account
A Blobs service in a storage account
The correct answer is A Files service in a storage account..

A company can extend the computing resources of its internal network by using the public cloud.

Yes
No
The correct answer is Yes..

The credits provided as part of a free Azure account must be used within _______ days.

30
60
90
120
The correct answer is 30..
Which Azure service uses past trainings to provide predictions that have high probability.

Azure Functions
Azure AI Bot
Azure Machine Learning
Azure IoT Hub
The correct answer is Azure Machine Learning..

Azure VMs are billed by the __________.

Hour
Minute
Second
Day
The correct answer is Second..

Your company plans to deploy an Artificial Intelligence (AI) solution in Azure. What should the company
use to build, test, and deploy predictive analytics solutions?

Azure Logic Apps


Azure Machine Learning Studio
Azure Batch
Azure Cosmos DB
The correct answer is Azure Machine Learning Studio..

Stores random access files up to 8 TB in size; stores the Virtual Hard Drive (VHD) files serve as disks for
Azure Virtual Machines.

Block Blobs
Page Blobs
Append Blobs
None of the above
The correct answer is Page Blobs..

Which feature identifies VMs with low utilization?

Azure Cost Management


Azure Advisor
Azure Cost Analysis
Budgets
The correct answer is Azure Advisor..
Which Microsoft-affiliated forum is a good resource for Azure support, outside of support plan
channels?

Stack Overflow
MSDN
Experts Exchange
GitHub
The correct answer is MSDN..

Preview features are covered by the same SLAs as General Availability features.

True
False
The correct answer is False..

_____________ allows you to set cost alerts.

Azure Cost Management


Budgets
Azure Cost Analysis
Azure Advisor
The correct answer is Azure Cost Management..

Which calculator is used to estimate cost savings by migrating to Azure?

Azure Price Calculator


TCO Calculator
The correct answer is TCO Calculator..

Which support plan guarantees Sev A response times of less than 1 hour?

Basic
Standard
Professional
Developer
The correct answer is Standard..

Which support plan is best for organizations with substantial dependence on Azure across multiple
products?

Standard
Professional
Premier
Basic
The correct answer is Premier..

Which one is a characteristic of Public Cloud?

Dedicated Knowledge
Unsecured Connections
Limited Storage
Metered Pricing
The correct answer is Metered Pricing..

The ability to remain up and running even in the event of a component or service no longer functioning.
Typically, redundancy is built into cloud services architecture so if one component fails, a backup
component takes its place. The type of service is said to be tolerant of faults.

Scalability
Elasticity
Low Latency
Fault Tolerance
The correct answer is Fault Tolerance..

A globally distributed database service that supports schema-less data that lets organizations build
highly responsive and Always On applications to support constantly changing data.

Azure Cosmos DB
Azure SQL Database
None of the above
All of the above
The correct answer is Azure Cosmos DB..

Which Azure service provides a digital online assistant that provides speech support.

Azure Functions
Azure AI Bot
Azure Machine learning
Azure IoT Hub
The correct answer is Azure AI Bot..

If you create two Azure Virtual Machines that use the B2S size, each virtual machine will always
generate the same monthly costs.

Yes
No
The correct answer is No..
Stores text and binary data, up to about 4.7 TB and are made up of blocks of data that can be managed
individually.

Block Blobs
Page Blobs
Append Blobs
None of the above
The correct answer is Block Blobs..

You have an on-premises network that contains several servers. You plan to migrate all the servers to
Azure. You need to recommend a solution to ensure that some of the servers are available if a single
Azure data center goes offline for an extended period.

What should you include in the recommendation?

Fault Tolerance
Elasticity
Scalability
Low Latency
The correct answer is Fault Tolerance..

Which of the following provide all services around the globe with a fast connection?

Customer Latency Capabilities


Fault Tolerance
Disaster Recovery
None of the Above
The correct answer is Customer Latency Capabilities..

Which Azure management tools are capable of being run on Windows, Linux and Mac?

Powershell
Azure CLI
Both A & B
None of the above
The correct answer is Both A & B..

Azure provides flexibility between capital expenditure (CapEx) and operational expontidure (OpEx).

Yes
No
The correct answer is Yes..
A robust, fully managed, relational cloud database.

Azure Cosmos DB
Azure SQL Database
None of the above
All of the above
The correct answer is Azure SQL Database..

The ability to reach audiences around the globe.

Globility
Global Reach
Scalability
High Availability
The correct answer is Global Reach..

Optimized for storing massive amounts of unstructured data. Unstructured data is data that does not
adhere to a particular data model or definition, such as text or binary data.

Azure Blob Storage


Azure Cosmos DB
Azure SQL Database
None of the above
The correct answer is Azure Blob Storage..

Made up of blocks like block blobs but are optimized for append operations and are ideal for scenarios
such as logging data from virtual machines.

Block Blobs
Page Blobs
Append Blobs
None of the above
The correct answer is Append Blobs..

To what should an application connect to retrieve security tokens?

An Azure Storage account


Azure Active Directory (Azure AD)
A certificate store
An Azure key vault
The correct answer is Azure Active Directory (Azure AD)..
An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to
recommend which computer configuration to use to run the script.

Solution: Run the script from a computer that runs Chrome OS and uses Azure Cloud Shell.

Does this meet the goal?

Yes
No
The correct answer is No..
AZ - 900 Microsoft Azure
Fundamentals Certification Mock
Exam - set B Quiz
A platform as a service (PaaS) solution that hosts web apps in Azure
provides full control of the operating systems that host applications.

YES

NO

The correct answer is NO.


.

A platform as a service (PaaS) solution that hosts web apps in Azure


provides the ability to scale the platform automatically.

YES

NO

The correct answer is YES.


.

A platform as a service (PaaS) solution that hosts web apps in Azure


provides professional development services to continuously add
features to custom applications.

YES

NO

The correct answer is YES.


.
Azure provides flexibility between capital expenditure (CapEx) and
operational expenditure (OpEx).

YES

NO

The correct answer is YES.


.

If you create two Azure virtual machines that use the B2S size, each
virtual machine will always generate the same monthly costs.

YES

NO

The correct answer is NO.


.

When an Azure virtual machine is stopped, you continue to pay


storage costs associated to the virtual machine.

YES

NO

The correct answer is YES.


.

To achieve a hybrid cloud model, a company must always migrate


from a cloud model.

YES

NO

The correct answer is NO.


.
A company can extend the capacity of its internal network by using
the public cloud.

YES

NO

The correct answer is YES.


.

An azure storage account can contain up to 2 TB of data and up to


one million files.

YES

NO

The correct answer is NO.


.

To implement a hybrid cloud model, a company must always migrate


from a private cloud model.

YES

NO

The correct answer is NO.


.

A company can extend the computing resources of its internal


network by using the public cloud.

YES

NO

The correct answer is YES.


.
In a public cloud model, only guest users at your company can access
the resources in the cloud.

YES

NO

The correct answer is NO.


.

Azure resources can only access other resources in the same resource
group.

YES

NO

The correct answer is NO.


.

If you delete a resource group, all the resources in the resource group
will be deleted.

YES

NO

The correct answer is YES.


.

A resource group can contain resources from multiple Azure regions.

YES

NO

The correct answer is YES.


.
All the Azure resources deployed to a single resource group must
share the same Azure region.

YES

NO

The correct answer is NO.


.

If you assign a tag to a resource group, all the Azure resources in that
resource group are assigned to the same tag.

YES

NO

The correct answer is NO.


.

If you set permissions to a resource group, all the Azure resources in


that resource group inherit the permissions.

YES

NO

The correct answer is YES.


.

Azure Advisor provides recommendations on how to improve the


security of an Azure Active Directory (Azure AD) environment.

YES

NO

The correct answer is NO.


.
Azure Advisor provides recommendations on how to reduce the cost
of running Azure virtual machines.

YES

NO

The correct answer is YES.


.

Azure Advisor provides recommendations on how to configure the


network settings on Azure virtual machines.

YES

NO

The correct answer is NO.


.

Your company plans to migrate all its data and resources to Azure. The
company’s migration plan states that only platform as a service (PaaS)
solutions must be used in Azure. You need to deploy an Azure
environment that supports the planned migration.

Solution: You create an Azure App Service and Azure SQL databases.
Does this meet the goal?

YES

NO

The correct answer is YES.


.

Your company plans to migrate all its data and resources to Azure. The
company’s migration plan states that only platform as a service (PaaS)
solutions must be used in Azure. You need to deploy an Azure
environment that supports the planned migration.
Solution: You create an Azure App Service and Azure virtual machines
that have Microsoft SQL Server installed. Does this meet the goal?

YES

NO

The correct answer is NO.


.

Your company plans to migrate all its data and resources to Azure. The
company’s migration plan states that only platform as a service (PaaS)
solutions must be used in Azure. You need to deploy an Azure
environment that supports the planned migration.

Solution: You create an Azure App Service and Azure Storage accounts.
Does this meet the goal?

YES

NO

The correct answer is NO.


.

You plan to deploy several Azure virtual machines. You need to ensure
that the services running on the virtual machines are available if a
single data center fails.

Solution: You deploy the virtual machines to two or more scale sets.
Does this meet the goal?

YES

NO

The correct answer is NO.


.
You plan to deploy several Azure virtual machines. You need to ensure
that the services running on the virtual machines are available if a
single data center fails.

Solution: You deploy the virtual machines to two or more availability


zones. Does this meet the goal?

YES

NO

The correct answer is YES.


.

You plan to deploy several Azure virtual machines. You need to ensure
that the services running on the virtual machines are available if a
single data center fails.

Solution: You deploy the virtual machines to two or more regions.


Does this meet the goal?

YES

NO

The correct answer is NO.


.

You have an Azure environment. You need to create a new Azure


virtual machine from an Android laptop.

Solution: You use Bash in Azure Cloud Shell. Does this meet the goal?

YES

NO

The correct answer is YES.


.
Your Azure environment contains multiple Azure virtual machines. You
need to ensure that a virtual machine named VM1 is accessible from
the Internet over HTTP.

Solution: You modify a DDoS protection plan. Does this meet the goal?

YES

NO

The correct answer is NO.


.

You have an on-premises network that contains several servers. You


plan to migrate all the servers to Azure. You need to recommend a
solution to ensure that some of the servers are available if a single
Azure data center goes offline for an extended period. What should
you include in the recommendation?

fault tolerance

elasticity

scalability

low latency

The correct answer is fault tolerance.


.

What are two characteristics of the public cloud?

dedicated hardware

unsecured connections

limited storage

metered pricing

self-service management
The correct answer is metered pricing, self-service management.
.

Your company hosts an accounting named App1 that is used by all the
customers of the company. App1 has low usage during the first three
weeks of each month and very high usage during the last week of
each month. Which benefit of Azure Cloud Services supports cost
management for this type of usage pattern?

high availability

high latency

elasticity

load balancing

The correct answer is elasticity.


.

You plan to migrate a web application to Azure. The web application is


accessed by external users. You need to recommend a cloud
deployment solution to minimize the amount of administrative effort
used to manage the web application. What should you include in the
recommendation?

software as a service (SaaS)

platform as a service (PaaS)

infrastructure as a service (IaaS)

database as a service (DaaS)

The correct answer is platform as a service (PaaS).


.

You have an on-premises network that contains 100 servers. You need
to recommend a solution that provides additional resources to your
users. The solution must minimize capital and operational expenditure
costs. What should you include in the recommendation?

a complete migration to the public cloud

an additional data center

a private cloud

a hybrid cloud

The correct answer is a hybrid cloud.


.

You plan to migrate several servers from an on-premises network to


Azure. You need to identify the primary benefit of using a public cloud
service for the servers. What should you identify?

The public cloud is owned by the public, NOT a private corporation

The public cloud is a crowd-sourcing solution that provides corporations with the ability to
enhance the cloud

All public cloud resources can be freely accessed by every member of the public

The public cloud is a shared entity whereby multiple corporations each use a portion of the
resources in the cloud

The correct answer is The public cloud is a shared entity whereby multiple
corporations each use a portion of the resources in the cloud.
.

You have 1,000 virtual machines hosted on the Hyper-V hosts in a


data center. You plan to migrate all the virtual machines to an Azure
pay-as-you-go subscription. You need to identify which expenditure
model to use for the planned Azure solution. Which expenditure
model should you identify?

operational

elastic
capital

scalable

The correct answer is operational.


.

Your company has an on-premises network that contains multiple


servers. The company plans to reduce the following administrative
responsibilities of network administrators:

a. Backing up application data


b. Replacing failed server hardware
c. Managing physical server security
d. Updating server operating systems
e. Managing permissions to shared documents

The company plans to migrate several servers to Azure virtual


machines. You need to identify which administrative responsibilities
will be reduced after the planned migration. Which two responsibilities
should you identify? Each correct answer presents a complete solution.

Replacing failed server hardware

Backing up application data

Managing physical server security

Updating server operating systems

Managing permissions to shared documents

The correct answer is Replacing failed server hardware, Managing physical server
security.
.
Your company plans to deploy an Artificial Intelligence (AI) solution in
Azure. What should the company use to build, test, and deploy
predictive analytics solutions?

Azure Logic Apps

Azure Machine Learning Studio

Azure Batch

Azure Cosmos DB

The correct answer is Azure Machine Learning Studio.


.

Your company plans to move several servers to Azure. The company’s


compliance policy states that a server named FinServer must be on a
separate network segment. You are evaluating which Azure services
can be used to meet the compliance policy requirements. Which Azure
solution should you recommend?

a resource group for FinServer and another resource group for all the other servers

a virtual network for FinServer and another virtual network for all the other servers

a VPN for FinServer and a virtual network gateway for each other server

one resource group for all the servers and a resource lock for FinServer

The correct answer is a virtual network for FinServer and another virtual network for
all the other servers.
.

You plan to map a network drive from several computers that run
Windows 10 to Azure Storage. You need to create a storage solution
in Azure for the planned mapped drive. What should you create?

an Azure SQL database

a virtual machine data disk


a Files service in a storage account

a Blobs service in a storage account

The correct answer is a Files service in a storage account.


.

Your company plans to migrate all its network resources to Azure. You
need to start the planning process by exploring Azure. What should
you create first?

a subscription

a resource group

a virtual network

a management group

The correct answer is a subscription.


.

You have an on-premises application that sends email notifications


automatically based on a rule. You plan to migrate the application to
Azure. You need to recommend a serverless computing solution for
the application. What should you include in the recommendation?

a web app

a server image in Azure Marketplace

a logic app

an API app

The correct answer is a logic app.


.

You plan to deploy a website to Azure. The website will be accessed by


users worldwide and will host large video files. You need to
recommend which Azure feature must be used to provide the best
video playback experience. What should you recommend?

an application gateway

an Azure ExpressRoute circuit

a content delivery network (CDN)

an Azure Traffic Manager profile

The correct answer is a content delivery network (CDN).


.

Your company plans to deploy several million sensors that will upload
data to Azure. You need to identify which Azure resources must be
created to support the planned solution. Which two Azure resources
should you identify? Each correct answer presents part of the solution.

Azure Data Lake

Azure Queue storage

Azure File Storage

Azure IoT Hub

Azure Notification Hubs

The correct answer is Azure Queue storage, Azure IoT Hub.

You might also like