exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 78 discussion

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

You are developing an ASP.NET application that allows users to download Microsoft Azure log files. You need to improve the performance of the application.
What should you do?

  • A. Minify the content files.
  • B. Enable compression in IIS.
  • C. Bundle the content files into a single .tar file.
  • D. Host the image, JavaScript, and CSS files on a different server.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Bundling is a new feature in ASP.NET 4.5 that makes it easy to combine or bundle multiple files into a single file. You can create CSS, JavaScript and other bundles. Fewer files means fewer HTTP requests and that can improve first page load performance.
References:
https://www.asp.net/mvc/overview/performance/bundling-and-minification

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
ex
Highly Voted 5 years, 6 months ago
B. Enable compression in IIS
upvoted 12 times
...
naga479
Highly Voted 5 years, 3 months ago
Answer is correct. if logging info happens in windows systems we can select B, but in the question it is Azure logs so answer should be C
upvoted 10 times
...
MrAnderson
Most Recent 4 years, 9 months ago
We are not using IIS, it's C
upvoted 2 times
...
ewdlop
4 years, 10 months ago
Azure is not IIS.......
upvoted 4 times
...
zozox
4 years, 10 months ago
Answer is correct -C who told you we are using IIS ?
upvoted 5 times
...
hungry_ape9000
5 years, 1 month ago
FINAL ANSWER: B is correct
upvoted 4 times
...
aousos
5 years, 1 month ago
Bundling is used to get good performance when the application start . so the answer is B
upvoted 2 times
...
Phantasm
5 years, 3 months ago
ofcourse b, bundling logs is bad for download single log file which is needed.
upvoted 2 times
...
Burgyn
5 years, 4 months ago
By my opinion it's B
upvoted 2 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 ...