位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 微软MCAD 70-310 实战百题

手机扫码关注微信
随时随地刷题

微软MCAD 70-310 实战百题

推荐等级:
  • 卷面总分:100分
  • 试卷类型:模拟试题
  • 测试费用:¥5.00
  • 试卷答案:有
  • 练习次数:0
  • 作答时间:0分钟

试卷介绍

微软MCAD 70-310 实战百题

试卷预览

  • 51You develop an ADO.NET application that uses a Microsoft SQL Server database and a SqlClient data provider. Your application includes the following four code segments, which are each called once:Dim MyConnection 1 As New SqlConnection () MyConnectionl.Connectionstring = "Data Source=" & "ProdServer;Initial Catalog=Billing/& "Integrated Security=true"MyConnectionl.Open ()Dim MyConnection2 As New SqlConnection() MyConnection2.Connectionstring = "DataSource=" & "ProdServer;Initial Catalog=Billing;& "Integrated Security=true"MyConnection2.Open ()Dim MyConnection3 As New SqlConnection() MyConnection3.Connectionstring = "Data Source=" & "SearchServer;Initial Catalog=Search;& "Integrated Security=true"MyConnection3.Open()Dim MyConnectionl As New SqlConnection() MyConnectionl.Connectionstring ="Data Source=" & "ProdServer;Initial Catalog=OrderEntry;"& "Integrated Security=true"MyConnection4.Open()You verify that your application is the only application that is using SQL Server. Your application runs all code segments by using the same identity.You run the application. Connection pooling is enabled, and the entire application run within the connection timeout parameter.How many connection pools are created?

    A.One

    B.Two

    C.Three

    D.Four

    开始考试练习点击查看答案
  • 52You are using Visual Studio .NET to develop an application to replace a COM-based application. You are assigned to write a . NET class that will be used by client applications as a COM object. Your class code is being moved and modified while development continues on the new application.You want to minimize any possible disruption to the COM interface as a result of code changes.Which code segment should you use?

    A.Public Class MyClassToExpose Public Function Calc () As Integer 'Implementation code goes here.End Function End Class

    B.Public Interface IMyClassToExposePublic Function Calc () As Integer End InterfacePublic Class MyClassToExpose Implements IMyClassToExpose Public Function Calc () As Integer 'Implementation code goes here.End Function End Class

    C. Public Class MyClassToExposePublic Function Calc() As Integer 'Implementation code goes here. End Function End Class

    D.

    E.AutoDispatch) >Public Class MyClassToExpose Public Function Calc () As Integer 'Implementation code goes here.End Function End Class

    开始考试练习点击查看答案
  • 53You are using Visual Studio .NET to develop an application. You have a common business logic component that was created in COM that you want to use until you can replace it with Visual Studio .NET code.You create the Visual Studio .NET solution for the new application. You want to use the COM component in your Visual Studio .NET solution. What should you do?

    A.Register the COM component by using Regsvr32.exe

    B.Run the Type Library Exporter (Tlbexp.exe) and pass the COM component as the filename parameter

    C.Use Visual Studio .NET to add a reference to the COM component

    D.Run the Assembly Registration tool(Regasm.exe) and pass theCOM component as the filename parameter

    开始考试练习点击查看答案
  • 54You are using Visual Studio .NET to develop a new application to replace an older COM-based application. The new application will use some of the old COM components until they can be replaced by Visual Studio .NET code.Your application uses a COM DLL named OurCOM.dll. The Visual Studio.NET assembly for 0urC0M.dll must be named OurDotNetCOM. You must use the name "ProjectX" for the namespace of the COM components . You must ensure that your application uses these naming guidelines. What should you do?

    A.Reference OurCOM.dll from Visual Studio .NET.Change the assembly name in Solution Explorer.Change the namespace name by editing the assembly

    B.Reference OurCOM.dll from Visual.NET.Change the assembly name in Solution Explorer. Change the namespace name by using the Namespace property of a Code- Name space Import object

    C.Run the Type Library Importer (Tlbimp.exe) with the /namespace and/out options to create the assembly

    D.Run the Type Library Importer (Tlbimp. exe) with the /out option to create the assembly. Change the namespace by using the Namespace property of a CodeNamespaceImport object

    开始考试练习点击查看答案
  • 55You are creating a serviced component named CTComponent that will be distributed to your customers. You are also creating a setup project that will register the component in the global assembly cache on each customer’s computer.You anticipate that there will be future updates to CTComponent that you will provide to your customers. All updates to CTComponent will be backward compatible. You will create similar setup projects for each update of CTComponent that will register the updated assembly in the global assembly cache.You need to ensure that any applications on your customers ' computer that reference CTComponent use the most recent version of the component.Which actions should you take? (Choose all that apply)

    A.Sign CTComponent by using a strong name

    B.Compile CTComponent as a satellite assembly

    C.Include a publisher policy file that is registered in the global assembly cache on your customer's computers

    D.Increment the assembly version for each update of CTComponent

    E.Add an application configuration file to CTComponent that includes assembly binding information that redirects priorversions to the updated version。

    开始考试练习点击查看答案
  • 56You create three Windows services named SRI, SR2, and SR3. You want to install all three services on a computer named Computer1 by using the Installer tool (Installutil.exe).On the command line of Computer1, you enter and run the following command: Installutil SRI SR2 SR3During the installation process, SR3 throws an installation error. The installation process completes.How many of the three services are now installed on Computer1?

    A.None

    B.One

    C.Two

    D.Three

    开始考试练习点击查看答案
  • 57You have a .NET Remoting object named Promotions. The Promotions class allows remote client applications to add new product promotions to an online catalog application. The Promotions class is an assembly file named Fabrikam.dll.You have an Internet Information Services (IIS) virtual directory named PromotionsObject. The Fabrikam. dl 1 file is in the Promo- tionsObjectbin directory. You want to host the Promotions class in IIS.What should you do?

    A.Create a We

    B.config file that includes the following code segment: B. Create a Web.config file that includes the following code segment:

    C.Create a Web.config file that includes the following code segment:〈configuration〉〈system.runtime.remoting〉 〈formatter ref="soap"/>

    开始考试练习点击查看答案
  • 58You are creating an XML Web service that processes credit card information. This service will be consumed by computers that run on Microsoft Windows operating systems, as well as computers that run on other operating systems.You must ensure that client credentials passed to the service are secure and cannot be compromised. You are not as concerned with the length of time that Web method calls take to maintain this level of security. You need to configure authentication for this service.Which type of authentication should you use?

    A.Basic

    B.Forms

    C.Client Certificate

    D.Integrated Windows

    开始考试练习点击查看答案
  • 59You are creating an XML Web service that provides a daily quotation from literary works to its customers. This quotation is requested in many different languages, thousands of times every day, and by thousands of Web sites operating many different platform.A Web method named GetQuotes takes a languagelD as input. GetQuotes uses this languagelD to retrieve a translated version of the daily quotation from a Microsoft SQL Server database and to return that quotation to the customer.You want to minimize the time it takes to return the translated version.What should you do?

    A.Store each translated quotation by using the Cache object

    B.Store each translated quotation by using the Session object

    C.Set the Buf ferResponse property of the WebMethod attribute to false

    D.Set the CacheDuration property of the WebMethod attribute to an interval greater than zero

    开始考试练习点击查看答案
  • 60Your company provides a credit card processing application for its customers. The current application supports only computers that run on a Microsoft Windows operating system.You are asked to rewrite the current application as a . NET application. This .NET application does not need to be backward compatible with the current application.You must ensure that this new application meets the following requirements: ••Must support asynchronous processing•Must be able to pass data through firewalls•Must pass only SOAP-Compliant formatted data validated by using an XSD schema•Must not be limited to client computers running on a Microsoft operating systemYou want to accomplish this task by using the minimum amount of development effort.Which type of .NET application should you use?

    A.Windows service

    B.XML Web service

    C.Serviced component

    D..NET Remoting object

    开始考试练习点击查看答案
 6/10   首页 上一页 4 5 6 7 8 9 下一页 尾页
返回顶部