What should you do?
You are creating a Windows Web service client application by using the .NET Framework 3.5.
The user settings between application executions have to be maintained. The application will be executed
without administrative privileges.
You need to ensure that the application meets the requirements by using minimum amount of
development effort.
What should you do?
What should you do?
You are designing an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application implements the following design:
– Client applications will be accessed by using a mobile device or a browser.
– All client applications will connect to a Windows Communication Foundation (WCF) service.
– All client applications will use Microsoft SQL Server Compact 3.5.
You need to ensure that the client applications can perform the following tasks:
– Maintain local copies of data offline.
– Synchronize changes.
– Detect data conflicts.
What should you do?
What should you do?
You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003.
The development and deployment of Client applications forms part of your responsibilities at Domain.com. You are currently developing a Microsoft Windows Forms client application that will retrieve data from an Extensible Markup Language (XML) Web Service. This XML Web Services requires Kerberos authentication. To this end you use the Web Services Enhancements (WSE) 3.0 proxy generation tool (wsewsdl3.exe) to generate a proxy to the Web service. You then create a policy file named policies.config. Policies.config specifies the authentication requirements.
You now need to specify the policy file in the app.config file What should you do? (Choose the correct configuration.)
What should you do?
You are creating a Windows Forms application by using the .NET Framework 3.5.
The application will use a wizard interface that has 14 panels. Each panel will use data elements stored in
the local database.
The application will use a Microsoft SQL Server 2008 Compact Edition to locally store application data.
The users can save their position in the wizard between application sessions.
Users will access the application from their Windows Vista client computers.
You need to ensure that users can retrieve their position in the wizard from any client computer.
What should you do?
What should you do?
You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5. The application contains several classes.
A code review reveals redundant business logic within the classes in the application.
You need to eliminate the redundant business logic in the classes. What should you do?
What should you do?
You are creating a Windows application by using the .NET Framework 3.5. The application uses Microsoft SQL Server 2008 authentication to connect to a relational database. You need to devise a storage strategy for the connection string to prevent unauthorized users from accessing the information. What should you do?
What should you do?
You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003.
The development and deployment of Client applications forms part of your responsibilities at Domain.com. You are currently developing a client application that will retrieve data from two Extensible Markup Language (XML) Web Services.
1. The one Web service requires the use of username/password authentication.
2. The other Web service requires the use of Kerberos authentication. You make use of the Web Services Enhancements (WSE) 3.0 proxy generation tool (wsewsdl3.exe) to generate the proxies to the two Web services that requires the different authentications. To this end you create a policy file that specifies the authentication requirements. Now you need to ensure that the requirements are enforces when you call each of the Web services.
What should you do? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
The application has to be configured for deployment to client computers.
You need to ensure that the application meets the following requirements:
The application state is stored for each instance.
The administrator can configure the general look and feel of the application from a single location.
What should you do?
What should you do?
You create a Windows Communication Foundation (WCF) application by using Microsoft Visual Studio 2008 and the .NET Framework 3.5.
You plan to implement an instrumentation strategy for the application.
You add the following code fragment in the configuration file of the application.
<system.diagnostics>
<sources>
<source name=”System.ServiceModel.MessageLogging”>
<listeners>
<add name=”messages” type=”System.Diagnostics.XmlWriterTraceListener” initializeData=”c:\logs\messages.svclog” />
</listeners>
</source>
</sources>
</system.diagnostics>
You need to ensure that the instrumentation strategy meets the following requirements:
– Incoming and outgoing messages are logged completely.
– Secure messages must be logged decrypted.
What should you do? (Each correct answer presents part of the solution. Choose two.)
What should you do ?
You create a Windows application by using the .NET Framework 3.5. The application is used by employees to submit timesheets and to generate reports. The application must contain a Managers role and an Employees role. You have the following security requirements:
* Members of the Managers role can approve the timesheets.
* Members of the Employees role can generate reports only if they are a member of the local administrators group.
* Members of the Managers role can access the application from untrusted domains.
You need to design a security model to meet the design requirements. What should you do ?