Drupal Interview Questions – Set 04

How will you add custom PHP codes in Drupal pages or blocks? Be default, Drupal doesn’t allow the insertion of PHP codes in its pages. To embed PHP codes, you need to activate a Drupal module called PHP filter. By default, this module remains disabled. How can you drop a table using module in Drupal? … Read more

Drupal Interview Questions – Set 03

Explain the database system in Drupal. In Drupal database system, each type of information has its own database table. Different types of information will be stored in different database table. For example, nodes information is stored in nodes table. What are system requirements for Drupal installation? System requirements for Drupal 8: Web server: Apache, Nginx, … Read more

Drupal Interview Questions – Set 02

What are some most commonly used PHP based CMS? Following are some most commonly used PHP based CMS: Drupal Joomla WordPress TYPO3 What is Drupal weight? The term weight in Drupal is used to order nodes. Nodes with lower weight will be at top of the list while nodes with heavier weight will be at … Read more

Drupal Interview Questions – Set 01

Write down some modules that are used in Drupal? Some of the modules recommended are: Views Token Ctools Quicktabs Pathauto What is node in Drupal? Drupal treats all the stored content on its web site as nodes. Any piece of content like blog, article, page, etc is considered as node. Although, the comments are not … Read more

Drupal Interview Questions

Drupal Interview Questions – Set 04 Drupal Interview Questions – Set 03 Drupal Interview Questions – Set 02 Drupal Interview Questions – Set 01