exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 3 discussion

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

You are developing an ASP.NET MVC web application in Visual Studio 2012. The application requires several thousand content files. All content is hosted on the same IIS instance as the application.
You detect performance issues when the application starts.
You need to resolve the performance issues.
What should you do?

  • A. Implement HTTP caching in the ASP.NET MVC controllers.
  • B. Combine the content files by using ASP.NET MVC bundling.
  • C. Install a second IIS instance.
  • D. Move the content to a Windows Azure CDN.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
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
apostolin
Highly Voted 5 years, 10 months ago
The correct answer is: B.
upvoted 11 times
...
hungry_ape9000
Most Recent 5 years, 1 month ago
FINAL ANSWER: B is correct
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 ...