Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

TIBCO BW6 Certificate Exam Review: Questions and Answers, Exams of Social Sciences

A comprehensive review of the tibco bw6 certificate exam, covering key concepts and providing answers to a series of multiple-choice questions. It is a valuable resource for individuals preparing for the exam, offering insights into various aspects of tibco bw6, including bwagent technology, ems configuration, and fault tolerance. Structured as a series of questions and answers, making it easy to navigate and understand.

Typology: Exams

2023/2024

Available from 11/07/2024

ROCKY-B
ROCKY-B 🇰🇪

5

(5)

4.4K documents

1 / 5

Toggle sidebar

Related documents


Partial preview of the text

Download TIBCO BW6 Certificate Exam Review: Questions and Answers and more Exams Social Sciences in PDF only on Docsity! TIBCO BW6 CERTIFICATE EXAM REVIEW 3 What's the execution result of "bwadmin -f eoe c:\\temp\\centralscript.cmd"? (1) execute the centralscriptcmd and proceed with subsequent cmds in case of error (2)execute the centralscriptcmd and exit from the script in case of error (3)restore the local file system from bwagent datastore (4)backup the current domain - Answers-(2) Which port is the default bwagent rest apidoc port? (1) 7777 (2) 5555 - Answers-(2), 7777 is the default BW appnode restapi port In config.ini, ems.ssl.verify.host=enabled and ems.ssl.verify.hostname=enabled, which statement is true? (1) bwagent will check on if the server certificate is within the trusted certificate chain then start to connect (2)bwagent will check on if the server certificate is within the trusted certificate chain and if the connected server name is the server certificate cn name (3)bwagent will check on if the host existing VIA ping - Answers-(2) In bwagent.ini, which parameters define the communication between bwagent and appnode (1)bwagent.appnode.communication.port (2)appnode.name (3)appnode.password (4)bwagent.http.host (5)bwagent.http.port - Answers-(1)(2)(3) Bwagent technology is Active Space, M1,M2 are the server bwagent, M3,M4 are the client bwagent, M3,M4 connect to M1 and M2 and M3 and M4 connected between each other, which statements are correct (1)M1,M2 listener URL= tcp://M1:5050;tcp://M2:5050 (2)M1,M2 Discovery URL= tcp://M1:5050;tcp://M2:5050 (3) M1,M2,M3,M4 Discovery URL = tcp://M1:5050;tcp://M2:5050. M1 lstenerurl=tcp://M1:5050. M2 listenerurl=tcp://M2:5050 (4)M1,M2 Discovery URL= tcp://M1:5050;tcp://M2:5050, M3,M4 listenerurl=tcp://M1:5050;tcp://M2:5050 - Answers-(3) Suppose there are M1,M2,M3,M4,M5 5 server bwagents in the network, if M1,M2 are down, the server is still able to work, but if M1,M2,M3 are down, the server will be broken. Which statements are correct in case of M1,M2 are down? (1) minseedcount=2, quromsize=2 (2) minseedcount=3, quromsize=3 (3) minseedcount=3, quromsize=2 (4) minseedcount=2, quromsize=3 - Answers-(2) In production, which bwagent technology is allowed (1)DBFTL (2)DBEMS (3)Active Space (4) DBFTL and DBEMS (5) DBFTL and Active Space (6) DBEMS and Active Space - Answers-(4) Bwagent technology is DBEMS, which EMS statements are correct (1) grant queue $sys.monitor.> user=bwadgent all; Grant admin user=bwadgent view-server,view-connection,create-destination (2) grant topic $sys.monitor.> user=bwadgent all; Grant admin user=bwadgent view-server,view-connection,create-destination (3) grant topic $sys.monitor.> user=bwadgent all; Grant admin user=bwadgent view-acl, view-connection, view-destination - Answers-(2) In bwagent,ini, remote.status.requesttimeout=5 seconds, which statement is correct (1) the timeout of request from bwagent to appnode is 5 seconds (2)the timeout of request from bwagent to bwagent is 5 seconds (3)the timeout of request from bwagent to teaagent is 5 seconds - Answers-(1) Suppose bwagent technology is DBEMS, the database is sql server, which statement is correct (1) database name=bwagentdb, databaseuser=bwuser, sever role of the user is public, usermapping of databaseuser is bwagentdb, databaserole of bwuser is public+read+write (2) database name=bwadmindb, databaseuser=bwuser, sever role of the user is public, usermapping of databaseuser is bwadmindb, databaserole of bwuser is public+dbowner (3) database name=bwadmindb, databaseuser=bwagent, sever role of the user is public, usermapping of databaseuser is bwadmindb, databaserole of bwagent is public+dbowner - Answers-(2) Where to define the bwagent restapi authentication customized jass module (1) bwagent.ini bwagent.auth.jassloginmodule (2)bwagent.tra java.security.auth.login.conf=jass.login.conf - Answers-(2), in EMS, the jass login conf is defined in tibemsd.conf file. Which statements of roles with bwagent restapi authorization are correct (1) admin role has all the permission (2) operator role has the read and write permission (3) user only has the read permission (4) operator role has the life-cycle permission like start/stop application as well as the read permission - Answers-(1)(3)(4). Bwagent permission role is the same with TEA permission role Which command show the agent process info