You need to ensure the Client dimension is able to support n

题目
单选题
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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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.


参考答案:C

第2题:

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.A

B.B

C.C

D.D


参考答案:D

第3题:

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. MaxRetryCount

B. MaxTransferWindowSize

C. MaxPendingChannels

D. InactivityTimeout


参考答案:C

第4题:

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)

正确答案:A

第5题:

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.


参考答案:B

第6题:

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.A

B.B

C.C

D.D


参考答案:C

第7题:

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.A

B.B

C.C

D.D


参考答案:C

第8题:

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.


参考答案:B

第9题:

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)


参考答案:A

第10题:

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"]; }

正确答案:C

更多相关问题