What should you do?

You are creating a new authentication system that uses an HTTP header value. The existing authentication system must continue to operate normally. You need to implement the custom authentication. What should you do? (Each correct answer presents a complete solution. Choose all that apply.)A . Create a class derived from...

April 19, 2018 No Comments READ MORE +

Which authentication method should you implement?

You are developing an ASP.NET MVC application. You need to authenticate clients by using NT LAN Manager (NTLM). Which authentication method should you implement?A . BasicB . WindowsC . FormsD . KerberosView AnswerAnswer: B Explanation: References: http://msdn.microsoft.com/en-us/library/aa292114(v=vs.71).aspx

April 16, 2018 No Comments READ MORE +

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?A . Preload all the images when the client connects to ensure...

April 15, 2018 No Comments READ MORE +

Which code segment should you use?

You are developing an ASP.NET MVC web application for viewing a list of contacts. The application is designed for devices that support changes in orientation, such as tablets and smartphones. The application displays a grid of contact tiles in portrait mode. When the orientation changes to landscape, each tile in...

April 9, 2018 No Comments READ MORE +

Which styles should you include in Target 1 and Target 2 to complete the markup?

DRAG DROP You are developing an ASP.NET MVC web application that requires HTML elements to take on new behaviors. These should be implemented with a behavior script in a page that is only for Microsoft Internet Explorer users. The colorchange.js script uses the Microsoft CSS vendor-specific Behavior extension. You need...

April 7, 2018 No Comments READ MORE +

Which line of code should you use?

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 . $ ("h1: first") .animate ({opacity: 0});B . $("h1:first").fadeIn(1000);C . $("h1:first").animate({ opacity: 1 });D . $("h1:first").fadeOut(1000);View AnswerAnswer: A,D Explanation: From scenario:...

April 6, 2018 No Comments READ MORE +

Which data store should you use?

You are designing a distributed application. The application must store secure information that is specific to an individual user. The data must be automatically purged when the user logs off. You need to save transient information in a secure data store. Which data store should you use?A . Session stateB...

April 2, 2018 No Comments READ MORE +

What should you do?

You need to ensure that developers can connect to a Microsoft Azure role by using RDP. What should you do?A . Export a certificate with a private key. Upload the .pfx file to the Certificates section under the TranscodeWorkerRole hosted service on the Azure Management Portal.B . Export a certificate...

April 1, 2018 No Comments READ MORE +

What should you do?

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...

April 1, 2018 No Comments READ MORE +

Which code segment should you use?

The RunLog/Views/InsertLog.cshtml view must display the /Images/stopwatch.png image and the “Insert Run Data” header text below the image. The view should resemble the exhibit. (Click the Exhibit button.) The application must display the image above the field set. You need to add the HTML code to /Runlog/Views/InsertLog.cshtml to display the...

April 1, 2018 No Comments READ MORE +