How does caching work in Drupal? Dicuss the page cache, block cache and CSS/JavaScript optimizations.
What modules add caching to help Drupal scale?
Drupal developers need to have a good understanding of a full web stack and should have a solid understanding of how the web works. They should be able to write optimized SQL queries and be comfortable in HTML/CSS. They should have a thorough understanding of object oriented PHP and be comfortable with data modeling. They should also understand the Drupal system itself. Make sure that you ask them questions in each of these areas.
Here’s a good menu of questions for Drupal developers:
Don’t forget to ask them what code they have added to the Drupal codebase and their Drupal username (so you can admire their impressive contributions)
How does caching work in Drupal? Dicuss the page cache, block cache and CSS/JavaScript optimizations.
What modules add caching to help Drupal scale?
Explain views in Drupal. When would you use them? What are they good for? When should they be avoided?
What are the most important modules to consider when creating a website? What are common modules that you'd avoid? Why?
Explain the Drupal architecture and specifically how the following components interact:
What is a Drupal module? When would you create one? How?
What is a node in Drupal? Give an example of different types of nodes that you might create? How can you fully customize the functionality for creating and displaying a node? How can you extend the fields available in a node?
What are hooks in Drupal? How are they used? Explain the function of the following hooks:
hook_deletehook_formhook_inserthook_validatehook_user_deletehook_form_alter