TIBCO CERTIFICATION QUESTIONS..
1. Arrange in order (Match the following).
1. Configure the service.
2. Create the EAR file.
3. Configure the domain.
4. Upload the ear file.
5. Deploy.
Ans: Above is the correct order
2. Suppose a test and a prodution setup is to be deployed in the same network, what care has to be taken?
a) Using different Subject/topic/queue names
b) Having 2 different domains
c) test and production should run in two different machines A and B.
d) test and production should run in same machine A
Ans: a,b,c
3. Why HTTP(S) is used to administrate business process?
a) Because HTTP(S) supports multi-cast
b) Because HTTP(S) does not need any configuration for different subnets
c) Because HTTP(S) supports point-to-point
4. If TIBCO has to be setup within a network, using JMS as transport, how do you
implement conversation level security (Options included encrypting using SSL)
Ans: Use SSL setup
5. If, in a production setup, the default RV port has to be changed from 7500 to 7600, how would you achieve this in the least complicated manner?
Ans: The answers could be like setting up the port as a global variable which can be modified while deploying the solution through administrator.
6. A question about the restrictions, if any, if a secondary server accesses the admin GUI.
Ans: Secondary servers just have read access hence can not modify anything through the admin GUI
7. Which are things you can see in administrator?
a) OS version?
b) Machines in the domain?
c) Machines in the subnets?
d) Alerts?
Ans: a, b, d.
8. Which type of transports could be used to communicate between Tibco Administrator and deployed services? (choose 3)
a) JMS
b) RV
c) HTTP
d) HTTPS
Ans: b, c, d
9. Which utility is used to add a machine to an administrative domain
a) Domain Utility.
b) TIBCO Administrator
c) Designer
d) Modifying the .tra file
Ans: a
11. How to parameterize file paths, ports etc in an application
a) Using global variables.
b) Changing the .tra file
c) Changing the system properties
Ans: a . Can modify the tra file as well but it is not recommended and mostly for advanced users.
12. Where are the designer preferences stored
a) Inside a .TIBCO folder in the user home directory.
b) Inside the .DESIGER folder of user home directory
Ans: a
13. Modes of install which prompt for user input
a) GUI
b) Console.
c) Silent
Ans: a,b
14. Which of the following modes do not prompt for user interference during TIBCO installation (Choose 2)
- GUI Mode
- Silent Mode
- Command mode
- uninterrupt mode
Ans: a,c
15. What are the components you need to run the deployed process?
a) Designer
b) Admnistrator
c) TRA
d) BW
Ans: c, d
16. The kind of roles available inside administrator - read, write, administer & super user.
17. What is the disadvantage with installing 2 administrator in a single machine.
(I don't remember the options)
18. The utility comes with the TIB_TRA_SUIT.(Choose 3)
1. Designer.
2. BW.
3. TRA.
4. Hawk.
5. Administrator.
Ans: 1,3,4
19. Which parameter is used to enable the hawk console monitor in Administrator.
1. tibcoadmin.monitor.hawkConsole.enabled = true in /tibco/administrator/domain//bin/.tra.
2. hawkConsole = true variable in n /tibco/administrator/domain//bin/.tra.
3.tibcoadmin.monitor.hawkConsole.enabled in /tibco/hawk/bin/ConfigureMonitoring.tra
4. -hawkConsole = true in /tibco/hawk/bin/ConfigureMonitoring.tra.
Ans: 1
20. How do you scale out your solution,some choices were guven.
Ans: You can scale your solution by adding extra machines to your domain using the domain utility and then using the administrator to deploy solutions on these machine as well.
21. What is the best way of porting from test to productions domain? (basically from one domain to another domain) (Choose 2)
a) Use global variables, and modify in Designer
b) Use global variables, and modify from Administrator before deployment
c) Change the name of the project before import into Administrator, something of that sort
d) .....
e) .....
Ans: b,c
22. How can unauthorized users be prevented from triggering a process?
a) Making the whole business process SSL encrypted
b) Making only the starter of the business process SSL encrypted
c) Assigning roles to users in administrator
Ans: c
23. Why HTTP(S) is used to administrate business process? (Choose 3)
a) ...
b) ...
c) ...
d) ...
e) ...
24. What are the limitations of a secondary administration server
a) Can not perform deployments
b) .....
c) Can not perform any activity that requires READ_WRITE permission like deploying applications, adding users etc.
Ans: a and c
25. You want to deploy the Business Works process on a machine. What is the necessary software required for the same (choose 2)
a- TIBCO Administrator
b- TIBCO Businessworks
c- TRA
d- TIBCO EMS
e- TIBCO Adapter
Ans: b,c
26. What would you use to add a machine to the Administration Domain
a- Domain Utility
b- Do it via administrator
Ans: a. Machine can only be added using the domain utility
27. If you had to install a production and development environment what r the precautionary measures you would take to ensure sanctity (Choose 3)
a- Deploy production and Development on different machines
b- Deploy production and development on different domains
c- Adhere to naming conventions for Production and Development queues etc.
d- Deploy both on same machine.
e- Ensure that at the subnet level both environments are seperate.
Ans: a, b, c
28. You need to change the Global variables of a project from production to delveopment on startup of the engine.Which is the way you would be able to achive it? (Choose 2)
a- Use an on engine startup activity which shall use a mapper and update global variables.
b- Change the tra file before starting engine , add the global variables
c- Use a command line utility to update the global variables on engine startup
Ans: a, b
29. What settings of alerts can be modified from the TIBCO adminstrator GUI (choose 3)
- Message text
- High Medium low
- Clear
- Restart
- (Dont remember exact options)
Ans: a,b,c
30. What are the limitations of a secondary server
- You can deploy applications using secondary
- You can enable all restrcitions giving the secondar READ_WRITE Access
- You can performa user management, deployment and any other operations which require READ_WRITE operations
- No limitaions in secondary server
Ans: Repeat Question.
31. What are the usage of Administrator (Choose 4)
- User Management
- Deployment
- Designing a process
- Deployment Monitoring
- Domain Management
Ans:a, b, d,e
32. You have two set of deployments -developmemt and production.You wish to change the RV parameters for both these environments.Which is the best way to enable the same,(Choose 2)
- Keep two different projects for developmemt and production
- Keep two different multi projects
- Use Global variables for the RV configuration parameters and change the same in designer before deployment.
- Use Global variables for the RV configuration parameters and change the same in administrator before deployment.
Ans: Repeat. c, d
33. Your organization wishes to scale up in the near future .Which is a best practice to be implemented.
- Using RV with distributed queue
- Using JMS Queue recievers
- Using JMS with client mode
- Using JMS Sender
Ans:a
34. Which of the following is visible from administrator : (Choose 3)
- OS version
- Machines in domain
- Machines in subnet
-
Ans:Repeat a, b
35. What are the JRE requirements for TIBC INstallation
- TIBCO Does not need a JRE
- Existing JRE needs to be uninstalled
- When installing you can choose an existing JRE or TIBCO will install its own JVM
Ans: c.
36. How to stop adding secondary servers in Administrator.(I don't remember the options).
Ans:
37. What is the default heap size set in Tibco Administrator.
1. 32K,
2. 512 M
3. 32M.
Ans: 2
38. Which one specify the maximum number for rotating the log file in Tibco Hawk.(I Don't remember the options).
Ans: 5 files
39. One question was asked on how to manage the resource conflict in the TRA design time library.(I Don't remember the options).
40. The utility used to switch adapter dependency from one TRA to another TRA.
1. TraModify.exe
Ans: 1
41. Which TRA utility allows deployment of the TIBCO adapter SDK as an service.(I Don't remember the options).
Ans: TIBCO wrapper utility
42. Why TIBCO-RV is more reliable than JMS.(Don't remember the options)
43. Chose the option for installing the TRA with creating response file in UNIX.
Ans: TRA.exe -is:javaconsole -option_record
44. How to overload the default config path in TIB_HAWK.
Ans: By modifying option -auto_config
45. Only BW processes can be run in a FT mode and not adapter process true/false
Ans: true
46. What is the sequence for deploying a BW process.
Ans: See question1
47. For a machine to run BW process what is the softwares required.
Ans: Repeat
48. A process is created which maps the pin code to a area (The information is stored in a remote data ). What is the best way to implement this
Ans: Create a process with onStartup activity, Read all the pin codes at startup and keep it in a shared variable. Later just look up the shared variable
49. There is a BW look up process running on a queue to serve a lot of clients. What is the best way to do it
a)Set the exclusive property on the queue to true
b)set the exclusive property on the queue to false
c)have multiple BW engines deployed across machines on the same queue.
d)Have multiple BW engines deployed across machines and change the queue to topic.
Ans: d
50. If you want the messages between JMS client and server to be encrypted what is the best way to do it
a)Use 3-DES encryption in the messages
b)use SSL and relevant certificates in both the client and server side.
c)Use
Ans:b
51. Where no application specific log files kept (Admin and hawk logs) choose 2
a)tibco/logs
b)tibco/tra/domain/nameofDomain/logs/
c)tibco/tra/domains/logs/NameofDomain
d)tibco/administrator/domain/NameofDomain/logs
Ans: b,d
52. If you want to create a EAR file for a dynamically called process which is true
a)All you need to do is add the process with started and all dependent process gets added automatically.
b)You would need to add all the subprocess individually.
Ans: b
53. A machine starts performing badly if the number of processes increases more than 75. what is the best way to monitor:
a)create a rulebase using administrator to monitor the number of processes on the machine
b)Create event for monitoring CPU % to 75 %
c)Create event to alert if the number of processes go beyond 75.
Ans: b
62. A businessworks process has two database updates - One for an SQL server database and one to ORACLE database. Which is the fastest way to execute the same. (Choose 1)
a- Place the two update activities in parallel
b- Use a common JDBC Connection to enable the updates.
c- Place the two update activities in sequence.
Ans: a
63. How can unauthorized users be prevented from triggering a process
a) Making the whole business process SSL encrypted
b) Making only the starter of the business process SSL encrypted
c) Assigning roles to users in administrator
Ans: c.