Tag: architecture

Questions Related to architecture

  1. This solution has fat clients

  2. This solution has thin clients

  3. There is a good separation of business logic

  4. The solution has good Scalability

  5. There is a poor separation of business logic

  6. The solution has poor scalability


Correct Option: B,E,F
  1. Modularizing Code

  2. Using well defined software design patterns

  3. Using Servlets to manage distributed database access

  4. Using JSP Scriptlets to locate enterprise beans

  5. Using Data Access Objects when Session Beans or BMP Entity beans have to communicate to the database


Correct Option: C,D
  1. Create a DMZ between the two networks.

  2. Create a VPN between the two networks.

  3. Create a secure network connection between the two networks by using a combination of Java sockets and JSSE.

  4. This is not possible, as the corporate firewalls would block this.


Correct Option: B
  1. Provides very good client security, persons without a client cannot access system.

  2. Ability to access the client's PC utilities or Native API's.

  3. Maintainability of application code is good.

  4. UI changes are easily and immediately available to the clients.


Correct Option: D
  1. Developing the code.

  2. Confidentiality of code

  3. It is very hard to deploy.

  4. Javascript should never be used for Java EE applications. Java EE specification does not mention about javascript.


Correct Option: B

Which of the following is a scenario to use Web Services?

  1. Implementing a solution with guaranteed message delivery.

  2. When there is a need to exchange data between different applications on different platforms.

  3. Application is a rich-GUI with minimal interactions with database

  4. Applications need to exchange data in an an interoperable way.


Correct Option: B,D
  1. JAX-WS talks about Web Services where as JAX-RPC is not related to Web Services.

  2. Both use JAXB for data binding

  3. JAX-WS uses JAXB for data binding.

  4. JAX-RPC uses JAXB for data binding.


Correct Option: C