Tag: architecture

Questions Related to architecture

What is the difference between Maintainability and Manageability in Software Engineering?

  1. Manageability is the ability to correct flaws in the system whereas maintainability is the ability to ensure the continued health of the system.

  2. Maintainability is the ability to correct flaws in the system whereas manageability is the ability to ensure the continued health of the system.

  3. Maintainability deals with ensuring that the system is always reliable and accessible whereas manageability deals with the ability to add functionality to the system.

  4. They are both the same.


Correct Option: B

Which of the following is true?

  1. a. The Notify shape is typically connected to the bottom of an assignment

  2. b. The Notify shape causes correspondence to be sent

  3. c. The Notify shape sends correspondence only to work parties

  4. d. (a) & (b)

  5. e. (a), (b) and (c)


Correct Option: E

The assignment shape has a parameter where you can enter the Work Status. This status takes effect:

  1. a. When the assignment first appears in the worklist or workbasket

  2. b. When the assignment is completed via a Local Flow Action

  3. c. Only for the duration of the assignment

  4. d. After the duration of the assignment


Correct Option: A
  1. a. Resolve work and Reply to work

  2. b. Receive work and Report on work.

  3. c. Review work and Report on work

  4. d. Route work and Resolve work.


Correct Option: D
  1. (a) Workbasket

  2. (b) Workbasket & Router

  3. (c) Workbasket, Agent, & External

  4. (d) Workbasket, Agent, & Router


Correct Option: C

Routers can be attached to:

  1. (a) Utilities

  2. (b) Assignments

  3. (c) Start Flow Shapes

  4. (d) All the above


Correct Option: B

Based on information in a page list or group, Split For Each:

  1. (a) Sends multiple work objects through the same flow

  2. (b) Sends the current work object through multiple flows

  3. (c) Sends any given work object through multiple flows

  4. (d) Sends any given work object through the same flow.


Correct Option: A
  1. (a) The Utility is not initialized

  2. (b) The Utility is in the wrong class

  3. (c) Your Activity is in the wrong class

  4. (d) Your Activity is not set up as a Utility


Correct Option: D
  1. (a) An exception is placed in the log file

  2. (b) The current flow is suspended and the FlowProblems flow is started

  3. (c) An email is sent to the user’s manager

  4. (d) The work object is closed


Correct Option: B
  1. (a) The flow will not save

  2. (b) The flow will be suspended

  3. (c) The flow will save, but an execution Java exception will be raised

  4. (d) The flow will be suspended, and control will be transferred to the FlowProblems flow


Correct Option: D