exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 68 discussion

Actual exam question from Microsoft's AZ-400
Question #: 68
Topic #: 8
[All AZ-400 Questions]

You have a project in Azure DevOps named Project1 that contains two environments named environment1 and environment2.

When a new version of Project is released, the latest version is deployed to environment2, and the previous version is redeployed to environment1.

You need to distribute users across the environments. The solution must meet the following requirements:

• New releases must be available to only a subset of the users.
• You must gradually increase the number of users that can access environment2.

What should you use?

  • A. VIP swaping
  • B. web app deployment slots
  • C. Azure Load Balancer
  • D. Azure Traffic Manager
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Iaminall
Highly Voted 2 years ago
Selected Answer: B
I think it's B
upvoted 14 times
...
zellck
Highly Voted 1 year, 8 months ago
Selected Answer: D
D is the answer. https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-overview Traffic Manager uses DNS to direct client requests to the appropriate service endpoint based on a traffic-routing method. Traffic manager also provides health monitoring for every endpoint. The endpoint can be any Internet-facing service hosted inside or outside of Azure. Traffic Manager provides a range of traffic-routing methods and endpoint monitoring options to suit different application needs and automatic failover models. Traffic Manager is resilient to failure, including the failure of an entire Azure region.
upvoted 7 times
...
kzmain
Most Recent 9 months, 1 week ago
D Scenario1: Tutorial: Direct traffic to specific endpoints based on user subnet using Traffic Manager https://learn.microsoft.com/en-us/azure/traffic-manager/tutorial-traffic-manager-subnet-routing
upvoted 1 times
...
4bd3116
9 months, 1 week ago
Selected Answer: B
Deployment slots are useful for managing different versions and environments!!
upvoted 3 times
...
tainguyenit
10 months, 1 week ago
B is the correct answer as you can adjust Traffic Percentage for each slot
upvoted 1 times
...
vsvaid
1 year, 1 month ago
Selected Answer: B
B for me
upvoted 1 times
...
vsvaid
1 year, 1 month ago
I would go with B. In deploymnets we can alos control the percentage of users. Slowly increase the % of users
upvoted 2 times
...
RayD7
1 year, 2 months ago
I think this has to be D. There are two separate environments (app services) so how could you use deployment slots.
upvoted 2 times
...
kevin9988
1 year, 3 months ago
Selected Answer: B
vote for B
upvoted 2 times
...
Firdous586
1 year, 3 months ago
B is the correct answer using deployment slot you have the option to give the some percentage for few users for testing purpose and remaining for normal usage Azure traffic manager is a dns base traffic load balancer which works on region based therefore there is no use of traffic manager in this question.
upvoted 5 times
...
ieboaix
1 year, 6 months ago
D. B works for web app which wasn't specified here. even for web app, B works only for traffic %, not targeted users which is part of the question.
upvoted 3 times
...
tanmacao
1 year, 6 months ago
Selected Answer: B
Setup env1 is a slot. Env2 prod. Deploy to env1 and swap to env2. After swap env2 is the latest
upvoted 2 times
...
ieboaix
1 year, 6 months ago
D is the answer.
upvoted 2 times
...
yana_b
1 year, 6 months ago
IMHO correct answer is B, as evidenced in the simulation solution of question 35, in which we have to set a rolling deployment of up to 10% of the user who will get the new version (in this question it is said a subset of users). In case of the Traffic Manager, there is no option to set the traffic up to a given percentage of users.
upvoted 4 times
...
yana_b
1 year, 6 months ago
IMHO correct answer is B, as evidenced in the simulation solution of question 35, in which we have to set a rolling deployment of up to 10% of the user who will get the new version. In case of the Traffic Manager, there is no option to set the traffic up to a given percentage of users.
upvoted 1 times
...
xRiot007
1 year, 6 months ago
Answer is D - traffic manager. You need to route your traffic to both apps. B - deployments slots does not do that, it only makes multiple deployments available.
upvoted 2 times
xRiot007
1 year, 6 months ago
Revisiting deployment slots, I think the actual answer is B. You can choose how much traffic (in %) a deployment slot will get. Traffic manager might also do the job, but deployment slots is definitely more human friendly and solves the requirement
upvoted 2 times
...
...
kay000001
1 year, 8 months ago
Traffic Manager - you can configure the 'weighting' of users.
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 ...