exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 5 question 7 discussion

Actual exam question from Microsoft's 70-487
Question #: 7
Topic #: 5
[All 70-487 Questions]

You need to perform the initial deployment of the web application. You must ensure that the application meets the performance requirements.
Which file should you modify before you deploy the application?

  • A. the service definition file (.csdef)
  • B. the application configuration file (app.config)
  • C. the packages configuration file (packages.config)
  • D. the Global.asax file (.asax)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
You use cscfg file to define various settings related to your cloud application (in ConfigurationSettings section). Like app.config file, you get to define other things
(e.g.number of instances of your cloud application) in the cscfg file. You could change the settings in a cscfg file on the fly using either the portal or Service
Management API without having to repackage and redeploy the application.
Scenario: After the initial deployment, any changes to the business logic of the Web API must cause minimal downtime to the web application in the production environment.

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
supersunny
Highly Voted 5 years, 5 months ago
A is correct.
upvoted 7 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 ...