They are implemented using Java and XML
They support a client-server programming model
They are used to create tightly coupled applications
They are implemented using standardized technologies
第1题:
You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()
第2题:
What is the biggest advantage of using Web services to create SOA solutions?()
第3题:
Which four are true?()
第4题:
You want to implement a master-detail relation between data blocks based on object tables. How would you do this? ()
第5题:
You work with a SQL Server 2005 database that provides banking information for customers. You want customers to see banking reports that combine data that is retrieved from the database with real-time investment information that comes from a Web service provided by a third party. The investment information must be current when the reports are executed. You need to create the appropriate objects that support the reports. What should you do?()
第6题:
You need to call an unmanaged function from your managed code by using platform invoke services. What should you do?()
第7题:
You have a Web server named Web1 that runs Windows Server 2003 Service Pack 2 (SP2). Users on the internal network connect to the Web site on Web1 by using the URLhttp://www.contoso.com. From the Internet, you cannot connect to the Web site by using the URL http://www.contoso.com. You can connect to the Web site by using the public IP address of Web1.You need to ensure that users on the Internet can connect to the Web site on Web1 by using the URL http://www.contoso.com. You deploy a DNS server that is accessible on the Internet. What should you do next?()
第8题:
Create a new parent OU for the Corporate and Support OUs and name the parent OU Users. Move all user objects to the Users OU, and then create and link a Group Policy object (GPO) with the screensaver setting to the Users OU.
Create and link a Group Policy object (GPO) with the screensaver setting to the Support OU and select the Block Inheritance option.
Create and link a Group Policy object (GPO) with the screensaver setting to the Corporate OU, create and link a GPO with the screensaver setting to the Support OU, and then enable loopback processing in Replace mode on the Support OUs GPO.
Create and link a Group Policy object (GPO) with the screensaver setting to the Support OU and select the Enforced option.
第9题:
They are implemented using Java and XML
They support a client-server programming model
They are used to create tightly coupled applications
They are implemented using standardized technologies
第10题:
RIP does not support routing contexts
routing contexts are implemented in a single routing process
routing contexts are implemented using multiple routing processes
routing contexts are implemented as several instances of a single routing process
routing contexts are implemented as a single instance of several routing processes
第11题:
Publish the data in the database as an XML Web service by using the FOR XML AUTO clause.
Create a table to store the banking information for each customer. Create a trigger that fires when data is inserted into the table that joins with the data coming from the Web service.
Create a Transact-SQL stored procedure that uses a temporary table to store the banking information for each customer. Update the table with the values from the Web service.
Have a developer in your company create an assembly that calls the remote Web service. Create aCLR function by using the assembly. Call the CLR function and combine the results with banking information in the database.
第12题:
Create a class to hold DLL functions and then create prototype methods by using managed code.
Register your assembly by using COM and then reference your managed code from COM
Export a type library for your managed code.
Import a type library as an assembly and then create instances of COM object.
第13题:
How are RIP routing contexts implemented in MPLS VPN? ()
第14题:
What is a primary differentiator between pSeries eWLM (Enterprise Workload Manager) and WLM (Workload Manager)?()
第15题:
Which four actions can you perform using the WebLogic Admin Console?()
第16题:
Which four statements are true?()
第17题:
You need to provide ad hoc reporting capabilities to fulfill business requirements. What should you do?()
第18题:
You have a single Active Directory directory service domain. You create organizational units (OUs) named Corporate and Support. You move the corporate user and computer accounts into the Corporate OU. You move the accounts of computers in the support department into the Support OU. You need to ensure that users have one screensaver while using computers that are in the Corporate OU, and aseparate screensaver while using computers that are in the Support OU. What should you do?()
第19题:
ClassCastException
NullPointerException
NoClassDefFoundError
NumberFormatException
ArrayIndexOutOfBoundsException
第20题:
Routing contexts are implemented in a single routing process.
Routing contexts are implemented using multiple roubng processes.
Routing contexts are implemented as a single instance of several routing processes.
Routing contexts are implemented as several instances of a single routing process.
第21题:
A different procedure is required to restore a database from compressed backups
The AS COMPRESSED clause of the BACKUP command provided by RMAN is used to create compressed backup sets and image copies.
Using this command to create backups minimizes the bandwidth consumed
Using this command to create backups improves the performance of the backup process
第22题:
pSeries eWLM can create classes while pSeries WLM can create tiers.
pSeries eWLM can create tiers while pSeries WLM can create classes.
pSeries eWLM is implemented over multiple O/S images while pSeries WLM is implemented within an individual O/S image.
pSeries eWLM is implemented within an individual O/S image while pSeries WLM is implemented over multiple O/S images.
第23题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
第24题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
The relationship between Movie and Actress is an example of an is-a relationship.