exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 112 discussion

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

You are developing an ASP.NET application.
You need to minimize the amount of data in all HTTP responses.
What should you do?

  • A. Minify the content files.
  • B. Enable compression in IIS.
  • C. Host the image, JavaScript, and CSS files on Microsoft Azure Storage.
  • D. Bundle the content files.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Network bandwidth is a limited resource. Reducing the size of the response usually increases the responsiveness of an app, often dramatically. One way to reduce payload sizes is to compress an app's responses. Use server-based response compression technologies in IIS, Apache, or Nginx.
References:
https://docs.microsoft.com/en-us/aspnet/core/performance/response-compression?tabs=aspnetcore2x

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
advenios
Highly Voted 5 years, 6 months ago
I suppose the point to understand here is that compression applies to all HTTP output.
upvoted 10 times
aarset89
5 years ago
They ask for HTTP responses, so, answer is B.
upvoted 3 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 ...