You are building a test environment to evaluate DNS Security Extensions (DNSSEC). You have a domain controller named Server1 that runs Windows Server 2008 R2 in your test environment. Server1 has the DNS Server server role installed. You need to configure Server1 to support the DNSSEC evaluation. Which two actions should you perform?()A、Create a new Quad-A (AAAA) DNS record.B、Create a new Signature (SIG) DNS record.C、Create a new Public key (KEY) DNS record.D、Create a new Well-known service (WKS) DNS record.

You are building a test environment to evaluate DNS Security Extensions (DNSSEC). You have a domain controller named Server1 that runs Windows Server 2008 R2 in your test environment. Server1 has the DNS Server server role installed. You need to configure Server1 to support the DNSSEC evaluation. Which two actions should you perform?()

  • A、Create a new Quad-A (AAAA) DNS record.
  • B、Create a new Signature (SIG) DNS record.
  • C、Create a new Public key (KEY) DNS record.
  • D、Create a new Well-known service (WKS) DNS record.

相关考题:

——Where do you live?——I live in a tall building,on the___________floor.

We agree to () the test. A、you didB、your doingC、yours doingD、you do

()you have entered your new office building, you probably would like to refurnish it. A、Now thatB、So thatC、ForD、Because

You create a service and deploy it on a network in a building named Building1. You will deploy the service to Building2.The service in Building1 is configured using the following discovery scopes.The service in Building2 will be configured using the following discovery scopes.You need to ensure that the client application can discover the service in Building1 or the service in Building2.Which scopes should you add to the client configuration file? ()A.B.C.D.

() you have entered your new office building, you probably would like to refurnish it.ANow thatBSo thatCForDBecause

You would have passed the test if you ().A、Studied hardB、would study hardC、had studied hardD、Have studied hard

You are building a Front Controller using a JSP page and you need to determine if the user’s session hasNOT been created yet and perform some special processing for this case. Which scriptlet code snippet willperform this test?()A、% if ( request.getSession(false) == null ) {// special processing} %B、% if ( request.getHttpSession(false) == null ) {// special processing} %C、% if ( requestObject.getSession(false) == null ) { // special processing} %D、% if ( requestObject.getHttpSession(false) == null ) { // special processing} %

You work as the enterprise exchange administrator at Xxx .The Xxx network is running in a Microsoft Exchange Server 2010 environment.How can you find out about the mailboxes that exceeds 2 GB in size?()A、You must use the Get-MailboxStatistics cmdlet.B、You must use the Test-Mailflow cmdlet.C、You must use the Get-StoreUsageStatistics.D、You must use the Test-ServiceHealth cmdlet.

You have a DNS server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You create a primary zone on Server1 for contoso.com.You run the DNS simple query test and recursive query test. The simple query test completes successfully, but the recursive query test fails.You need to ensure that the recursive query test can complete successfully.  What should you do on Server1?()A、Clear the cache.B、Disable recursion.C、Enable access to the Internet.D、Configure a reverse lookup zone.

You are building a client for a Windows Communication Foundation (WCF) service. You need to create a proxy to consume this service. Which class should you use?()A、ChannelFactoryB、 ServiceHostC、ClientRuntimeD、CommunicationObject

You are a network administrator for your company. You need to test a new application.   The application requires two processors and 2 GB of RAM. The application also requires shared folders on the application server and requires the installation of software on the client computers.   You create the test plan. You assemble a server in the test lab. You install Windows Server 2003, Web Edition on theserver. You install the application on the server. You install the client software components for the application on 20 client computers in the test lab.   You test the application. You discover that only some of the client computers can run the application. You turn off the client computers that ran the application successfully, and you test again. The client computers that failed in the first test now run the application successfully.   You need to identify the cause of the failure and update your test plan.   What should you do? ()A、 Increase the Maximum number of worker processes to 20 for the default application pool.B、 Use Add or Remove Programs to add the Application Server Windows component.C、 Change the Application pool identity to Local Service for the default application pool.D、 Change the test server operating system to Windows Server 2003, Standard Edition or Windows Server 2003, Enterprise Edition.

You have an Exchange Server 2010 organization with mailbox server in a lab environment.The lab is not connected to internet.You need to verify autodiscover is configured correctly for client connectivity.What will you use?()A、Best practice analyzerB、Remote connectivity analyzerC、Test-MAPIconnectivity cmdletD、Test-outlookWeb services cmdlet

You work as the enterprise exchange administrator at TestKing.com. You are responsible for managingthe Exchange Server 2010 environment. You are in the process of devising a plan to install a monitoringsolution for the Exchange Server 2010 environment. You receive notification to propose a solution tomanagement for tracking of the usage of ActiveSync clients as well as analyzing the usage trends. What should you do?()A、Test best option is to include the Exchange Server Performance Troubleshooter in the solution.B、Test best option is to include the Internet Information Server log files in the solution.C、Test best option is to include the Microsoft System Control Configuration Manager in the solution.D、Test best option is to include the Exchange Server Mail Flow Troubleshooter in the solution.

You work as the enterprise exchange administrator at Xxx .The Xxx network is running in a Microsoft Exchange Server 2010 environment.You are responsible for managing a Mailbox server named XXX-EX02.The employees at Xxx use Microsoft Office Outlook 2010 to access to the Exchange environment.What actions must you take to determine the amount of lag for connections to XXX- EX02?()A、You must use the Test-Mailflow cmdlet.B、You must use the MSExchangeTransport diagnostic logging.C、You must use the Test-ServiceHealth cmdlet.D、You must use the Test-OutlookConnectivity cmdlet.

单选题You are building a client for a Windows Communication Foundation (WCF) service. You need to create a proxy to consume this service. Which class should you use?()AChannelFactoryB ServiceHostCClientRuntimeDCommunicationObject

单选题You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You plan to implement a test strategy for the application. You need to ensure that the test strategy meets the following requirements: Test data can be added to the test project without recompiling. Multiple variations of a test can be executed at run time. What should you do? ()AUse IntelliTrace.BUse data-driven tests.CCreate a single test class.DCreate a test method for each data variation.

单选题You need to test your disaster recovery solution. Which role should you transfer to the disaster recovery location during the test?()ARID masterBSchema masterCPDC emulator masterDDomain naming master

单选题Your company has a single Active Directory Domain Services (AD DS) domain and 1,000 client computers.  You are planning to deploy Windows 7 by using a zero-touch installation process.   You need to test the deployment methodology.   What should you do first?()ACreate a security group with test computers as members.BCreate a distribution group with test computers as members.CCreate a computer collection with test computers as members.DCreate an organizational unit and move test computer accounts into it.

单选题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET MVC 2 Web application using .NET Framework 4.0. You implement a single project area in the MVC 2 Web application. In the Areas folder, you add a subfolder named MyTest. You add the following files to the appropriate sub-folders:  MyController. csMyHome.aspx  You register a route of the area, setting the route name to MyTest_default and the area name to test. You create a view named MyViews.aspx that is outside the test area. You need to add a link to MyViews.aspx that points to MyHome.aspx. Which of the following code segments will you use?()A%= Html.ActionLink(MyTest, MyHome, new {area = test}, null)%B%= Html.RouteLink(MyHome, MyTest, new {area = test}, null)% C%= Html.RouteLink(MyTest, MyHome, MyTest, new {area = test}, null)%D%= Html.ActionLink(MyTest, MyHome, MyTest, new {area = test}, null)%

问答题Practice 9  If you want to get a driver’s license, you will have to apply at a driver’s license office. There you will be required to take a written test for driving in that area. You will also need to pass an eye test. If you need glasses, make sure you wear them. In addition, you must pass an actual driving test. If you fail the written or driving tests, you can take them again on another date.

单选题Sometimes it is necessary to be careful _____ the right date to sit for a test.Awhen choosingBwhen you will chooseCwhen you have chosenDwhen you chose

单选题You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application. You need to ensure that the test class can repeat user input. From which base class should the test class inherit?()AAutomationElementIdentifierBAutomationPeerCKeyboardDUICues

多选题You plan to implement Hyper-V Virtualization to test applications. In the test environment, you will take frequent snapshots of virtual machines (VMs). You need to recommend which disk types you should use for the planned deployment of the VMs.   Which disk types should you recommend?()Afixed-sizeBdynamically expandingCpass-throughDdifferencing

单选题Before building a house, you will have to _____ the government’s permission.Aget fromBfollowCreceiveDask for

单选题You are the Exchange administrator for the Xxx Corporation’s Exchange 2010 organization.You want to test connectivity for Outlook Anywhere through the Autodiscover service.What should you use to test it?()AMail Flow TroubleshooterBThe Test-OutlookConnectivity cmdletCMessage TrackingDPerformance Troubleshooter

单选题Which part of the text helps if you are angry about the Building Service?AHELP US TO HELP YOUBYOUR BUILDING SERVICECWHAT YOU CAN DO IF THINGS GO WRONG

单选题You need to test your disaster recovery solution.  Which role should you transfer to the disaster recovery location during the test?()A RID masterB Schema masterC PDC emulator masterD Domain naming master