Enterprise Technology Assessment
A mixed quiz covering IBM OMNIbus administration, IBM ILOG JRules business rule management, and network security concepts including firewalls and DMZ configurations.
Questions
Firewalls can be implemented in
- Hardware
- Software
- Both Hardware and Software
- None of the Above
Application layer firewalls can be used as network address translators.
- True
- False
DMZ stands for
- Digital Management Zone
- De-Militarized Zone
- Digital Media Zone
- Data Management Zone
If you decide to allow your users Web access only via a proxy server, you can put the proxy in the firewall and set your firewall rules to permit outgoing access only to the proxy server.
- True
- False
Expand BAL
- Business Adaptive Language
- Business Action Language
- Business Architect Language
- Business Agile Language
WSDL import will have Action and Navigation part
- True
- False
Default Algorithm while creating the Rule Flow is
- Rete Algorithm
- Sequential Algorithm
- Rete Plus Algorithm
- None of the above
Expand IRL
- Inline RuLes
- Ilog Rule Language
- Inline Rule Language
- None of the above
Multiple action and navigation is possible for a single BOM variable
- True
- False
Rule flows can be edited by the RTS
- True
- False
Expand RTS
- Rule Team Server
- Rule Test Server
- Rule Team Scenario
- Rule Test Scenario
_________ is the UI for the Business users.
- Rule Scenario manager
- Rule Execution Server
- Rule Team server
- Rule Studio
_________ is the default user id and password for the Rule Execution Server.
- res/res
- bres/bres
- res/bres
- bres/res
Testing of rules can be done by:
- POJO
- Junit
- RSM
- All the above
What are the default authorization roles available to normal user created in OMNIbus?
- AlertsUser, Normal, Public
- AlertsUser, CatalogUser, ISQLWrite
- AlertsUser, CatalogUser, ChannelUser.
- AlertsUser, ChannelUser, DesktopAdmin
To set up OMNIbus 7.2 authorization, security objects should be configured in a certain order. In which order should security objects be configured?
- First Users, second Groups and third Roles
- First Roles, second Groups and third Users
- First Groups, second Users and third Roles
- First Groups, second Roles and third Users
Omnibus 7.2 provides several default groups. Which default groups are required by the ObjectServer and cannot be deleted or renamed?
- Administrator, Public and ISQL
- ISQL, ISQLWrite and Public
- Normal, Administrator and System
- Public, AlertsUser and System
How do you create a group of users in the ObjectServer?
- configure group name, group ID and roles
- configure user names, user ID and restriction filters
- run the UNIX command groupadd and assign an ID, a name and users to it
- run $OMNIHOME/nco_sql and insert: ObjectServer name, group name, user name and a unique
How is a trigger created or replaced if it already exist?
- DROP OR REPLACE ‘trigger_name’;
- CREATE OR RENAME TRIGGER ‘trigger_name’;
- CREATE OR REPLACE TRIGGER ‘trigger_name’;
- CREATE OR RECREATE TRIGGER ‘trigger_name’;
Which configuration has the greatest effect on ObjectServer response time?
- Reaper frequency
- Granularity frequency
- Deduplication frequency
- Temporal Trigger frequency