网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
You need to ensure the Client dimension is able to support new orders and new client records. Which setting should you configure?()
A

ROLAP storage

B

Lazy aggregations

C

Write Enabled property

D

Unknown Member functionality


参考答案

参考解析
解析: 暂无解析
更多 “单选题You need to ensure the Client dimension is able to support new orders and new client records. Which setting should you configure?()A ROLAP storageB Lazy aggregationsC Write Enabled propertyD Unknown Member functionality” 相关考题
考题 You are developing a Windows Communication Foundation (WCF) service. Client applications require reliable sessions to access the service.Users report that they receive ServerTooBusyException errors when their client application tries to establish a session. You need to ensure that the service can handle a minimum of 30 client connection requests.Which ReliableSessionBindingElement property should you configure?()A. MaxRetryCountB. MaxTransferWindowSizeC. MaxPendingChannelsD. InactivityTimeout

考题 You are creating an application that consumes a Windows Communication Foundation (WCF) service. The service implements the IService contract. The client application contains the CallbackHandler class, which implements IServiceCallback.You need to ensure that a client proxy is created that can communicate with the service over a duplex channel.Which code segment should you use?()A.B.C.D.

考题 All client computers on your company network run Windows 7. A computer is unable to connect to network resources. The configuration of the computer is as shown in the following table.You need to ensure that the computer is able to connect to network resources. What should you do?()A.Change the IP address to 131.107.3.254.B.Change the subnet mask to 255.255.248.0.C.Change the default gateway to 131.107.0.1.D.Change the preferred DNS server to 131.107.3.1.

考题 You configure parental controls on your computer for your child‘s user account. Your child logs on with a different account and is able to access inappropriate Web sites. You need to ensure that your child cannot access inapproriate Web sites.What should you do?()A.AB.BC.CD.D

考题 Your computer has a wireless network adapter installed. However, the computer fails to connect to the wireless network. You need to ensure that the computer is able to connect to the wireless network.What should you do?()A.AB.BC.CD.D

考题 You need to back up the existing data on a computer before you install a new application. You also need to ensure that you are able to recover individual user files that are replaced or deleted during the installation.What should you do?()A.AB.BC.CD.D

考题 You are the domain administrator for TestKing‘s Active Directory domain. Thedomain consists of four domain controllers named TestkingDC1, TestkingDC2,TestkingDC3, and TestkingDC4. TestkingDC1 and TestkingDC2 run Windows 2000Server and have the latest service pack installed. TestkingDC3 and TestkingDC4run Windows Server 2003. All client computers run Windows XP Professional andhave the latest service pack installed.You have a new client computer that you plan to use to perform domainadministration functions.You need to be able to manage Active Directory users and computers remotely.What should you do?()A. Install the Windows Support Tools from the Windows Server 2003 installation CD on your client computer.B. Install the Adminpak.msi file from the Windows Server 2003 installation CD on your client computer.C. Use the Help and Support Center tools on your client computer to connect to the domain controller that you need to manage.D. Use Computer Management on your client computer to connect to the domain controller that you need to manage.

考题 Your company runs Remote Desktop Services. All client computers run Windows Vista SP2. You have a Remote Desktop Session Host (RD Session Host) server.You need to deploy a RemoteApp application to client computers and ensure that the application appears on the Start menu.Which file type should you distribute to the client computers?()A.Windows Installer (.msi)B.Client Configuration File (.wcx)C.Shortcut file (.LNK)D.RemoteApp Programs list and settings (.tspub)

考题 Your company runs Remote Desktop Services. All client computers run Windows Vista SP2. You have a Remote Desktop Session Host (RD Session Host) server. You need to deploy a RemoteApp application to client computers and ensure that the application appears on the Start menu. Which file type should you distribute to the client computers?()A、Windows Installer (.msi)B、Client Configuration File (.wcx)C、Shortcut file (.LNK)D、RemoteApp Programs list and settings (.tspub)

考题 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?()A、 Use the following code: Client foundClient;foundClient = (Client) cData.Find ("10111"); B、 Use the following code: Client foundClient;if (cData.Contains ("10111")) foundClient = cData ["10111"]; C、 Use the following code: Client foundClient;if (cData.Contains ("10111"))foundClient =(Client) cData ["10111"]; D、 Use the following code: Client foundClient;foreach (string key in cData.Keys {if (key == "10111")foundClient = (Client) cData.Values ["10111"]; }

考题 You have a single Active Directory directory service domain. You use a Group Policy object (GPO) to apply security settings to your client computers. You configure the startup type for system services settings in a new GPO, and you link the GPO to an organizational unit (OU).  You discover that the startup type for system services on one of the client computers has not been updated. You need to ensure that the Group Policy settings are applied to the client computer. What should you do?()A、  Restart the client computer.B、 Instruct the user to log off and then log on to the client computer.C、 On the client computer, run the Gpupdate.exe command with the /Force parameter.D、 On the client computer, run the Gpupdate.exe command with the /Target:computer parameter.

考题 You are designing a remote administration solution that meets business requirements. You need to specify client or server software that will be required. What should you do?()A、Ensure that all client computers have a graphical Telnet client installedB、Ensure that all client computers have the Remote Desktop Connection client software installedC、Ensure that all server computers have RCONSOLE installed and that it is configured to start automaticallyD、Ensure that all server computers have Remote Administration (HTML) installed

考题 You are administering a Windows 2000 Professional, single Pentium II 400Mhz processor computer. You need to install a new accounting software application.  The software manufacturer recommends that you use a dual-processor configuration. First, you install a second identical processor in your computer. You need to ensure that you will be able to install the new software.  What should you do next?()A、 Update the HAL to support multiple processors.B、 In Device Manager, disable the direct memory access controller.C、 Use the Add/Remove Hardware Wizard to detect and install the driver for the new processor. D、 Reinstall Windows 2000 Professional to support a multi-processor configuration.

考题 You work as an application developer at Certkiller .com. You are developing a collection class named ClientCollection, which is to be used for storing the names of Certkiller .com’s clients that are situated in various geographical areas. These client names are represented by the Client class. You are planning to create a method named SortClients in the ClientCollection class to arrange Client objects in ascending order. You need to ensure that the appropriate interface is implemented by the Client class to allow sorting.What interface should be used?()A、 IDictionaryB、 IComparableC、 IComparerD、 IEqualityComparer

考题 You configure a new SQL Server 2005 computer to use TCP/IP with all default settings. Your corporate policy requires that each server use a firewall. You find that you can connect to the SQL Server instance from the local computer. However, client computers cannot connect to the SQL Server instance.You need to identify the most likely cause of the connection issues. What should you do first?()A、Ensure that port 1433 is open in your firewall.B、Ensure that port 443 is open in your firewall.C、Ensure that client computers connect by using Shared Memory protocol.D、Ensure that the server is not paused.

考题 You need to recommend a strategy to ensure that the administration of AD LDS is encrypted.  What should you include in the recommendation?()A、a server authentication certificateB、client authentication certificatesC、Digest authenticationD、Windows Integrated authentication

考题 Your company has an Active Directory forest that contains client computers that run Windows  Vista and Windows XP.     You need to ensure that users are able to install approved application updates on their  computers.     Which two actions should you perform()A、Set up Automatic Updates through Control Panel on the client computers.B、Create a GPO and link it to the Domain Controllers organizational unit. Configure the GPO to automatically searchC、Create a GPO and link it to the domain. Configure the GPO to direct the client computers to the Windows Server UpD、Install the Windows Server Update Services (WSUS). Configure the server to search for new updates on the Intern

考题 You need to ensure that only authorized personnel are able to modify student grades. Which desktop environment or environments should you use?()A、Windows XP ProfessionalB、Windows 2000 Professional  C、Windows 98 with Active Directory client installed  D、Windows NT Workstation 4.0 with the latest service pack and Active Directory client installed

考题 Your company has an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. All client computers run Windows 7. You use Microsoft Enterprise Desktop Virtualization (MED-V) to support client virtualization requirements. You need to ensure that all MED-V virtual machine (VM) images can be centrally stored and are available to all client computers. What should you do?()A、Install and configure IIS on a member server.B、Configure a shared folder on a member server.C、Create a single workspace for all client computers.D、Install and configure Microsoft SQL Server 2008 on a member server.

考题 多选题You need to ensure that only authorized personnel are able to modify student grades. Which desktop environment or environments should you use?()AWindows XP ProfessionalBWindows 2000 ProfessionalCWindows 98 with Active Directory client installedDWindows NT Workstation 4.0 with the latest service pack and Active Directory client installed

考题 多选题Your network has client computers that run Windows XP.   Users do not have administrative rights to their local computers.   You use Windows Server Update Services (WSUS) to manage software updates. You are planning to deploy Windows 7.   Your company uses a custom application that is not compatible with Windows?7.   You need to ensure that all users are able to run the custom application.    What are two possible ways to achieve this goal?()ADeploy and register the compatibility-fix database file to the client computers by using a user startup script.BDeploy and register the compatibility-fix database file to the client computers by using a computer startup script.CInstall and register a shim on the client computers by using Group Policy.DInstall and register a shim on the WSUS server.

考题 单选题Your company has an Active Directory Domain Services (AD DS) domain. All server s run Windows Server 2008 R2. All client computers run Windows 7. You use Microsoft Enterprise Desktop Virtualization (MED - V) to support client virtualization requirements. You need to ensure that all MED - V virtual machine (VM) images can be centrally stor ed and are available to all client computers. What should you do?()A Install and configure IIS on a member server.B Configure a shared folder on a member server.C Create a single workspace for all client computers.D Install and configure Microsoft SQL Se rver 2008 on a member server.

考题 单选题You work as an application developer at Certkiller .com. You are developing a collection class named ClientCollection, which is to be used for storing the names of Certkiller .com’s clients that are situated in various geographical areas. These client names are represented by the Client class. You are planning to create a method named SortClients in the ClientCollection class to arrange Client objects in ascending order. You need to ensure that the appropriate interface is implemented by the Client class to allow sorting.What interface should be used?()A  IDictionaryB  IComparableC  IComparerD  IEqualityComparer

考题 单选题You are administering a Windows 2000 Professional, single Pentium II 400Mhz processor computer. You need to install a new accounting software application.  The software manufacturer recommends that you use a dual-processor configuration. First, you install a second identical processor in your computer. You need to ensure that you will be able to install the new software.  What should you do next?()A  Update the HAL to support multiple processors.B  In Device Manager, disable the direct memory access controller.C  Use the Add/Remove Hardware Wizard to detect and install the driver for the new processor. D  Reinstall Windows 2000 Professional to support a multi-processor configuration.

考题 单选题You are developing a Windows Communication Foundation (WCF) service. Client applications require reliable sessions to access the service.Users report that they receive ServerTooBusyException errors when their client application tries to establish a session. You need to ensure that the service can handle a minimum of 30 client connection requests. Which ReliableSessionBindingElement property should you configure?()A MaxRetryCountB MaxTransferWindowSizeC MaxPendingChannelsD InactivityTimeout

考题 单选题You are planning to upgrade the client computers of the users in the sales department to Windows 7. You need to recommend an upgrade solution to ensure that the client computers can run App2. What should you include in the recommendation?()A Internet Explorer Administration Kit (IEAK)B Microsoft Application Compatibility Toolkit (ACT)C Microsoft Application Virtualization (App-V)D Microsoft Enterprise Desktop Virtualization (MED-V)

考题 单选题You need to ensure the Order Control team is able to track the number of orders that reach the production department. What should you do?()A Create a new Time dimension based on the Holiday table. Use derived columns for the month and the year.B Create a Server Time dimension. Within this dimension, enable the time periods year, month, and date. Select the Additional Manufacturing calendar option.C Create a new Time dimension based on the date values within the ProductOrderStatus table. Flag those days on which no orders were received as Holiday.D Create a new Time dimension based on a data source view named query. Derive the data for this data source view from unique dates within the ProductOrderStatus table. Use a subquery to identify the holidays and derived columns for the month and the year.