Tag: architecture

Questions Related to architecture

Multiple choice technology architecture
  1. A three-tier system has thin clients whereas a two-tier system will always have fat clients.

  2. A three-tier system will out perform a two-tier system.

  3. A three-tier system is easier to manage than a two-tier system.

  4. A three-tier system is easier to secure.

  5. A three-tier system can be both vertically and horizontally scaled whereas a two-tier system can only be horizontally scaled.

  6. A three-tier system is more extensible than a two-tier system.

Reveal answer Fill a bubble to check yourself
F Correct answer
Multiple choice technology architecture
  1. Fat Clients

  2. Thin Clients

  3. Good separation of business logic

  4. Good Scalability

  5. Poor separation of business logic

  6. Poor scalability

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Multiple choice technology architecture
  1. Portability to all browsers needs to be addressed.

  2. Your code may be exposed.

  3. Reduction of page refreshes to enhance user experience.

  4. Simulating client state on the browser and reducing the number of views.

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Multiple choice technology architecture
  1. A thin user interface that is browser based and utilizes JSP's and CSS with user preferences saved locally in a cookie.

  2. A thick client user interface utilizing AWT and user preferences saved locally in a cookie.

  3. A thick client user interface utilizing Swing and user preferences saved locally in a cookie.

  4. A thin browser based client utilizing JSF and CSS with user preferences persisted to database.

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology architecture
  1. XML Schema document and details of Message Body is required to build a client.

  2. WSDL document and Message headers must be supplied.

  3. There is no need to supply WSDL or XML Schema document to the client.

  4. Both WSDL document and XML Schema document must be supplied to the client.

Reveal answer Fill a bubble to check yourself
C Correct answer