exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 156 discussion

Actual exam question from Microsoft's 70-486
Question #: 156
Topic #: 1
[All 70-486 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing an ASP.NET Core MVC web application.
The application must be exposed to external users over ports 80 and 443 and must meet the following requirements:
✑ Handle more than 1024 simultaneous connections.
✑ Support Windows authentication.
✑ Support HTTP/2 over TLS.
✑ Include response caching.
✑ Protect against denial-of-service attacks.
You need to deploy the application to an on-premises web server.
Solution: You deploy the application to a Windows server that runs Kestrel with a default Nginx reverse proxy.
Does the solution meet the goal?

  • A. Yes
  • B. No
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
mmk1991
5 years, 3 months ago
As of AspNet.Core 3.1 it seems to be possible to use Negotiate Windows Authentication on Kestrel: https://docs.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth?view=aspnetcore-3.1&tabs=visual-studio#kestrel However since this question was asked earlier, the correct answer is probably no.
upvoted 4 times
BedeKacper
4 years, 8 months ago
But it's not about 3.1. Questions and ansawers not contain changes
upvoted 2 times
...
...
Janibaldo
5 years, 3 months ago
Hint: Kestrel does not support Windows Authentication.
upvoted 4 times
XXXX
5 years, 3 months ago
Kestrel does support windows authentication... https://docs.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth
upvoted 1 times
peterp
5 years, 3 months ago
According to https://docs.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth Windows Authentication isn't supported with HTTP/2
upvoted 2 times
...
zimzimzimma
5 years ago
True but only with HTTP/1.1. Clients can connect with HTTP/2 but they have to downgrade to HTTP/1.1.
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 ...