Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Web Server

  2. Database

  3. Portal

  4. Content Management System.

  5. Both c and d

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Joomla is fundamentally a content management system that enables portal creation, making option E accurate. It's neither a web server nor a database, though it runs on LAMP stack.

Multiple choice general knowledge science & technology
  1. A Java Library wrapping with Hibernate a Database schema

  2. A graph based language represent some kind of execution which can be shown as a graph.

  3. A workflow engine

  4. All of the above

  5. None

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

jBPM encompasses all three aspects: it's a Java framework using Hibernate for persistence, represents business processes as graphs (BPMN/jPDL), and functions as a workflow engine for process automation.

Multiple choice general knowledge science & technology
  1. jPDL

  2. BPEL

  3. pageflow

  4. BPMN

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

jBPM has evolved to support multiple process definition languages: jPDL (original), BPMN (current standard), BPEL for web services orchestration, and pageflow for web navigation flows. This versatility makes it widely applicable.

Multiple choice general knowledge science & technology
  1. Workflow engine

  2. Rule engine

  3. BPEL execution engine

  4. All of the above

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Drools is a business rule management system and rule engine that separates business logic from application code. While often used alongside jBPM, Drools itself focuses specifically on rule execution, not workflow orchestration or BPEL.

Multiple choice general knowledge science & technology
  1. Apache License

  2. MIT Open License

  3. GNU Lesser General Public License

  4. All of the above

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Drools is a business rule management system (BRMS) and rule engine released under the Apache License 2.0, which is a permissive free software license. The GNU Lesser General Public License (LGPL) is a different license used by some Java libraries but not Drools. The 'All of the above' option is incorrect because only the Apache License applies.