AZ-103 Exam QuestionsBrowse all questions from this exam

AZ-103 Exam - Question 184


HOTSPOT -

You need to recommend a solution for App1. The solution must meet the technical requirements.

What should you include in the recommendation? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Exam AZ-103 Question 184
Show Answer
Correct Answer:
Exam AZ-103 Question 184

This reference architecture shows how to deploy VMs and a virtual network configured for an N-tier application, using SQL Server on Windows for the data tier.

Exam AZ-103 Question 184

Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers:

✑ A SQL database

✑ A web front end

✑ A processing middle tier

Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.

Technical requirements include:

✑ Move all the virtual machines for App1 to Azure.

✑ Minimize the number of open ports between the App1 tiers.

Reference:

https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server

Manage identities

Discussion

5 comments
Sign in to comment
CarlosBarrero
Jun 16, 2020

number virtualnetworks is 1 and subnets 3 ?

macco455
Jun 19, 2020

Answer is correct.

[Removed]
Jul 7, 2020

Yes, APP1 is 3 tier app.

TinyTrexArmz
Aug 9, 2020

The problem is that this case study says there are three tiers but only tells you about two. Other websites show a data tier that is not listed on this site. So, you might get 1-3 or 1-2 depending on how you read the case study.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

TinyTrexArmz
Aug 9, 2020

The problem is that this case study says there are three tiers but only tells you about two. Other websites show a data tier that is not listed on this site. So, you might get 1-3 or 1-2 depending on how you read the case study.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

[Removed]
Jul 7, 2020

Yes, APP1 is 3 tier app.

TinyTrexArmz
Aug 9, 2020

The problem is that this case study says there are three tiers but only tells you about two. Other websites show a data tier that is not listed on this site. So, you might get 1-3 or 1-2 depending on how you read the case study.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

TinyTrexArmz
Aug 9, 2020

The problem is that this case study says there are three tiers but only tells you about two. Other websites show a data tier that is not listed on this site. So, you might get 1-3 or 1-2 depending on how you read the case study.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

TinyTrexArmz
Aug 9, 2020

Correction: It does show it (data tier is listed as "a SQL Database"), but the formatting is odd on this site and makes it look like it was put there by mistake and is not part of the tier list. If you read carefully, you would come up with 1-3. I obviously did not and came up with 1-2.

Rajat0702
Aug 2, 2020

Should be 1 and 2 ,microsoft sql server is managed service and does not required a new subnet.

sarah_t
Aug 8, 2020

It says "Each tier is comprised of five virtual machines." this includes the DB tier.

_syamantak
Aug 7, 2020

Wrong answers. No of VNet : 1 , No of Subnet : 2 First of all, SQL server is a managed service and we can not put it to specific subnet. Also, if at all it needed a subnet (assuming sqlserver database into a vm), we still could put in the same subnet of the Middle Tier. Middle tier is not accessible to the users.

TzzZ
Aug 23, 2020

1d10t 3 tiers plus gateway subnet and jumpbox subnet, should be 5, but 3 is ok in the answer

xiaolin
Aug 23, 2020

SQL Server - 5 vms, it's iaas not paas

I
Feb 26, 2021

Answers are correct! 3 tiers so 3 subnets in 1 vitual network.

_cube_
Sep 23, 2021

Who stops you to put all the tiers in the same subnet though? It just says the frontend ties is accessed via HTTPS so just create an NSG for them and put everything in the same subnet.