exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 17 question 33 discussion

Actual exam question from Microsoft's AZ-301
Question #: 33
Topic #: 17
[All AZ-301 Questions]

You are designing a solution for a company to deploy software for testing and production.
The solution must meet the following requirements:
✑ Applications must be deployed to several different environments and must run without installation of dependencies.
✑ Existing published application must be ported to the new solution.
✑ Application developers must be given flexibility when architecting their code.
You need to recommend a solution for hosting applications.
What should you select?

  • A. Azure worker role
  • B. Azure Kubernetes Service
  • C. Azure Functions
  • D. Azure Batch
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Kubernetes is open-source orchestration software for deploying, managing, and scaling containers. The fully managed Azure Kubernetes Service (AKS) makes deploying and managing containerized applications easy. It offers serverless Kubernetes.
Reference:
https://azure.microsoft.com/en-us/services/kubernetes-service/

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
hghemant
4 years, 4 months ago
Azure Function is best fit for this scenario.
upvoted 1 times
akh4
4 years, 2 months ago
Azure Functions doesn't meet requirement: "Application developers must be given flexibility when architecting their code", Functions has limitation and was designed for stateless applications, AKS gives a lot more flexibility for different kinds of architecture
upvoted 3 times
...
...
P0d
5 years ago
Why not Function?
upvoted 1 times
P0d
5 years ago
Skip, it's about the run application on different environments.
upvoted 5 times
chaudh
5 years ago
correct
upvoted 2 times
...
magazin80
4 years, 7 months ago
You can build a serverless architecture based on az funcs for different environments.
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 ...