AddThis

Friday 21 April 2017

Digital Craft API Drupal Interview Questions

  1. How will you create a page with the url /page in Drupal website. For example, example.com/page.
  2. If you want to restrict a users on meeting a certain condition, how will you do that?
  3. Have you worked on Rules module? Do you know rules events, actions?
  4. Have you worked on Drush? How do you create custom drush command?
  5. How do you join a table in Views?
  6. Suppose you've a view in your system. You want to include that in a module. How do you do that?
  7. hook_node_view is a hook provided by node module. How to create a hook in your module so that it could be used by other modules?
  8. Assume you've two form fields, and they are select list. First one for country and the other is  for states. The second select list is populated only when the first one is selected. How do you do that?
  9.  How do you theme the components in a page?
  10. How do you format the fields in a form?
  11. What are Drupal behaviours?
  12. How to integrate custom table in views?
  13. Have you ever made any modification on searching functionality in Drupal?
  14. How do you create new version of the module in drupal.org?
  15. How to create a table at the time of module installation. hook_schema() or hook_install() is the right hook to create table at the time of module installation?
  16.  How do you add a new field to the existing table in Drupal?

No comments:

Post a Comment