exam questions

Exam AZ-900 All Questions

View all questions & answers for the AZ-900 exam

Exam AZ-900 topic 1 question 7 discussion

Actual exam question from Microsoft's AZ-900
Question #: 7
Topic #: 1
[All AZ-900 Questions]

Your developers have created 10 web applications that must be host on Azure.
You need to determine which Azure web tier plan to host the web apps. The web tier plan must meet the following requirements:
✑ The web apps will use custom domains.
✑ The web apps each require 10 GB of storage.
✑ The web apps must each run in dedicated compute instances.
✑ Load balancing between instances must be included.
✑ Costs must be minimized.
Which web tier plan should you use?

  • A. Standard
  • B. Basic
  • C. Free
  • D. Shared
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BinuRaj
Highly Voted 8 months, 3 weeks ago
Please read the requirements: Many are not noting here the load balancing fact. The web apps will use custom domains. (Basic, Shared and standard Support custom domain) The web apps each require 10 GB of storage. (basic and standard support this) The web apps must each run in dedicated compute instances.(basic support 3 instance max where standard support 10max) Load balancing between instances must be included. (free, shared and basic dont support load balancing. standard and above tier only support load balancing/autosacling) Costs must be minimized. Standard is less costier than premimum and isolated. I hope this is clear to chose the correct answer as STANDARD. https://azure.microsoft.com/en-us/pricing/details/app-service/windows/
upvoted 455 times
Walter_Gui
3 years, 2 months ago
Maybe all the answers are not correct, yet we must select A(STANDARD). The web apps each require 10 GB of storage. So, none of the answers can meet the requirement, because "The storage limit is the total content size across all apps in the same App service plan." For more information,
upvoted 6 times
...
Kashif_Khan
3 years, 10 months ago
basic plan does support load balancing. see link provided by you.
upvoted 16 times
...
MD1968
3 years, 3 months ago
Basic does support load balancing. Do we need 10GB for each instance or not, that is my dilemma
upvoted 6 times
Yarin_Ben_Aharon
8 months, 4 weeks ago
basic support load balancing by default: Basic Service Plan The Basic service plan is designed for apps that have lower traffic requirements, and don't need advanced auto scale and traffic management features. Pricing is based on the size and number of instances you run. Built-in network load balancing support automatically distributes traffic across instances. The Basic service plan with Linux runtime environments supports Web App for Containers.
upvoted 6 times
...
...
VinCho21
3 years, 10 months ago
Basic Service Plan: Built-in network load balancing support automatically distributes traffic across instances. So, the correct answer is Basic
upvoted 17 times
...
...
mahmoud_az
Highly Voted 8 months, 4 weeks ago
the Answer is Standard : Standard tier support Custom Domains, Disk Space of 50GB wich is more than enough for the requested plan, and as long as they want to run each web app in a dedicated instance, that means we need 10 dedicated instances for the 10 web apps with a load-balancing service between them, the basic plan only support up to 3 dedicated instances. Finally the Standard plan has the lowest cost compared to Premuim and Isolated pricing tiers.
upvoted 77 times
examtopics6969
3 years, 4 months ago
I think you confuse app with app instance.
upvoted 3 times
...
Dziurkas
3 years, 10 months ago
"The storage limit is the total content size across all apps in the same App service plan. " - Doesn't it mean that 50GB is for all instances it this service plan?
upvoted 5 times
...
DartTrapdoor
3 years, 11 months ago
Ten services need 10GB each whic his 100GB. I don't htink Standard is enough, I don't think any of the provided answers fit.
upvoted 14 times
hkmomin
3 years, 11 months ago
It's confusing for sure but if I scroll down on the link and see under "Standard Service Plan" they have 50GB per instance. Example has 3 instance therefore 150 GB in total, based on that Standard should support.
upvoted 20 times
Halaa
1 year, 7 months ago
Thank you
upvoted 1 times
...
...
...
...
foo1foo2foo
Most Recent 3 weeks, 3 days ago
Selected Answer: A
Standard plan no longer exists. Standard should be replaced by Premium
upvoted 1 times
...
seemasrm92
1 month ago
Selected Answer: B
You should choose the Basic App Service plan (B1). Custom domains: supported on Basic and above 10 GB storage: Basic provides 10 GB per instance Dedicated compute: Basic runs on dedicated VMs Built-in load-balancing: you can scale out to multiple B1 instances Lowest cost: Basic is the cheapest tier meeting all of the above Thus the Basic tier is your minimum-cost, requirements-compliant choice.
upvoted 1 times
...
krakesh
1 month ago
Selected Answer: A
The Basic plan does not provide enough storage per app and lacks dedicated compute instances, making Standard the most suitable choice
upvoted 1 times
...
mitddgr
1 month, 2 weeks ago
Selected Answer: A
Standard is mandatory because of the load balancing requirement Basic would work if not for load balancing (saves ~50% cost) Shared exists but is useless for your scenario (it's essentially "Free+")
upvoted 1 times
...
MONIKINHA
1 month, 3 weeks ago
Selected Answer: U
O padrao sempre é o mais barato, e tem o balanceamento de cargas
upvoted 1 times
...
sweetheartheart
2 months, 2 weeks ago
Selected Answer: A
Standard is mandatory because of the load balancing requirement Basic would work if not for load balancing (saves ~50% cost) Shared exists but is useless for your scenario (it's essentially "Free+")
upvoted 1 times
...
arjunyv2022
3 months, 1 week ago
Selected Answer: A
A. Standard Explanation: Let's analyze the requirements against each plan: Requirement Free Shared Basic Standard Custom Domains ❌ No ✅ Yes ✅ Yes ✅ Yes 10 GB Storage per App ❌ No ❌ No ✅ Yes ✅ Yes Dedicated Compute Instances ❌ No ❌ No ✅ Yes ✅ Yes Load Balancing Included ❌ No ❌ No ❌ No ✅ Yes Minimized Costs ✅ Free ✅ Low ✅ Moderate ❌ Higher (but required for features) Reasoning: Free and Shared Plans do not support dedicated compute instances. Basic Plan supports dedicated compute instances and custom domains but does not include load balancing. Standard Plan supports all the required features, including load balancing, making it the best choice.
upvoted 1 times
...
ElPitu97
3 months, 2 weeks ago
Selected Answer: A
Correct answer should be A. Standard. The reason seems to be explicit here https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-app-service-limits. Analyzing the request: - web apps will use custom domain (Standard ✅, Basic ✅, Free ❌, Shared ✅) so we exclude already 'Free' - web apps each require 10 GB of storage (Standard ->50 GB ✅, Basic -> 10 GB ✅, Shared -> 1GB ❌) - Each must run in dedicated compute instances (ONLY Standard supports 10 dedicated instances) so STANDARD is the response.
upvoted 2 times
...
Mahmoud_Fathy
4 months ago
Selected Answer: B
The Standard service plan is designed for running production workloads. Pricing is based on the size and number of instances you run. Built-in network load balancing support automatically distributes traffic across instances. The Basic service plan is designed for apps that have lower traffic requirements, and don't need advanced auto scale and traffic management features. Pricing is based on the size and number of instances you run. Built-in network load balancing support automatically distributes traffic across instances.
upvoted 1 times
...
Dmarcetic
4 months ago
Selected Answer: A
basic plan doesnt support load balancing
upvoted 1 times
...
digitalcoder
4 months, 2 weeks ago
Selected Answer: A
Explanation: Custom Domains: Both the Basic and Standard tiers support custom domains, a requirement for web apps. Storage Requirements: Each web app requires 10 GB of storage. The Standard tier provides up to 50 GB of storage, accommodating all 10 apps (10 GB × 10 = 100 GB total requirement). The Basic tier also offers 10 GB per instance, but it has limitations on scaling and instances. Dedicated Compute Instances: Both Basic and Standard tiers provide dedicated compute instances, ensuring that the web apps are not running on shared resources. Load Balancing: Load balancing between instances is included in the Standard tier but not in the Basic tier. This makes the Standard tier more suitable for production workloads requiring such features. Cost Minimization: While the Basic tier is cheaper than the Standard tier, it does not meet all the requirements (e.g., load balancing). The Standard tier provides a balance between cost and features necessary for production-grade hosting
upvoted 1 times
...
apurba_nag
5 months ago
Selected Answer: A
The correct answer is: A. Standard the Standard plan best meets all requirements while balancing features and cost considerations.
upvoted 1 times
...
apurba_nag
5 months ago
Selected Answer: B
B. Basic The Basic plan is more cost-effective and suitable for non-production environments, while the Standard plan provides additional features and support for production environments at a higher cost.
upvoted 1 times
...
Jas001
5 months, 2 weeks ago
Selected Answer: A
Yeah, you need standard.
upvoted 1 times
...
rishi2141
6 months, 2 weeks ago
Selected Answer: A
Standard plan we must need and it is also cost effective than other plans
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...