Tag: programming languages

Questions Related to programming languages

Which of the following SQL command represent character data type?

  1. CHAR

  2. VARCHAR

  3. VARCHAR2

  4. All the Above


Correct Option: D
  1. Storage Query Language

  2. Structured Query Language

  3. Storage Queuing Language

  4. Standard Query Language


Correct Option: B

A developer has a requirement to expose a Web service interface to an existing order processing system. The order processing system is quite old and the company has doubts about its compatibility with newer technologies. What is the appropriate design?

  1. only a new interaction layer

  2. only a new processing layer

  3. a new interaction layer and a new processing layer

  4. a new interaction layer and a facade processing layer that uses the existing order processing system

  5. a new processing layer and a facade interaction layer that uses the existing order processing system


Correct Option: D
  1. The developer must use an EJB-based endpoint.

  2. The developer must use a procedure-style Web service.

  3. The developer must use a document-style Web service.

  4. The developer can use a procedure-style or document-style Web service.


Correct Option: D
  1. use javax.xml.soap.Element

  2. use javax.xml.soap.Node

  3. use javax.xml.soap.SOAPHeader

  4. use javax.xml.soap.SOAPElement

  5. use javax.xml.soap.SOAPFault

  6. use javax.xml.soap.SOAPBodyElement


Correct Option: D

A company is designing a new application to track the materials used by their construction firm on a large industrial construction project. They want their suppliers to be able to see what materials the company needs for a competitive bid process. As the architect for the Service Oriented Architecture, why would a developer use UDDI?

  1. It defines the Web services as a resource.

  2. It defines a stateful behavior for the participating Web services.

  3. It provides a location where services can be dynamically discovered.

  4. It defines a stateless behavior for the participating Web services.

  5. It decouples the Web service from its implementation.


Correct Option: C
  1. Domain

  2. field of a table

  3. check table

  4. Type


Correct Option: D

You are creating a report to summarize the number of cars sold by region. Which object should you use to aggregate the number of cars sold?

  1. Detail

  2. Measure

  3. Dimension

  4. Sum


Correct Option: B