최신 Tibco Software Certification TB0-104 무료샘플문제:
1. Which three fragments are valid for the single MessageListener L, and the two MessageConsumers M1 and M2, created from different sessions? (Choose three.)
A) M1.receive(); M1.setMessageListener(L);
B) M1.stop(); M1.receive();
C) M1.setMessageListener(null); M1.receive();
D) M1.setMessageListener(L); M2.receive();
E) M1.setMessageListener(L); M1.receive();
2. Which two types of objects does TIBCO EMS store using a JNDI service? (Choose two.)
A) connections
B) connection factories
C) sessions
D) destinations
E) messages
3. A project requires that client applications have the ability to browse messages before receiving them from the TIBCO EMS server.
Which type of messaging should be used in this situation?
A) A pub/sub messaging model should be used, as it allows for browsing messages before they are received.
B) A point-to-point messaging model should be used, as it allows for browsing messages before they are received.
C) Short Message Service (SMS) should be employed, as it contains native protocol support for message filtering.
D) Request/reply messaging should be employed, as client applications can then inspect each message synchronously.
4. Which two statements are true? (Choose two.)
A) In ClientAcknowledge mode, call Message.acknowledge(), acknowledges all unacknowledged messages that the client application has consumed within the session.
B) In ExplicitClientAcknowledge mode, call Message.acknowledge(), acknowledges only the individual message.
C) In DupsOkAcknowledge mode, call Message.acknowledge(), acknowledges all unacknowledged messages that the client application has consumed within the connection.
D) In ClientAcknowledge mode, call Message.acknowledge(), acknowledges all unacknowledged messages that the client application has consumed within the connection.
5. Server A has an active route to Server B, while Server B has a passive route to Server A.
Both servers have authorization enabled.
Which statement is true?
A) Server A must create user B, and Server B must create user A for the routes to connect successfully.
B) Server A and Server B must create user B for the routes to connect successfully.
C) Server A and Server B must create user A for the routes to connect successfully.
D) Server A must create user A, and Server B must create user B for the routes to connect successfully.
질문과 대답:
질문 # 1 정답: A,C,D | 질문 # 2 정답: B,D | 질문 # 3 정답: B | 질문 # 4 정답: A,B | 질문 # 5 정답: A |