70-511 Exam Questions
255 real 70-511 exam questions with expert-verified answers and explanations. Page 2 of 6.
- Question #51
You use Microsoft .NET Framework 4 to create a Windows Forms application. You write the following code segment. (Line numbers are included for reference only.) 01 sealed class Form...
- Question #52
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the...
- Question #53
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a custom control named Wheel. You need to ensure that the Speed propert...
- Question #54
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the background worker process (BWP). When the user clicks a b...
- Question #55
You use Microsoft .NET Framework 4 to create a Windows Forms application. You need to allow the user interface to use the currently configured culture settings in the Control Panel...
- Question #56
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application has multiple data entry windows. Each window contains controls tha...
- Question #57
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a set of Button controls. You need to ensure that any but...
- Question #58
You are developing a Windows Presentation Foundation (WPF) application to play audio files. You add a MediaElement control named mediaElementl and a Button control named btnPlayAud...
- Question #59
You are developing a Windows Presentation Foundation (WPF) application. An event triggers a workflow such that a parent control executes the event handlers before the child control...
- Question #60
You are developing a Windows Presentation Foundation (WPF) application. You need to use XAML to create a custom control that contains two Button controls. From which base class sho...
- Question #61
You are developing a Windows Presentation Foundation (WPF) application. The application contains the following code in the code-behind file for an application window. (Line numbers...
- Question #62
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a window that contains a Button control and a MenuItem control. Both co...
- Question #63
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. (Line numbers are included for reference on...
- Question #64
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a Button control for the application. You need to ensure that the appli...
- Question #65
You are developing a Windows Presentation Foundation (WPF) application. You need to display HTML content from a Web page on the WPF form. What should you do?
- Question #66
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that the application meets the following requirements; - Displa...
- Question #67
You create a Microsoft Windows Installer file for a Windows Presentation Foundation (WPF) application that requires Microsoft .NET Framework 4. You need to ensure that the installa...
- Question #68
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application named MyApp.exe. You use Microsoft Windows Installer to package the application. Yo...
- Question #69
You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application. You need to ensure that the test class can repeat...
- Question #70
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application You discover that when the application runs, a use...
- Question #71
You are developing a Windows Presentation Foundation (WPF) application. You configure PresentationTraceSource to track errors in a bound TextBox control in the application. You nee...
- Question #72
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You use the ClickOnce deployment methodology to distribute the application. You ne...
- Question #73
You are deploying a Windows Forms application. You use the Publishing wizard within Visual Studio to configure ClickOnce options. You need to ensure that a custom zone is created w...
- Question #74
You are developing a Windows Presentation Foundation (WPF) application. There is an issue in the display of Label. When you open the WPF Visualizer, you see the following informati...
- Question #75
You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application. You need to ensure that the history of your testin...
- Question #76
You are developing a Windows Presentation Foundation (WPF) application for managing student information. You place a Button control named btnSort and a DataGrid control named dgStu...
- Question #77
You are developing a Windows Presentation Foundation (WPF) application. A TextBlock control has DataContext bound to a static resource named Book. The ToolTip attribute of TextBloc...
- Question #78
You are developing a Windows Presentation Foundation (WPF) application. You are writing data templates for a calendar. You must use the Weekend template for weekends and the Weekda...
- Question #79
You are developing a Windows Presentation Foundation (WPF) application to display service cases by category in a ListBox. You create a class named Case with the properties Descript...
- Question #80
You are developing a Windows Presentation Foundation (WPF) application to display loan types by bank and students by loan type. You add the following markup segment to the MainWind...
- Question #81
You are developing a Windows Presentation Foundation (WPF) application. The application contains a converter named DateOutputConverter that formats dates. The window is defined as...
- Question #82
You are developing a Windows Presentation Foundation (WPF) application. The application has several visual controls on a main page. You need to restyle all of the Ul-related elemen...
- Question #83
You are developing a Windows Presentation Foundation (WPF) application. The window has the following markup. (Line numbers are included for reference only.) You need to ensure that...
- Question #84
You are developing a Windows Presentation Foundation (WPF) application. The application has an Image control. You need to ensure that a portion of the image displays in a circle in...
- Question #85
You are developing a Windows Presentation Foundation (WPF) application. The application uses drag-and-drop functionality. You need to ensure that code is executed in the code-behin...
- Question #86
You are developing a Windows Presentation Foundation (WPF) application. This application will be deployed to 20 countries. However, it will only be localized to some of those count...
- Question #87
You develop a Windows Presentation Foundation (WPF) application. The application runs on 64-bit machines only. The application architects want to store application settings in the...
- Question #88
You are developing a Windows Presentation Foundation (WPF) application. Two styles, Blue and Green, are used for Border objects. The two styles have the same values for the CornerR...
- Question #89
You are creating a Windows Presentation Foundation (WPF) application. A control periodically appears to alert the user of status changes within the application. You need to specify...
- Question #90
You are developing a Windows Presentation Foundation (WPF) application page. The controls on the page must be enclosed within a single rectangular border. The border must contain a...
- Question #91
You are developing a Windows Presentation Foundation (WPF) application. The movement of a control within the application is animated. You need to ensure that the animated control i...
- Question #92
You are developing a Windows Presentation Foundation (WPF) application. The application uses a DockPanel control with its HorizontalAlignment property set to Left to divide the mai...
- Question #93
You are developing a Windows Presentation Foundation (WPF) application page. The page uses extensive graphics controls and animation that require absolute positioning. You need to...
- Question #94
You are developing a Windows Presentation Foundation (WPF) application. You pull employee information from an XML file named EmployeeData.xml. The XML file is as follows. You need...
- Question #95
You are developing a Windows Presentation Foundation (WPF) application. You add several TextBox controls within a StackPanel control. You next add several Image controls within a s...
- Question #96
You are developing a Windows Presentation Foundation (WPF) application. An element binding consistently throws errors because the data retrieval is slow. You need to ensure that th...
- Question #97
You are deploying a ClickOnce application manually in a test environment. You need to ensure that the deployment is signed with a self-signed test X.509 certificate. Which tool sho...
- Question #98
You are developing a Windows Presentation Foundation (WPF) application. You are planning the deployment strategy for the application. You need to write specific information to the...
- Question #99
You develop a Windows Presentation Foundation (WPF) application. You will use ClickOnce to publish it to a Web server. You add a Button control to the Windows Form with the followi...
- Question #100
You are developing a Windows Presentation Foundation (WPF) application. A window is defined in the following markup segment. You need to add a Windows Forms Button control to the w...