0% found this document useful (0 votes)
433 views22 pages

Azure QA Assingnment

Uploaded by

Ajit W
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
433 views22 pages

Azure QA Assingnment

Uploaded by

Ajit W
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 22

Azure Bundle Prep for AZ-900 , AZ-103

and Az-1…
Azure Bundle Prep for AZ-900 , AZ-103
and Az-104

Your progress

 Instructions
 Submission
 Instructor example
 Give feedback

How did you do?


Compare the instructor's example to your own

Instructor example

Anand Rao Nednur

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?

Add a load balancer.

Put the virtual machines in an availability set.

Put the virtual machines in a scale set.

Add a network gateway.

Add a third instance of the virtual machine.

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?

■■ Add a load balancer.

■■ Put the virtual machines in an availability set.

Put the virtual machines in a scale set.

Add a network gateway.

Add a third instance of the virtual machine.

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

presents part of the solution. Choose four.)

Use HDD instead of SSD for VM storage.

Use unmanaged premium storage instead of managed standard storage.

Bring your own Windows custom images.

Use different Azure regions.

Use the least powerful VMs that meet your requirements.

Place all VMs in the same resource group.

Bring your own Windows license for each VM.

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 presents part of the solution. Choose four.)

■■ Use HDD instead of SSD for VM storage.

Use unmanaged premium storage instead of managed standard storage.

Bring your own Windows custom images.

■■ Use different Azure regions.

■■ Use the least powerful VMs that meet your requirements.

Place all VMs in the same resource group.

■■ Bring your own Windows license for each VM.

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

options usually increase cost.

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.

SSH key pair

Azure multi-factor authentication


Access keys

Shared access signature

Security vault certificate

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.

■■ SSH key pair

Azure multi-factor authentication

Access keys

Shared access signature

Security vault certificate

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

PowerShell remoting. What should you do? Select one.

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

PowerShell remoting. What should you do? Select one.

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.

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

of their familiarity with them.

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.

Deploy the DSC extension for Windows Server VMs.


Deploy the DSC extension for 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.

■■ Deploy the DSC extension for Windows Server VMs.

■■ Deploy the DSC extension for 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%

consumed. What should you do? Select one.

Enable the autoscale option.

Increase the instance count.

Add the scale set automation script to the library.

Deploy the scale set automation script.


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%

consumed. What should you do? Select one.

■■ Enable the autoscale option.

Increase the instance count.

Add the scale set automation script to the library.

Deploy the scale set automation script.

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

automating the building of additional VMs in the scale set.

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 in a virtual machine scale set.

Deploy the app in a virtual machine availability set.

Deploy the app by using a resource manager template.

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 in a virtual machine scale set.

Deploy the app in a virtual machine availability set.

Deploy the app by using a resource manager template.

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

is of utmost importance. The application has the following components:


●● 2 web servers

●● 2 application servers

●● 2 database servers

You need to design the layout of the VMs to meet the following requirements:

●● Each VM in a tier must run on different hardware

●● Uptime for the application must be maximized

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

is of utmost importance. The application has the following components:

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

an application named App1. The VM has the following characteristics:

●● The VM uses Azure standard storage.

●● The VM does not have any data disks.

●● The VM was built with a custom image.

During an Azure planned maintenance event, the VM experiences downtime. The company
issues a new

requirement for App1:

●● App1 must remain available during Azure planned maintenance events

You need to reconfigure your environment to meet the new requirements. What should you
do? (Each

answer presents a complete solution. Choose two.)

Deploy a second Azure VM and add it to the same availability set.

Deploy a second Azure VM and add it to the same update domain.

Deploy a second Azure VM and add it to the same fault domain.


Convert the VM storage to premium storage.

Convert the VM to a Standard size or higher.

Convert the VM storage to use zone redundant storage.

You deploy an Azure VM into an availability set. The VM is the only VM in the availability
set. The VM runs

an application named App1. The VM has the following characteristics:

During an Azure planned maintenance event, the VM experiences downtime. The company
issues a new

requirement for App1:

You need to reconfigure your environment to meet the new requirements. What should you
do? (Each

answer presents a complete solution. Choose two.)

■■ Deploy a second Azure VM and add it to the same availability set.

Deploy a second Azure VM and add it to the same update domain.

Deploy a second Azure VM and add it to the same fault domain.

■■ Convert the VM storage to premium storage.

Convert the VM to a Standard size or higher.

Convert the VM storage to use zone redundant storage.

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

planned maintenance event.


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

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

look at the blob storage for the storage account(s).

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?

Add a load balancer.

Put the virtual machines in an availability set.

Put the virtual machines in a scale set.

Add a network gateway.

Add a third instance of the virtual machine.

Put the virtual machines in an availability set.

Add a network gateway.

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

presents part of the solution. Choose four.)

Use HDD instead of SSD for VM storage.

Use unmanaged premium storage instead of managed standard storage.

Bring your own Windows custom images.

Use different Azure regions.

Use the least powerful VMs that meet your requirements.

Place all VMs in the same resource group.

Bring your own Windows license for each VM.

Use unmanaged premium storage instead of managed standard storage

Bring your own Windows custom images.


Use the least powerful VMs that meet your requirements.

Bring your own Windows license for each VM.

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.

SSH key pair

Azure multi-factor authentication

Access keys

Shared access signature

Security vault certificate

Azure multi-factor authentication

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

PowerShell remoting. What should you do? Select one.

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.

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.

Deploy the DSC extension for Windows Server VMs.

Deploy the DSC extension for Linux VMs.

Replace the Windows Server 2012 R2 VMs with Windows Server 2016 VMs.

Deploy the DSC extension for Windows Server VMs.

Deploy the DSC extension for Linux 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%

consumed. What should you do? Select one.

Enable the autoscale option.

Increase the instance count.

Add the scale set automation script to the library.

Deploy the scale set automation script.

Enable the autoscale option

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 in a virtual machine scale set.

Deploy the app in a virtual machine availability set.

Deploy the app by using a resource manager template.

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

is of utmost importance. The application has the following components:

●● 2 web servers

●● 2 application servers

●● 2 database servers

You need to design the layout of the VMs to meet the following requirements:

●● Each VM in a tier must run on different hardware

●● Uptime for the application must be maximized

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

an application named App1. The VM has the following characteristics:

●● The VM uses Azure standard storage.

●● The VM does not have any data disks.

●● The VM was built with a custom image.

During an Azure planned maintenance event, the VM experiences downtime. The company
issues a new

requirement for App1:

●● App1 must remain available during Azure planned maintenance events

You need to reconfigure your environment to meet the new requirements. What should you
do? (Each

answer presents a complete solution. Choose two.)

Deploy a second Azure VM and add it to the same availability set.

Deploy a second Azure VM and add it to the same update domain.

Deploy a second Azure VM and add it to the same fault domain.

Convert the VM storage to premium storage.

Convert the VM to a Standard size or higher.

Convert the VM storage to use zone redundant storage.

Deploy a second Azure VM and add it to the same availability set.


Convert the VM storage to premium 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

Blob storage

How did you do on this exercise?

Take a moment to reflect on what you learned from this exercise

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

Get Udemy certificate by completing entire course

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. 

What people are saying about this course :

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. 

Santosh Kumar : Cant get simpler than this.

explained very well....Thanks

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. 

Update 2: Added Virtual Machines section

Update 3 : Added Storage Accounts


Update 4 : Added Load Balancers

Update 5 : Added Web Apps

Update 6 : Added Traffic Manager

Update 7 :  SQL Databases

Update 8 : Azure active directory

Update 9 :  Azure Recovery Services

Update 10 :  Azure Security Center

Update 11 : Infrastructure As A Code -  With ARM Templates and Powershell

Az 104 update : Serverless Computing

What you’ll learn

 Get indepth knowledge of Microsoft Azure


 Understand best practices in implementing various service offering from Microsoft
Azure
 Become a certified engineer in Microsoft Azure
 Azure is a moving target. This course will be change as Azure evolves

Are there any course requirements or prerequisites?

 Be Passionate and eager to learn Microsoft's cloud / AZURE platform


 Subscription to Microsoft Azure account

Who this course is for:

 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

Anand Rao Nednur

Cloud Architect on AWS, Azure and GCP


Anand Rao is a senior technical instructor and cloud consultant. He has worked with large
enterprises for about 15 years and has a wide range of technologies in his portfolio. Anand is
adept at not just cloud platforms (Azure , AWS and GCP) but also well-versed with IAM,
security and automation with powershell and python.

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.

Anand is also a Certified seasoned professional holding certifications in following platforms:

     Microsoft Certified Trainer ( MCT )


     SY0-401 : CompTIA Security +
     Scrum Certified master ( SCRUM )
     ITIL V3 
     Certified Network Defender ( CND – EC-Council )

     Certified Ethical hacker  ( CEH – EC-Council )


     70-640 MS Active Directory
     70-533 MS Azure Administration
     70-534 MS Azure Architecture
     AWS certified solutions Architect – Associate
     AWS certified sysops administrator – Associate
     Google Cloud Platform-Cloud Architect (GCP)
     Certified Cloud Security Knowledge ( CCSK )

Note: Anand also manages channel "The Cloud Mentor" in youtube. Feel free to subscribe to
AWS and Azure. Share, Learn, Subscribe. 

WWW.THECLOUDMENTOR.COM

Teach the world online


Create an online video course, reach students across the globe, and earn money
Top companies choose Udemy Business to build in-demand career skills.

 Udemy Business
 Teach on Udemy
 Get the app
 About us
 Contact us

 Careers
 Blog
 Help and Support
 Affiliate

 Terms
 Privacy policy

 Sitemap

© 2021 Udemy, Inc.

You might also like