Top Drupal interview questions and answers – 02
Questions : 11 | What are the key features of Drupal? |
Answers : 11 | Drupal core has two key features that assist with the integration of rich media, the Upload module and embedding. The Upload module allows users to attach different types of files to node types of.. |
Questions : 12 | What is taxonomy in Drupal? |
Answers : 12 | Drupal comes with a built in taxonomy system. The taxonomy system allows you to categorize the nodes on your site. The taxonomy system allows you to define vocabularies… |
Questions : 13 | What are hooks in Drupal ? |
Answers : 13 | Hooks in Drupal allows modules to interact with the Drupal core. Drupal’s module system is based on the concept of “hooks”. A hook is a PHP function that is named… |
Questions : 14 | Drupal can run on command line? |
Answers : 14 | Yes, you can use drush – drush is a command line shell and Unix scripting interface for Drupal |
Questions : 15 | How to enable clean URLs in drupal ? |
Answers : 15 | The standard Drupal installation contains a sample .htaccess file which supports clean URLs. It is easy to miss copying this file, because of the leading “dot”. So before trying… |
Questions : 16 | What are the browser requirements for Drupal ? |
Answers : 16 | Websites built using just Drupal core are compatible with, and fully functional, in all modern browsers that support CSS and JavaScript. However, browsers have varying levels of compliance… |
Questions : 17 | What is CMS? |
Answers : 17 | Content management system (CMS) is a collection of procedures used to manage work flow in a collaborative environment. These procedures can be manual or computer-based. The procedures are.. |
Questions : 18 | What is a web content Management system? |
Answers : 18 | A Web content management system is content management system software, implemented as a Web application, for creating and managing HTML content. It is used to manage and control a large,… |
Questions : 19 | Which are commonly used PHP based CMSs ? |
Answers : 19 | Drupal, Joomla, Wordpress, TYPO3. |
Questions : 20 | How to interact with Drupal search system ? |
Answers : 20 | There are three ways to interact with the search system: Specifically for searching nodes, you can implement nodeapi(‘update index’) and… |