You need to ensure that the isatap.contoso.com tunnel adapter has an IPv6 address
Your network contains an Active Directory domain named contoso.com. The network is configured
to use ISATAP. You have a server named Server1 that runs Windows Server 2008 R2. On Server1, you
discover that a tunnel adapter named isatap.contoso.com has a Media State of “Media
disconnected”. You confirm that Server1 has a valid network connection and can query the DNS
server. You need to ensure that the isatap.contoso.com tunnel adapter has an IPv6 address. What
should you do?
You need to ensure that the tasks assigned to User1 can only be viewed by User1
You develop a custom approval workflow. The workflow uses the CreateTask class to assign
tasks to a user named User1. A list called Tasks stores the tasks. Other workflows and users use
the Tasks list. You need to ensure that the tasks assigned to User1 can only be viewed by User1.
What should you do?
Which code segment should you insert at line 08?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application
that uses LINQ to SQL. The application contains the following model.
You write the following code. (Line numbers are included for reference only.)
01 Shared Sub Insert()
02
03 Dim dc As NorthuindDataContext –
New NorthwindDataContext (“…”)
04 Dim neuCustomer As Customer = New Customer()
05 newCustomer.Firstname = “Todd”
06 newCustomer.Lastname = “Meadows”
07 newCustomer.Email = “tmeadous@contoso.com”
08
09 dc.SubmitChanges()
10 End Sub
A product named Bike Tire exists in the Products table. The new customer orders the Bike Tire
product. You need to ensure that the correct product is added to the order and that the order is
associated with the new customer. Which code segment should you insert at line 08?
Which code segment should you use?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application
that uses the Entity Framework. The application has the entity model shown in the following
diagram.
The application must create a projection of the unique set of names and year-to-date sales for
territories where at least one sales person had sales last year of more than $100,000. The projection
must consist of properties named Sales and Name. You need to write a query that will generate the
required projection. Which code segment should you use?
You need to ensure that users can return to previous screens
You are designing an application by using Windows Presentation Foundation (WPF) and
Microsoft .NET Framework 4. The application consists of multiple data entry screens. You
need to ensure that users can return to previous screens. You also need to ensure that
users can view a history of screens, What should you do?
Which two actions should you recommend?
You are designing an ASP.NET MVC 2 Web application. The Web application will include a
controller named AdminController. You need to recommend an approach for ensuring that
the action methods of the AdminController controller are available only to the local Windows
Administrator account. Which two actions should you recommend? (Each correct answer
presents part of the solution. Choose two.)
You need to ensure that when a new item is created in List1, WF1 starts automatically
You create a list named List1. You create two workflows named WF1 and WF2 for List1. You
need to ensure that when a new item is created in List1, WF1 starts automatically. WF2 must start
automatically after WF1 completes. What should you do?
Which address range should you configure?
Your company has a branch office that contains 1,000 computers. You need to select a network
address that supports 1,000 computers in the same subnet. The solution must minimize the number
of unused addresses in the subnet. Which address range should you configure?
How should you design the timer job?
You are designing an application that will use a timer job that will run each night to send
documents to a SharePoint 2010 Records Center site for archiving. The security on the site
requires higher privileges than those normally associated with the application. The security
requirements for this application specify that: ·It must not require customized storage of the
user credentials. .The user token used for security access must expire within 24 hours
unless specifically refreshed to prevent extended or unintended use over time. .The security
mechanism must require a two-way trust to prevent unauthorized activity between domains.
.The application must use the SharePoint object model to accomplish this. You need to
design the application to support these security requirements. How should you design the
timer job?
Which two actions should you perform?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an ASP.NET Web
application that uses the Entity Framework. The build configuration is set to Release. The application
must be published by using Microsoft Visual Studio 2010, with the following requirements:
• The database schema must be created on the destination database server.
• The Entity Framework connection string must be updated so that it refers to the destination
database server.
You need to configure the application to meet the requirements.
Which two actions should you perform?(Each correct answer presents part of the solution. Choose
two.)