Tag Archives: 70-515 Study Guide

70-515 Q & A / Study Guide / Testing Engine

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com


QUESTION 1
There is an ASP.NET application CertKingdomApp.
CertKingdomApp is deployed to a production server.
CertKingdomApp is deployed in Release configuration.
The web.config connection string value must be changed to the production server’s string
value in the deployment process.
How can this be achieved?

Answer:

Explanation:


QUESTION 2
There is a ASP.NET MVC 2 Web Application named CertKingdomApp.
There is a single project area for CertKingdomApp.
In the Areas folder there is a subfolder CertKingdom.
There are files CertKingdomC.cs and CertKingdomD.aspx in proper subfolders.
The Route of the area is registered, the route is named CertKingdomRoute, and the name of
the area is CertKingdomArea.
Outside the area there is a view CertKingdomView.aspx.
The CertKingdomView.aspx must be linked to CertKingdomD.aspx.
What to do?

Answer:

Explanation:


QUESTION 3
There is an ASP.NET Web site CertKingdomWS.
There is an ASP.NET Web application CertKingdomApp.
There is an ASP.NET AJAX page CertKingdomPage.
CertKingdomPage has two DIV elements.
Considering content refreshing, each div element must be refreshed individually (the page
should not be refreshed).
How can this be achieved?

Answer:

Explanation:


QUESTION 4
There is an ASP.NET Web site CertKingdomWS.
There is an ASP.NET Web application CertKingdomApp.
There is an ASP.NET page CertKingdomPage.
CertKingdomPage has the following div element <div id=”errorInfo”> </div>.
CertKingdomPage has a jQuery $.ajax function that calls the server.
An error handler must be implemented. The error handler should add error information
from all page $.ajax calls to the div named ErrorInfo.
How can this be achieved?

Answer:

Explanation:


QUESTION 5
There is an ASP.NET Web site CertKingdomWS.
There is an ASP.NET Web application CertKingdomApp.
There is a Web page CertKingdomPage.
CertKingdomPage has the following div element <span id=”PGspan”>Hello World
text</span>.
The contents of spam should be replaced with HTML.
The global variable PGURL specifies the URL from which the HTML is downloaded.
Which code should be used?

Answer:

Explanation:

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft MCITP Training at certkingdom.com