Microsoft Upgrade your MCPD: Web Developer 4 to MCSD: Web Applications - 70-492 Exam Practice Test
DRAG DROP
You are developing a WCF service. You need to implement transport security by using NTLM authentication and NetTcpBindings. Which configuration values should you use? (To answer, drag the appropriate configuration values to the correct location or locations in the answer area. Each configuration value 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.)
Select and Place:

You are developing a WCF service. You need to implement transport security by using NTLM authentication and NetTcpBindings. Which configuration values should you use? (To answer, drag the appropriate configuration values to the correct location or locations in the answer area. Each configuration value 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.)
Select and Place:

Correct Answer:

Explanation:

You are developing an ASP.NET MVC application. You need to authenticate clients by using an ASP.NET membership database. Which authentication method should you implement?
Correct Answer: B
Vote an answer
Transformed historical flight information provided by the RemoteDataStream() method must be written to the response stream as a series of XML elements named Flight within a root element named Flights. Each Flight element has a child element named FlightName that contains the flight name that starts with the two-letter airline prefix. You need to implement the StreamHistoricalFlights() method so that it minimizes the amount of memory allocated. Which code segment should you use as the body of the StreamHistoricalFlights() method in the HistoricalDataLoader.cs file?


Correct Answer: B
Vote an answer
You need to configure session storage in the web.config file to meet the technical requirements for scalability. Which SessionState mode should you use? (Each correct answer presents a complete solution. Choose all that apply.)
Correct Answer: B,C
Vote an answer
You need to modify the ExecuteCommandProcedure() method to meet the technical requirements. Which code segment should you use?


Correct Answer: D
Vote an answer
DRAG DROP
You are developing an ASP.NET MVC Web API application. The application must meet the following
requirements:
* It must send or receive data without the use of a buffer.
* It must allow up to 1 MB of data to be received.
* It must allow up to 2 MB of data to be sent.
You need to complete the code to meet the requirements. What should you do? (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.)
Select and Place:

You are developing an ASP.NET MVC Web API application. The application must meet the following
requirements:
* It must send or receive data without the use of a buffer.
* It must allow up to 1 MB of data to be received.
* It must allow up to 2 MB of data to be sent.
You need to complete the code to meet the requirements. What should you do? (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.)
Select and Place:

Correct Answer:

You need to add a method to the ProductController class to meet the exception handling requirements for logging. Which code segment should you use?


Correct Answer: D
Vote an answer
You need to ensure that all the MVC controllers are secure. Which code segment should you use as the body for the CreateController method in AdminVerifierFactory.es?


Correct Answer: C
Vote an answer