nerdexam
IBM

C9530-001 · Question #108

An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the…

The correct answer is A. Immediately. If a shared library is updated, the changes are immediately visible to all referencing applications. If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any…

Solution Design

Question

An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the applications that use the shared library start using the updated routine?

Options

  • AImmediately.
  • BWhen the Integration Node is restarted.
  • CWhen the Integration Server is restarted.
  • DAfter each application that uses the shared library is redeployed.

How the community answered

(33 responses)
  • A
    85% (28)
  • B
    3% (1)
  • C
    3% (1)
  • D
    9% (3)

Explanation

If a shared library is updated, the changes are immediately visible to all referencing applications. If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any application can

Topics

#shared library#redeployment#runtime update#immediate effect

Community Discussion

No community discussion yet for this question.

Full C9530-001 Practice