네트웨크시대인 지금 인터넷에 검색하면 수많은 IBM certifications I C2180-376시험공부자료가 검색되는데 그중에서도 Pass4Test에서 출시한 IBM certifications I C2180-376덤프가 가장 높은 인지도를 지니고 있습니다. IBM certifications I C2180-376덤프에는 IBM certifications I C2180-376시험문제의 기출문제와 예상문제가 수록되어있어 덤프에 있는 문제만 잘 공부하시면 시험은 가볍게 패스가능합니다. IBM certifications I C2180-376시험을 통과하여 자겨증취득하는 꿈에 더욱 가까이 다가가세요.
NO.1 An application is required to retrieve rows from a relational database table and send
them across
WebSphere MQ to a remote queue manager, where a receiving application consumes them.
After a
successful MQPUT of a message, the corresponding row is to be deleted from the database.
It is intended
to run this application using the free WebSphere MQ Client. The delivery of each message is
to be
guaranteed. Which of the following is true about this implementation?
A. It cannot be done using the free WebSphere MQ Client; the Extended Transactional Client
is required,
since two phase commits are needed for this solution.
B. It cannot be done using the free WebSphere MQ Client; a local queue manager is required
to support
the guaranteed delivery of the messages.
C. This solution can be implemented using the free WebSphere MQ Client, provided that the
receiving
application can recognize and handle repeated delivery of the same message.
D. This solution cannot be implemented using the free WebSphere MQ Client; persistent
messaging is not
supported by the free WebSphere MQ Client.
Answer: C
NO.2 The topic object for the topic x/y is defined with WILDCARD=PASSTHRU. Which of
the following is the
most appropriate use of a wildcard for this topic?
A. Subscribe to topic x/y/#
B. Publish the information to topic x/y/#
C. Publish the information to topic x/y/+
D. It is not possible to use a wildcard with this topic
Answer: A
NO.3 An application creates documents in PDF format, which are subsequently transmitted
via WebSphere
MQ to a number of other servers in the network. Each server runs its own queue manager.
The
documents received by some servers are consistently corrupted, whereas on other servers
the
documents are intact. Other message traffic seems unaffected. What is the most likely
source of this
problem?
A. The environment variable MQCCSID specifies an incorrect value on the affected servers.
B. Incompatible message compression parameters are configured on the sending and
receiving channel
agents.
C. The network connection to the affected servers is unreliable and a message retry exit was
not specified
on the sending channel agent.
D. The affected servers run different CCSIDs from the servers creating the documents and
the message
descriptor specifies MQMD.Format as QSTR? causing message conversion.?QSTR?
causing message
conversion.
Answer: D
NO.4 There are multiple instances of a cluster queue. Which of the following is
recommended practice for the
default binding (DEFBIND) parameter?
A. Allow the local WebSphere MQ administrators to define default binding as they think best
for each
instance of the queue.
B. Require the WebSphere MQ administrators to set default binding to the same value for all
instances of
the queue in the cluster.
C. The solution designer should consult with the development team and local WebSphere
MQ
administrator to determine how best to configure default binding of each queue manager.
D. The best option is to accept the default setting for default binding on each queue manager,
as it should
have been given the optimal setting by its WebSphere MQ administrator.
Answer: B
NO.5 An organization has a widely distributed online environment, where applications are
connected via
WebSphere MQ messaging. A business requirement is brought forward that certain mission
critical
applications record audit trail data which is to be collected in a central location. No
information can be lost.
A central data warehouse must be loaded daily with this information as soon as possible after
end of
business. Which of the following proposed solutions is best in terms of the requirement,
reliability and
overall performance? The audit trail data is:
A. written to a file on the local file system and transmitted to the central audit trail server via
reliable file
transfer over WebSphere MQ.
B. sent as a persistent WebSphere MQ message and forwarded to the queue manager of the
central
server asynchronously.
C. inserted into a central database table via a remote access database client under control of
the local
WebSphere MQ transaction.
D. inserted into a local database table under two phase commit using WebSphere MQ as the
transaction
manager and a bulk update is performed at end of day.
Answer: B
NO.6 A company has an MQI application on Windows that continuously browses a queue to
identify a
message before removing it for processing. The application has only one program reading
the queue. The
company is experiencing increased volumes, and there is a need to add additional instances
of the
browsing program. Which of the following options could help with splitting and managing the
workload
across the multiple browsing programs?
A. Use browse with lock
B. Use browse with message under cursor
C. Use browse with priority sequencing
D. Use MQ cooperative browsing optionsUse MQ? cooperative browsing options
E. Share an object handle across the programs
Answer: A D
NO.7 A master data management solution has been implemented for the enterprise.
Updates with customer
and product data need to be distributed to several applications. What is the BEST approach
given that not
all applications might be interested in every customer type?
A. Use the publish/subscribe paradigm.
B. Receive updates on application-specific queues. Message properties and selectors should
be used for
filtering.
C. Browse a common queue for updates.
D. Use a request-reply pattern and query the MDM (Master Data Management) application.
Answer: A
NO.8 A bus company is implementing a solution which will display in real-time the arrival
information of the
next bus on the bus stop sign. Each bus is sending information about its position at regular
intervals. What
is the best way of implementing this solution given that there is limited bandwidth for
communication? The
bus stop sign:
A. subscribes to messages published by the bus
B. queries a central system for bus position using SOAP over HTTP
C. replicates its own database every few minutes with a database stored on a central system
D. sends a message with a request every few minutes to a central system in order to query
bus position.
All replies are compressed.
Answer: A
them across
WebSphere MQ to a remote queue manager, where a receiving application consumes them.
After a
successful MQPUT of a message, the corresponding row is to be deleted from the database.
It is intended
to run this application using the free WebSphere MQ Client. The delivery of each message is
to be
guaranteed. Which of the following is true about this implementation?
A. It cannot be done using the free WebSphere MQ Client; the Extended Transactional Client
is required,
since two phase commits are needed for this solution.
B. It cannot be done using the free WebSphere MQ Client; a local queue manager is required
to support
the guaranteed delivery of the messages.
C. This solution can be implemented using the free WebSphere MQ Client, provided that the
receiving
application can recognize and handle repeated delivery of the same message.
D. This solution cannot be implemented using the free WebSphere MQ Client; persistent
messaging is not
supported by the free WebSphere MQ Client.
Answer: C
NO.2 The topic object for the topic x/y is defined with WILDCARD=PASSTHRU. Which of
the following is the
most appropriate use of a wildcard for this topic?
A. Subscribe to topic x/y/#
B. Publish the information to topic x/y/#
C. Publish the information to topic x/y/+
D. It is not possible to use a wildcard with this topic
Answer: A
NO.3 An application creates documents in PDF format, which are subsequently transmitted
via WebSphere
MQ to a number of other servers in the network. Each server runs its own queue manager.
The
documents received by some servers are consistently corrupted, whereas on other servers
the
documents are intact. Other message traffic seems unaffected. What is the most likely
source of this
problem?
A. The environment variable MQCCSID specifies an incorrect value on the affected servers.
B. Incompatible message compression parameters are configured on the sending and
receiving channel
agents.
C. The network connection to the affected servers is unreliable and a message retry exit was
not specified
on the sending channel agent.
D. The affected servers run different CCSIDs from the servers creating the documents and
the message
descriptor specifies MQMD.Format as QSTR? causing message conversion.?QSTR?
causing message
conversion.
Answer: D
NO.4 There are multiple instances of a cluster queue. Which of the following is
recommended practice for the
default binding (DEFBIND) parameter?
A. Allow the local WebSphere MQ administrators to define default binding as they think best
for each
instance of the queue.
B. Require the WebSphere MQ administrators to set default binding to the same value for all
instances of
the queue in the cluster.
C. The solution designer should consult with the development team and local WebSphere
MQ
administrator to determine how best to configure default binding of each queue manager.
D. The best option is to accept the default setting for default binding on each queue manager,
as it should
have been given the optimal setting by its WebSphere MQ administrator.
Answer: B
NO.5 An organization has a widely distributed online environment, where applications are
connected via
WebSphere MQ messaging. A business requirement is brought forward that certain mission
critical
applications record audit trail data which is to be collected in a central location. No
information can be lost.
A central data warehouse must be loaded daily with this information as soon as possible after
end of
business. Which of the following proposed solutions is best in terms of the requirement,
reliability and
overall performance? The audit trail data is:
A. written to a file on the local file system and transmitted to the central audit trail server via
reliable file
transfer over WebSphere MQ.
B. sent as a persistent WebSphere MQ message and forwarded to the queue manager of the
central
server asynchronously.
C. inserted into a central database table via a remote access database client under control of
the local
WebSphere MQ transaction.
D. inserted into a local database table under two phase commit using WebSphere MQ as the
transaction
manager and a bulk update is performed at end of day.
Answer: B
NO.6 A company has an MQI application on Windows that continuously browses a queue to
identify a
message before removing it for processing. The application has only one program reading
the queue. The
company is experiencing increased volumes, and there is a need to add additional instances
of the
browsing program. Which of the following options could help with splitting and managing the
workload
across the multiple browsing programs?
A. Use browse with lock
B. Use browse with message under cursor
C. Use browse with priority sequencing
D. Use MQ cooperative browsing optionsUse MQ? cooperative browsing options
E. Share an object handle across the programs
Answer: A D
NO.7 A master data management solution has been implemented for the enterprise.
Updates with customer
and product data need to be distributed to several applications. What is the BEST approach
given that not
all applications might be interested in every customer type?
A. Use the publish/subscribe paradigm.
B. Receive updates on application-specific queues. Message properties and selectors should
be used for
filtering.
C. Browse a common queue for updates.
D. Use a request-reply pattern and query the MDM (Master Data Management) application.
Answer: A
NO.8 A bus company is implementing a solution which will display in real-time the arrival
information of the
next bus on the bus stop sign. Each bus is sending information about its position at regular
intervals. What
is the best way of implementing this solution given that there is limited bandwidth for
communication? The
bus stop sign:
A. subscribes to messages published by the bus
B. queries a central system for bus position using SOAP over HTTP
C. replicates its own database every few minutes with a database stored on a central system
D. sends a message with a request every few minutes to a central system in order to query
bus position.
All replies are compressed.
Answer: A