• LOGIN
  • No products in the cart.

Drools Interview Questions and Answers

Drools Characteristics

Criteria Result
Functionality Business rules management & reasoning engine
Scope Can be used for local decisions or large scale decisions

What is Drool?

Drool is one of the business rule management systems or BRMS that has forward and backward chaining inference based rule engine.

What is other nomenclature for Drool?

Drool is also known as production rule system that uses enhanced implementation of Rete algorithm.

Drools Course

What is meant by Knowledge is Everything or KIE?

KIE is the new umbrella name to the systems set like drools, jBPM, optaPlanner, Guvnor, and uberFire and such other technologies.

What is the standard supported by Drool?

Drool supports JSR-94 standards for the business rule engine. It also supports enterprise framework for construction, enforcement, as well as maintenance of business policies.

What is JBoss Enterprise BRMS?

JBoss Enterprise BRMS is the reasoning engine for policy and rule developments for business. It also manages access and changes.

What is the productized version of Drools?

JBoss Enterprise BRMS is the productized version of Drools and it has enterprise level support.

What are the components of JBoss Enterprise Version?

The components of JBoss Enterprise Version are JBoss Enterprise web platform, JBoss Enterprise application of SOA platform, Business Rules Engine, and Business Rules Manager.

What are the features of JBoss Enterprise Web Platform?

The JBoss Enterprise Web Platform is the software infrastructure that supports the running of BRMS components.

Bottom of Form

What are the features of JBoss Enterprise Application or SOA Platform?

It is the application software structure in the system that supports running of BRMS components.

Who use the Business Rules Engine?

Drools experts use the Business Rules Engine through Rete algorithm and Drools Rule Language (DLR).

What is Business Rules Manager?

Business Rules Manager is a centralized repository for the Drools knowledge bases and has rich web based Graphical User Interface as well as tools and editors to manage large numbers of rules.

What is meant by Drools Guvnor and Drools Expert?

Drools Guvnor is the Business Rules Manager and Drools Expert is the Business Rules Engine.

What is Drools Flow?

Drools Flow or process or workflow as it is variedly called, provides the workflow as well as business processes.

What is the tool for managing complex event processing in Drools?

It is the Drools Fusion that is used for event processing as well as temporal reasoning.

What is meant by Drools Planner?

Drools Planner or automated planning optimizes the process including the NP-hard planning problems.

What is the purpose of dialect in Drools?

Dialect or mve1 points to the Getter and Setters of the variables of plain old Java objects (POJO). Dialect “java” is used for writing Java code in the rules.

What is the restriction in using Java code?

User cannot use Java code inside “when” part of the rules. However, it can be use in the “then” part.

What is the reason for putting $ symbol before the variables?

The objective of putting $ symbol before the variables is to ensure the difference between variables of POJO classes and Rules.

What is provided by Drools?

Drools provides core Business Rules Engine (BRE) and Web Authoring and Rules Management Application (Drools Workbench) as well as the Eclipse IDE plugin for core developments.

What are Drool Workbench, Expert, and Fusion?

Drools Workbench is the web user interface for authoring and management. Drools Expert is the business rule engine and Drools Fusion is the complex event processing feature.

How to halt process in DRL file?

User has to resort to drools.halt() in the consequence (then) part of the application.

How to remove object from knowledge session?

Using retract method to remove the object from knowledge session can help.

Drools Course

How to fetch and play around with the rules in java code?

Rules does not exist as the Java codes. However it is possible using Guvnor REST API for downloading the DRL source code for the rules and thereafter uploads them all over again.

Is it possible using round trips between rules modified in Guvnor, loade in the UI, modified and uploaded to Guvnor?

There is no such way of ensuring this. Especially newcomers should not try this to avoid complications.

January 25, 2020
GoLogica Technologies Private Limited  © 2019. All rights reserved.