You need to ensure that the Web Part can send data to other Web Parts in the site
You plan to create a Web Part for a SharePoint site. You need to ensure that the Web Part can
send data to other Web Parts in the site. What should you do?
Which approach should you recommend?
An ASP.NET Web application stores data in a Microsoft SQL Server database that runs on
a separate server. The company requires all database access to be performed under the
identity of the user that is connected to the application. The Web application uses integrated
security in the database string. During testing, the Web application is unable to authenticate
to the database as the connected user. You need to design an authentication strategy.
Which approach should you recommend?
Which two actions should you perform?
Your company uses Active Directory-integrated DNS. Users require access to the Internet. You run a
network capture. You notice the DNS server is sending DNS name resolution queries to a server
named f.root-servers.net. You need to prevent the DNS server from sending queries to f.rootservers.net. The server must be able to resolve names for Internet hosts. Which two actions should
you perform? (Each correct answer presents part of the solution. Choose two.)
which process should you attach the debugger?
You create a SharePoint farm solution that contains a Web Part. You need to debug the Web Part
by using Microsoft Visual Studio 2010. To which process should you attach the debugger?
Which two actions should you perform?
Your company has a single Active Directory forest that has six domains. All DNS servers in the forest
run Windows Server 2008 R2. You need to ensure that all public DNS queries are channeled through
a single-caching-only DNS server. Which two actions should you perform? (Each correct answer
presents part of the solution. Choose two.)
Which two actions should you perform?
You create and deploy a custom Web Part. You add the Web Part to a page and receive a
runtime error. You need to display the detailed information of the error on the page. Which two
actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which approach should you recommend?
You are designing an ASP.NET Web application. Some Web application users prefer to turn
off cookie support in their browsers. You need to secure the Web application against
session spoofing when cookieless sessions are used. Which approach should you
recommend?
What should you configure in the web.config file?
You have a Web Part that causes an error. You need to ensure that you can view the trace history
in the Trace.axd file. What should you configure in the web.config file?
You need to configure the DNS system in the Contoso forest to provide name resolution for resources in both fo
Contoso Ltd. has a single Active Directory forest that has five domains. Each domain has two DNS
servers. Each DNS server hosts Active Directory-integrated zones for all five domains. All domain
controllers run Windows Server 2008 R2. Contoso acquires a company named Tailspin Toys. Tailspin
Toys has a single Active Directory forest that contains a single domain. You need to configure the
DNS system in the Contoso forest to provide name resolution for resources in both forests. What
should you do?
You need to ensure that the MySearchBox.ascx control appears
You create a user control named MySearchBox.ascx. You plan to change the native search
control in SharePoint to MySearchBox.ascx. You implement a Feature that contains the following
code segment. <Control Id=”SmallSearchInputBox” Sequence=”100″
ControlSrc=”~/_controltemplates/MySearchBox/ MySearchBox.ascx”> </Control> You discover
that the MySearchBox.ascx control fails to appear. You need to ensure that the
MySearchBox.ascx control appears. What should you do?