You need to ensure that an administrator is notified by e-mail if the Event Viewer logs any error
Your network contains a server named Server1 that runs Windows Server 2008 R2. You need to
ensure that an administrator is notified by e-mail if the Event Viewer logs any error. What should
you do from the Event Viewer console?
Which code segment should you add at line 03?
You have a SharePoint list named Announcements. You have an event receiver that contains the
following code segment. (Line numbers are included for reference only.) 01Public Overloads
Overrides Sub ItemAdding(ByVal properties As SPItemEventProperties) 02If
properties.ListItem(“Title”).ToString().Contains(“secret”) Then 03 04End If 05End Sub You need to
prevent users from adding items that contain the word “secret” in the title to the list. Which code
segment should you add at line 03?
Which code segment should you use?
You create a client application that remotely calls the Business Connectivity Services (BCS)
object model. You need to create the context that will be used to request a cache refresh. Which
code segment should you use?
You need to ensure that the subscription collection runs successfully
Your network contains two servers named Server1 and Server2 that run Windows Server 2008 R2.
From Server1, you create a collector-initiated subscription that uses Server2 as a source computer.
You verify the event subscription and discover the error message shown in the exhibit. (Click the
Exhibit button.)
You need to ensure that the subscription collection runs successfully. What should you do?
Which deployment strategy should you recommend?
You are designing a solution for sharing information among employees located in a main
office and several branch offices. The solution will consist of the following elements: “An
ASP.NET Web application that accesses and manipulates large amounts of data ‘Web
services used by the Web application for data access “A Microsoft SQL Server database
Data displayed to users is never more than one day old. You need to plan a deployment
strategy that minimizes bandwidth requirements. Which deployment strategy should you
recommend?
Which approach should you recommend?
Your company has an existing SharePoint 2010 public-facing Web site. The Web site runs
on multiple load-balanced Web front-ends. Your company recently changed its name. You
are asked to design a plan to update the Web site content to reflect the company name
change. You need to accomplish this with a minimum amount of developer hours and
minimum impact on users. Which approach should you recommend?
You need to ensure that GridView1 only displays items from Announcements that have an expiry date that is grea
You create a Web Part. The Web Part contains a grid view named GridView1 and the following
code segment. (Line numbers are included for reference only.) 01 Dim dc As New
IntranetDataContext(“http://intranet”) 02 MyGridView.DataSource = From announce In
dc.Announcements _ 03 04 Select announce IntranetDataContext is a LINQ context. You need to
ensure that GridView1 only displays items from Announcements that have an expiry date that is
greater than or equal to the current date. What should you do?
You need to be notified by e-mail if the DNS service logs errors or warnings
Your network contains a DNS server named DNS1 that runs Windows Server 2008 R2. You need to be
notified by e-mail if the DNS service logs errors or warnings. The solution must minimize the number
of e-mail notifications you receive. What should you do?
Which approach should you recommend?
You are designing an ASP.NET MVC 2 Web application. The view content will be
composed of user controls. You have the following requirements: • Deliver content that is
provided by user controls to the browser. • Select the appropriate user controls to render
within the controller. You need to ensure that your design meets the requirements. Which
approach should you recommend?
Which approach should you recommend?
You have a public-facing SharePoint 2010 site. The site resides on two Web front-ends that
are not load balanced. You are asked to design an update for a Web Part to the site. The
update requires modifications to the code in the global assembly cache (GAC). You need to
design the update with minimal impact to users who are accessing the site. Which approach
should you recommend?