最新的Microsoft Recertification for MCSD: Web Applications - 70-494免費考試真題
問題1
You are developing an ASP.NET MVC application. The application is deployed in a web
farm and is accessed by many users.
The application must handle web server failures gracefully. The servers in the farm must
share the state information.
You need to persist the application state during the session. What should you implement?
You are developing an ASP.NET MVC application. The application is deployed in a web
farm and is accessed by many users.
The application must handle web server failures gracefully. The servers in the farm must
share the state information.
You need to persist the application state during the session. What should you implement?
正確答案: C
問題2
DRAG DROP
You are developing a self-hosted WCF service that returns stock market information. The service must be discoverable by any client application.
You need to build the service host.
How should you build the host? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

DRAG DROP
You are developing a self-hosted WCF service that returns stock market information. The service must be discoverable by any client application.
You need to build the service host.
How should you build the host? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

正確答案:

問題3
You are developing an ASP.NET MVC application.
The application must allow users to enter HTML in a feedback text box only.
You need to disable request validation.
What should you do?
You are developing an ASP.NET MVC application.
The application must allow users to enter HTML in a feedback text box only.
You need to disable request validation.
What should you do?
正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題4
You are developing an ASP.NET MVC application that displays a report. The report
includes large images that are stored in a database. Members of the EntityClient namespace are used to access the database through the ADO.NET Entity Framework data model.
You need to prevent memory exceptions while generating a report using the EntityDataRcader type.
Which CommandBehavior type should you use?
You are developing an ASP.NET MVC application that displays a report. The report
includes large images that are stored in a database. Members of the EntityClient namespace are used to access the database through the ADO.NET Entity Framework data model.
You need to prevent memory exceptions while generating a report using the EntityDataRcader type.
Which CommandBehavior type should you use?
正確答案: A
說明:(僅 PDFExamDumps 成員可見)
問題5
When users attempt to retrieve a product from the product page, a run-time exception
occurs if the product does not exist.
You need to route the exception to the CustomException.aspx page.
Which method should you add to MvcApplication?

When users attempt to retrieve a product from the product page, a run-time exception
occurs if the product does not exist.
You need to route the exception to the CustomException.aspx page.
Which method should you add to MvcApplication?

正確答案: A
問題6
You are developing an ASP.NET MVC application.
Deployment administrators do not have access to Visual Studio 2102, but will have the
elevated permissions required to deploy the application to the servers.
You need to select a deployment tool for use by the deployment administrators.
Which tool should you use?
You are developing an ASP.NET MVC application.
Deployment administrators do not have access to Visual Studio 2102, but will have the
elevated permissions required to deploy the application to the servers.
You need to select a deployment tool for use by the deployment administrators.
Which tool should you use?
正確答案: C
問題7
You need to choose the appropriate data access technology for the cookbook area of the web application.
Which data access technology should you choose?
You need to choose the appropriate data access technology for the cookbook area of the web application.
Which data access technology should you choose?
正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題8
You are developing a Microsoft Azure web application. The application will be deployed to 10 web role instances. A minimum of 8 running instances is needed to meet scaling requirements.
You need to configure the application so that upgrades are performed as quickly as possible, but do not violate scaling requirements.
How many upgrade domains should you use?
You are developing a Microsoft Azure web application. The application will be deployed to 10 web role instances. A minimum of 8 running instances is needed to meet scaling requirements.
You need to configure the application so that upgrades are performed as quickly as possible, but do not violate scaling requirements.
How many upgrade domains should you use?
正確答案: D
問題9
HOTSPOT
You are using the features of the IIS SEO Toolkit to configure the website.
You need to exclude search engines from indexing parts of website.
What should you do? (To answer, select the appropriate option from the drop-down list in
the answer area.)

HOTSPOT
You are using the features of the IIS SEO Toolkit to configure the website.
You need to exclude search engines from indexing parts of website.
What should you do? (To answer, select the appropriate option from the drop-down list in
the answer area.)

正確答案:

問題10
You are developing an application that uses many small images for various aspects of the
interface.
The application responds slowly when additional resources are being accessed.
You need to improve the performance of the application.
What should you do?
You are developing an application that uses many small images for various aspects of the
interface.
The application responds slowly when additional resources are being accessed.
You need to improve the performance of the application.
What should you do?
正確答案: B
問題11
DRAG DROP
You are developing an ASP.NET MVC application that allows users to log on by using a third-party authenticator.
You need to configure Microsoft Azure Access Control Services and the application.
Which five actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)

DRAG DROP
You are developing an ASP.NET MVC application that allows users to log on by using a third-party authenticator.
You need to configure Microsoft Azure Access Control Services and the application.
Which five actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)

正確答案:

問題12
You need to modify the application to meet the productId requirement.
What should you do?
You need to modify the application to meet the productId requirement.
What should you do?
正確答案: D
說明:(僅 PDFExamDumps 成員可見)
問題13
You need to implement client-side animations according to the business requirements.
Which line of code should you use? (Each correct answer presents a complete solution. Choose all that apply.)
You need to implement client-side animations according to the business requirements.
Which line of code should you use? (Each correct answer presents a complete solution. Choose all that apply.)
正確答案: A,B
說明:(僅 PDFExamDumps 成員可見)
問題14
You are developing an ASP.NET MVC application. The application is a loan processing system that uses the ADO.NET Entity Framework against a SQL Server database. It has a controller that loads a page that displays all loans along with rate information. Lazy loading has been disabled.
The Loan class is shown below.

You need to return the loans and rate information in a single round trip to the database. Which code segment should you use?

You are developing an ASP.NET MVC application. The application is a loan processing system that uses the ADO.NET Entity Framework against a SQL Server database. It has a controller that loads a page that displays all loans along with rate information. Lazy loading has been disabled.
The Loan class is shown below.

You need to return the loans and rate information in a single round trip to the database. Which code segment should you use?

正確答案: A