Azure QA Assingnment
Azure QA Assingnment
and Az-1…
Azure Bundle Prep for AZ-900 , AZ-103
and Az-104
Your progress
Instructions
Submission
Instructor example
Give feedback
Instructor example
You host a service with two Azure virtual machines. You discover that occasional outages
cause your service
to fail. What two actions can you do to minimize the impact of the outages?
You host a service with two Azure virtual machines. You discover that occasional outages
cause your
service to fail. What two actions can you do to minimize the impact of the outages?
Explanation
To minimize the impact put the virtual machines in an availability set and add a load balancer
You are researching Microsoft Azure for your company. The company is considering
deploying Windows-
based VMs in Azure. However, before moving forward, the management team has asked you
to
research the costs associated with Azure VMs. You need to document the configuration
options that are
likely to save the company money on their Azure VMs. Which options should you
document? (Each answer
You are researching Microsoft Azure for your company. The company is considering
deploying Windows-
based VMs in Azure. However, before moving forward, the management team has asked you
to
research the costs associated with Azure VMs. You need to document the configuration
options that are
likely to save the company money on their Azure VMs. Which options should you
document? (Each
Explanation
In this scenario, you need to document which of the options presented are likely to save the
company
money for their Azure VMs. While this isn’t an exhaustive list, the correct money-saving
configuration
options are: Use HDD instead of SSD, use different Azure regions, use the least powerful
VMs that meet your
requirements, and bring your own Windows license (instead of paying for a license with the
VM). The other
You are planning to deploy several Linux VMs in Azure. The security team issues a policy
that Linux VMs
must use an authentication system other than passwords. You need to deploy an
authentication method for
the Linux VMs to meet the requirement. Which authentication method should you use? Select
one.
You are planning to deploy several Linux VMs in Azure. The security team issues a policy
that Linux VMs
must use an authentication system other than passwords. You need to deploy an
authentication method
for the Linux VMs to meet the requirement. Which authentication method should you use?
Select one.
Access keys
Explanation
Azure supports two authentication methods for Linux VMs - passwords and SSH (via an SSH
key pair).
Access keys and shared access signatures are access methods for Azure storage, not for
Azure VMs. In this
scenario, you need to use an SSH key pair to meet the requirement.
You deploy a new VM with default settings to a resource group named RG1. You validate
that you can
connect to it by using Remote Desktop Connection. However, when you attempt to connect
to it through
PowerShell remoting, the connection fails. You need to ensure that you can manage the VM
by using
Create an inbound security rule to allow TCP port 80 and TCP port 443.
Create an inbound security rule to allow TCP port 5985 and TCP port 5986.
Create an inbound security rule to allow TCP port 3389.
Create an inbound security rule to allow TCP port 20 and TCP port 21.
You deploy a new VM with default settings to a resource group named RG1. You validate
that you can
connect to it by using Remote Desktop Connection. However, when you attempt to connect
to it through
PowerShell remoting, the connection fails. You need to ensure that you can manage the VM
by using
Create an inbound security rule to allow TCP port 80 and TCP port 443.
■■ Create an inbound security rule to allow TCP port 5985 and TCP port 5986.
Create an inbound security rule to allow TCP port 20 and TCP port 21.
Explanation
This was not explicitly covered in the course materials, but is an interesting learning point.
PowerShell
Remoting requires TCP port 5985 and TCP port 5986. While you can customize the ports,
this scenario
presents the default configuration. Some administrators opt to use TCP port 80 and TCP port
443 because
Your company has Windows Server 2012 R2 VMs and Ubuntu Linux VMs in Microsoft
Azure. The company
has a new project to standardize the configuration of servers across the Azure environment.
The company
opts to use Desired State Configuration (DSC) across all VMs. You need to ensure that DSC
can be used
across all the VMs. What two things should you do?
Replace the Ubuntu VMs with Red Hat Enterprise Linux VMs.
Replace the Windows Server 2012 R2 VMs with Windows Server 2016 VMs.
Your company has Windows Server 2012 R2 VMs and Ubuntu Linux VMs in Microsoft
Azure. The company
has a new project to standardize the configuration of servers across the Azure environment.
The
company opts to use Desired State Configuration (DSC) across all VMs. You need to ensure
that DSC can
be used across all the VMs. What two things should you do?
Replace the Ubuntu VMs with Red Hat Enterprise Linux VMs.
Replace the Windows Server 2012 R2 VMs with Windows Server 2016 VMs.
Explanation
Desired State Configuration (DSC) is available for Windows Server and Linux-based VMs.
In this scenario,
you just need to deploy the extensions to the existing VMs to start using DSC.
Another IT administrator creates an Azure virtual machine scale set with 5 VMs. Later, you
notice that the
VMs are all running at max capacity with the CPU being fully consumed. However,
additional VMs are not
deploying in the scale set. You need to ensure that additional VMs are deployed when the
CPU is 75%
VMs are all running at max capacity with the CPU being fully consumed. However,
additional VMs are not
deploying in the scale set. You need to ensure that additional VMs are deployed when the
CPU is 75%
Explanation
When you have a scale set, you can enable automatic scaling with the autoscale option. When
you enable
the option, you define the parameters for when to scale. To meet the requirements of this
scenario, you
need to enable the autoscale option so that additional VMs are created when the CPU is 75%
consumed.
Note that the automation script is used to automate the deployment of scale sets and not
related to
Your company is preparing to deploy an application to Microsoft Azure. The app is a self-
contained unit that
runs independently on several servers. The company is moving the app to the cloud to
provide better
performance. To get better performance, the team has the following requirements:
●● If the CPU across the servers goes above 85%, a new VM should be deployed to provide
additional
resources.
●● If the CPU across the servers drops below 15%, an Azure VM running the app should be
decommissioned
to reduce costs.
You need to deploy a solution to meet the requirements while minimizing the administrative
overhead to
implement and manage the solution. What should you do? Select one.
Deploy the app and use PowerShell Desired State Configuration (DSC).
Your company is preparing to deploy an application to Microsoft Azure. The app is a self-
contained unit
that runs independently on several servers. The company is moving the app to the cloud to
provide
better performance. To get better performance, the team has the following requirements:
You need to deploy a solution to meet the requirements while minimizing the administrative
overhead to
implement and manage the solution. What should you do? Select one.
Deploy the app and use PowerShell Desired State Configuration (DSC).
Explanation
In this scenario, you should use a scale set for the VMs. Scale sets can scale up or down,
based on defined
criteria (such as the existing set of VMs using a large percentage of the available CPU). This
meets the
scenario’s requirements.
Your company is deploying a critical business application to Microsoft Azure. The uptime of
the application
●● 2 application servers
●● 2 database servers
You need to design the layout of the VMs to meet the following requirements:
You need to deploy the VMs to meet the requirements. What should you do? Select one.
Deploy 1 VM from each tier into one availability set and the remaining VMs into a separate
availability
set.
Deploy the VMs from each tier into a dedicated availability set for the tier.
Deploy the application and database VMs in one availability set and the web VMs into a
separate
availability set.
Deploy a load balancer for the web VMs and an availability set to hold the application and
database
VMs.
Your company is deploying a critical business application to Microsoft Azure. The uptime of
the application
You need to design the layout of the VMs to meet the following requirements:
You need to deploy the VMs to meet the requirements. What should you do? Select one.
Deploy 1 VM from each tier into one availability set and the remaining VMs into a separate
availability
set.
■■ Deploy the VMs from each tier into a dedicated availability set for the tier.
Deploy the application and database VMs in one availability set and the web VMs into a
separate
availability set.
Deploy a load balancer for the web VMs and an availability set to hold the application and
database
VMs.
Explanation
An availability set should hold VMs in the same tier because that ensures that the VMs are
not dependent
on the same physical hardware. If you deploy VMs in a single tier across multiple availability
sets, then you
have a chance of a tier becoming unavailable due to a hardware issue. In this scenario, each
tier should
have a dedicated availability set (Web availability set, app availability set, database
availability set).
You deploy an Azure VM into an availability set. The VM is the only VM in the availability
set. The VM runs
During an Azure planned maintenance event, the VM experiences downtime. The company
issues a new
You need to reconfigure your environment to meet the new requirements. What should you
do? (Each
You deploy an Azure VM into an availability set. The VM is the only VM in the availability
set. The VM runs
During an Azure planned maintenance event, the VM experiences downtime. The company
issues a new
You need to reconfigure your environment to meet the new requirements. What should you
do? (Each
Explanation
When an availability set only has a single member, an outage might occur during an Azure
planned
maintenance event. To ensure the app has at least one server available during a planned
maintenance
event, you should add a second VM to the same availability set. Instead of adding a second
VM, you can
convert the VM storage to premium storage. VMs with premium storage will remain
available during a
plan to document it. First, you are documenting the virtual machine details. You need to go
gather the
details of the VM data disks. Which type of storage should you review for the data disks?
Select one.
Azure CDN
Blob storage
Table storage
Queue storage
You begin a new job at a company. You are exploring the existing Microsoft Azure
implementation with a
plan to document it. First, you are documenting the virtual machine details. You need to go
gather the
details of the VM data disks. Which type of storage should you review for the data disks?
Select one.
Azure CDN
■■ Blob storage
Table storage
Queue storage
Explanation
VM data disks are stored in blob storage. Thus, to obtain details of the existing VM storage,
you need to
Your submission
AW
Ajit Wader
Posted a few seconds ago
You host a service with two Azure virtual machines. You discover that occasional outages
cause your service
to fail. What two actions can you do to minimize the impact of the outages?
You are researching Microsoft Azure for your company. The company is considering
deploying Windows-
based VMs in Azure. However, before moving forward, the management team has asked you
to
research the costs associated with Azure VMs. You need to document the configuration
options that are
likely to save the company money on their Azure VMs. Which options should you
document? (Each answer
You are planning to deploy several Linux VMs in Azure. The security team issues a policy
that Linux VMs
must use an authentication system other than passwords. You need to deploy an
authentication method for
the Linux VMs to meet the requirement. Which authentication method should you use? Select
one.
Access keys
You deploy a new VM with default settings to a resource group named RG1. You validate
that you can
connect to it by using Remote Desktop Connection. However, when you attempt to connect
to it through
PowerShell remoting, the connection fails. You need to ensure that you can manage the VM
by using
Create an inbound security rule to allow TCP port 80 and TCP port 443.
Create an inbound security rule to allow TCP port 5985 and TCP port 5986.
Create an inbound security rule to allow TCP port 20 and TCP port 21.
Create an inbound security rule to allow TCP port 5985 and TCP port 5986.
Your company has Windows Server 2012 R2 VMs and Ubuntu Linux VMs in Microsoft
Azure. The company
has a new project to standardize the configuration of servers across the Azure environment.
The company
opts to use Desired State Configuration (DSC) across all VMs. You need to ensure that DSC
can be used
across all the VMs. What two things should you do?
Replace the Ubuntu VMs with Red Hat Enterprise Linux VMs.
Replace the Windows Server 2012 R2 VMs with Windows Server 2016 VMs.
Another IT administrator creates an Azure virtual machine scale set with 5 VMs. Later, you
notice that the
VMs are all running at max capacity with the CPU being fully consumed. However,
additional VMs are not
deploying in the scale set. You need to ensure that additional VMs are deployed when the
CPU is 75%
Your company is preparing to deploy an application to Microsoft Azure. The app is a self-
contained unit that
runs independently on several servers. The company is moving the app to the cloud to
provide better
performance. To get better performance, the team has the following requirements:
●● If the CPU across the servers goes above 85%, a new VM should be deployed to provide
additional
resources.
●● If the CPU across the servers drops below 15%, an Azure VM running the app should be
decommissioned
to reduce costs.
You need to deploy a solution to meet the requirements while minimizing the administrative
overhead to
implement and manage the solution. What should you do? Select one.
Deploy the app and use PowerShell Desired State Configuration (DSC).
Deploy the app and use PowerShell Desired State Configuration (DSC).
Your company is deploying a critical business application to Microsoft Azure. The uptime of
the application
●● 2 web servers
●● 2 application servers
●● 2 database servers
You need to design the layout of the VMs to meet the following requirements:
You need to deploy the VMs to meet the requirements. What should you do? Select one.
Deploy 1 VM from each tier into one availability set and the remaining VMs into a separate
availability
set.
Deploy the VMs from each tier into a dedicated availability set for the tier.
Deploy the application and database VMs in one availability set and the web VMs into a
separate
availability set.
Deploy a load balancer for the web VMs and an availability set to hold the application and
database
VMs.
Deploy the application and database VMs in one availability set and the web VMs into a
separate
You deploy an Azure VM into an availability set. The VM is the only VM in the availability
set. The VM runs
During an Azure planned maintenance event, the VM experiences downtime. The company
issues a new
You need to reconfigure your environment to meet the new requirements. What should you
do? (Each
You begin a new job at a company. You are exploring the existing Microsoft Azure
implementation with a
plan to document it. First, you are documenting the virtual machine details. You need to go
gather the
details of the VM data disks. Which type of storage should you review for the data disks?
Select one.
Azure CDN
Blob storage
Table storage
Queue storage
Blob storage
AW
Fullscreen
About this course
Prepare and Learn for Azure certifications - Learn it the right way
By the numbers
Skill level: Intermediate Level
Students: 7693
Languages: English
Captions: Yes
Practice tests: 2
Questions: 19
Lectures: 277
Video: 18 total hours
Certificates
Features
Available on iOS and Android
Description
This Course is Now Upgraded to Az 104
Note : This course will continuously get updated to add new modules in Azure. Cloud is a
moving target and hence any content that is obsolete will removed and new content will be
appended right here.
The idea is to make this a full blown Azure course that includes all the aspects of Azure
infrastructure including , VM creating, managing networks, Azure AD , monitoring, Security,
app deployment, Load balancer , WAF, Autoscaling etc.
This course goes through all of the "Nit and Grit " needed to take and pass the Microsoft
certification exam, Azure Bundle Prep for AZ-900 , AZ-101 , AZ-102 , AZ-103 , Az 104
and 70-533 . and Remember, Its not about just passing the exam. Its about excelling in your
job in Azure. So you will get pointers to what is exactly done in real life with Azure GUI , PS
and Azure CLI.
Paulo de Sousa Ribeiro : The course is excellent. Beginning with the distribution of the
topics of the exam 70-533 (starting with VNETs, which is the basics for understanding the
other topics of the course) - explaining all of them in a simple, straightforward and easy to
understand. It was the best course I've done so far.
Alex : Very nice course. It takes student in the journey through Azure from A-Z. All the
most important Azure service offerings are explained very well. In my opinion after the
course student will have possibility to expand his/her knowledge about azure in conscious
way.Good job, thanks!
Stay tuned and I will keep you posted when I have new materials uploaded to it.
Thank You.
----------------------------------------------------------------------------------------------------------------
-------------
Update1 : Added Vnet section: You will learn everything about virtual networks , P2S , S2S
and Express Route here.
This Course is focused on teaching Microsoft Azure and preparing you for 70-533
Exam.
Any one who wishes to pass 70-533 and get in depth coverage of MS - Azure
infrastructure.
Members of Ops and Infra team who want to dive into Microsoft cloud
Any one who wants to do hands on along with detailed understanding of MS Azure.
Instructor
In addition, he has been developing and updating the content for various courses. He has been
assisting many engineers in the lab examinations and securing certifications.
Anand Rao has delivered instructor led trainings in several states in India as well as several
countries like USA, Bahrain, Kenya and UAE. He has worked as a Microsoft Certified
Trainer globally for Corporate Major Clients.
Note: Anand also manages channel "The Cloud Mentor" in youtube. Feel free to subscribe to
AWS and Azure. Share, Learn, Subscribe.
WWW.THECLOUDMENTOR.COM
Udemy Business
Teach on Udemy
Get the app
About us
Contact us
Careers
Blog
Help and Support
Affiliate
Terms
Privacy policy
Sitemap