Top Drupal interview questions and answers – 03
Questions : 21 | Explain User, Permission, Role in Drupal? |
Answers : 21 | Every visitor to your site, whether they have an account and log in or visit the site anonymously, is considered a user to Drupal. Each user has a numeric user ID, and non-anonymous users also.. |
Questions : 22 | Explain the function and working of Dashboard module ? |
Answers : 22 | The Dashboard module provides a Dashboard page in the administration menu. The intention of the Dashboard page is to give administrators a quick overview of important information on the… |
Questions : 23 | Explain Region, Block, Menu in Drupal? |
Answers : 23 | Pages on your Drupal site are laid out in regions, which can include the header, footer, sidebars, and main content section; your theme may define additional regions. Blocks are discrete chunks of.. |
Questions : 24 | What is a patch? |
Answers : 24 | A patch is a file that consists of a list of differences between one set of files and another. All code changes, additions, or deletions to Drupal core and contributed modules/themes between… |
Questions : 25 | What is node in Drupal? |
Answers : 25 | A node in Drupal is the generic term for a piece of content on your web site. (Note that the choice of the word “node” is not meant in the mathematical sense as part of a network.)… |
Questions : 26 | What is Comment in Drupal? |
Answers : 26 | Comments are another type of content you can have on your site (if you have enabled the core Comment module). Each comment is a typically small piece of.. |
Questions : 27 | How database system of drupal works ? |
Answers : 27 | Drupal stores information in a database; each type of information has its own database table. For instance, the basic information about the nodes of your site are stored in the Node table, and if… |
Questions : 28 | Explain Updating Drupal? |
Answers : 28 | There are two different \\\”magnitudes\\\” of upgrades. There are major upgrades and minor updates. A major upgrade updates Drupal from one major version. Because major Drupal versions… |
Questions : 29 | How to fetch a new version of Drupal? |
Answers : 29 | You can use your web browser to go to Drupal.org and download the newest version, or you can use any number of tools to do this for you. For example, you can use Drush, if you have it installed…. |
Questions : 30 | How to update themes and modules in Drupal? |
Answers : 30 | On any given Drupal site, at least several add-on modules and themes will be used.It is important to keep those up to date, too.
On any of the sites, we can check at a glance.. |