You have recently completely creating a new application for Certkiller .com.This new application has to load an instance of the Inventory class from a large file named Inventory.dat.You need to ensure that the application executes the loading process in as little time as possible.What should you do?()
A.
B.
C.
D.
第1题:
A.
B.
C.
D.
第2题:
You have a DNS zone that is stored in a custom application directory partition. You install a new domain controller. You need to ensure that the custom application directory partition replicates to the new domain controller. What should you use()
第3题:
You have two servers that run Windows Server 2008 named Server1 and Server2. You install Windows SharePoint Services (WSS) 3.0 on Server1. You install the SMTP feature on Server2. You configure the outgoing e-mail settings on Server1 to use the SMTP service on Server2. You need to ensure that e-mail messages from Server1 are forwarded to users. What should you do?()
第4题:
Your company has a server that runs Windows Server 2008 R2.You have a new application that locates remote resources by name. The new application requires IPv6.You need to ensure that the application can locate remote resources by using IPv6. What should you do?()
第5题:
You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to develop a new control for the application.The control will have the same properties as a TextBox control.You need to ensure that the control has a transparent background when it is painted on form.You want to achieve this goal by using the minimum amount of development effort.What should you do?()
第6题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. In your company there is a server which contains a default SQL Server 2005 instance. For a new application, you have to install a SQL Server 2008 instance on the server. Your company CIO assigns a task to you. You must make sure that the respective certified third-party applications have access to both database instances. You have to achieve this goal without changing the existing application environments. So what should you do to achieve this by using as little database administrative effort as possible?()
第7题:
A
B
C
D
第8题:
From the command prompt, run setup.exe.
From Add or Remove Programs, add a new program.
In Windows Explorer, use the Run As option to run setup.exe.
In Windows Explorer, use Compatibility mode to run setup.exe.
第9题:
AppDomain.CurrentDomain.ShadowCopyFiles
AppDomain.CurrentDomain.CachePath
AppDomain.CurrentDomain.ConfigurationFile
AppDomain.CurrentDomain.Evidence
第10题:
All forms in the application.
Any forms opened by the user who initiated the record group.
Only the form issuing the CREATE_GROUP built-in.
Any forms referenced by the form that contains the procedure.
第11题:
Use the following code: AppDomain appInfo = ApplicationDomain.Current;
Use the following code: AppDomain appInfo = AppDomain.CurrentDomain ();
Use the following code: AppDomain appInfo = Thread.GetDomain ();
Use the following code: AppDomain appInfo = MainThread.GetDomain ();
第12题:
A
B
C
D
第13题:
A.
B.
C.
D.
第14题:
You work as an application developer at Certkiller .com. Certkiller .com wants you to develop an application that stores and retrieves client information by means of a unique account number.You create a custom collection class, which implements the IDictionary interface,named ClientDictionary. The following code have been included into the new application. //Create Client objects Client c1 = new Client ("AReid", "Andy Reid", Status.Current); Client c2 = new Client ("DAustin", "Dean Austin", Status.New); //Create ClientDictionary object IDictionary cData = new ClientDictionary (); cData.Add ("10001", c1); cData.Add ("10002", c2); You use the same method to add other Client objects to the collection. You need to ensure that you are able to retrieve client information associated with the account number 10111.What should you do?()
第15题:
You are creating a Windows Communication Foundation (WCF) service. The service endpoints change frequently. On the service, you add a new ServiceDiscoveryBehavior to the Behaviors collection of the ServiceHost Description property. You need to ensure that client applications can communicate with the service and discover changes to the service endpoints. What should you do?()
第16题:
You have recently created and distributed RDP files for a certain RemoteApp program. However,you findthat the application performs poorly and needs to be migrated to a more powerful server. What should youdo to ensure that users can connect to the RemoteApp program after it is migrated?()
第17题:
As an administrator at Certkiller.com, you have installed an Active Directory forest that has a single domain. You have installed an Active Directory Federation services (AD FS) on the domain member server. What should you do to configure AD FS to make sure that AD FS token contains information from the active directory domain()
第18题:
A
B
C
D
第19题:
Create a new Pointer (PTR) DNS record.
Create a new Quad-A (AAAA) DNS record.
Create a new Signature (SIG) DNS record.
Create a new Route Through (RT) DNS record.
第20题:
Publish the application by using Group Policy Software Installation.
Deploy the application by using Windows Server Update Services (WSUS).
Service an online image of Windows 7 to add the new application.
Service an offline image of Windows 7 to add the new application.
第21题:
You should install SQL Server 2008 as a named instance, and make the new application to use the new instance.
You should install SQL Server 2008 as the default instance, and make the new application to use the default instance.
You should upgrade the SQL Server 2005 application to use SQL Server 2008.
You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance.
第22题:
the Active Directory Administrative Center console
the Active Directory Sites and Services console
the DNS Manager console
the Dnscmd tool
第23题:
Override the OnBoot method instead of the OnStart method.
Replace the Main method code with the following code: EnumerateService service = new EnumerateService (); Service.Run ();
Override the OnLoad method instead of the OnStart method.
Replace the Main method code with the following code: EnumerateService service = new EnumerateService (); Run (service);