최신 IBM certifications I 000-376 무료샘플문제:
1. In order from the most to the least flexible, which is the correct integration styles in terms of flexibility and reuse?
A) Direct connectivity, message queuing, message brokering
B) Message queuing, message brokering, direct connectivity
C) Message brokering, message queuing, direct connectivity
D) Message brokering, direct connectivity, message queuing
2. An application needs to display the last published message every five minutes. What is the best way of doing this?
A) Use MQSUB with MQSO_NEW_PUBLICATIONS_ONLY and call MQSUBRQ every five minutes.
B) Use MQSUB with SubExpiry set to 300.
C) Use MQSUB with MQSO_PUBLICATIONS_ON_REQUEST option and SubExpiry set to 300.
D) Use MQSUB with MQSO_PUBLICATIONS_ON_REQUEST and call MQSUBRQ every five minutes.
3. An organization has a widely distributed online environment, where applications are connected via WebSphere MQ messaging. A business requirement is brought forward that the delivery of certain persistent mission critical datagram messages needs to be recorded in a central location. The delivery information must not be lost. The mechanism used must not be dependent on cooperation of the receiving applications. Which of the following designs will meet these requirements?
A) In the MQMD of the messages in question, COD and EXCEPTION reports will be requested;the Reply-to queue fields point at a queue on a central queue manager reserved for thispurpose.
B) The sending application will put a copy of each message on a central queue reserved for thispurpose, including the completion code and reason code of the original request.
C) In the MQMD of the messages in question, PAN, NAN and EXCEPTION reports will berequested; the Reply-to queue fields point at a queue on a central queue manager reservedfor this purpose.
D) In the MQMD of the messages in question, COD and EXCEPTION reports will be requested;the resulting report messages will be delivered to the SYSTEM.ADMIN.REPORT.QUEUE onthe receiving queue manager.
4. Why should only privileged users be permitted to define alias queues?
A) There is no check if the TARGET is defined or not.
B) Users can bypass access control by creating a QALIAS.
C) An alias queue could have a remote queue for its TARGET.
D) A QALIAS can name another alias queue as its TARGET, which can potentially create aninfinite loop.
5. Which of the following best explains under which circumstances synchronous put can be useful for a client application?Which of the following best explains under which circumstances ?synchronous put?can be useful for a client application?
A) If all the messages put by the application are nonpersistent, as they are required to be forasynchronous put, it would be appropriate to use this option to improve performance.
B) The designer wants to improve the performance of puts, and the application needs immediateconfirmation that the put was successful.
C) The designer wants to improve the performance of puts, and the application does not needimmediate confirmation that the put was successful.
D) Asynchronous put cannot be used for messages put under syncpoint, but is a good option touse otherwise.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: D | 질문 # 3 정답: A | 질문 # 4 정답: B | 질문 # 5 정답: C |