🧪 Drupal MCQ Quiz Hub

Drupal Mcq Questions Unit 2

Choose a topic to test your knowledge and improve your Drupal skills

1. How do you create a custom menu that will display in your footer?




2. What would be a reasonable memory limit for an average Drupal 6 installation?




3. What is new in Drupal 8?




4. Which of the following is a required field of an .info file?




5. The Mailhandler module allows to post content by email. What's the default security mechanism implemented by Mailhandler?




6. What function should you use to translate strings in your code?




7. What php snippet will print the current user ID?




8. Which of the following drupal module allows administrators to customize the site navigation?




9. Which of the following drupal module enables actions to be fired on certain system events, such as when new content is created?




10. What is a node?




11. In Drupal, which of the following is a pre-defined collection of data types (Fields) which relate to each other by an informational context?




12. In Drupal 6, how can access control to files be enforced?




13. Where can I find documentation for all core functions of Drupal?




14. Which template file would need to be resorted to in order to modify the edit page for node/23/ ?




15. node_load() return value:




16. How can a Drupal 6 site be put in maintenance mode?




17. Drupal Commons is...




18. Which of the following was not a core module before Drupal 8?




19. Which of the following drupal module logs and records system events?




20. Which one of these hooks is called first in order?




21. In Drupal 7 and above, which item cannot be added or updated via the front end web interface?




22. Which of these methods does NOT exist in Drupal 7 API?




23. In the database schema for blocks, what does delta refers to?




24. In D7, what is the default administration theme?




25. Which is not an entity type in Drupal 7?




26. What filters are used in the default Filtered HTML input format?




27. With Semantic CCK enabled, users can specify the HTML elements and classes for which of the following ?




28. Which hook can be used to set individual weight for each hook implementation in D7?




29. Which of the following option is not available when the profile is automatically created?




30. Which cache API function is used for writing data to the cache? cache_set()✔ cache_get() Both a and b None of the above Answer: cache_set() Is This Question Helpful? Which cache API function is used for writing data to the cache?




31. Which option will you choose to view a list of installed filters?




32. Which module in drupal measures site load by sampling the number of current users and by turning off functionality?




33. Which of the following syntax types for constructing taxonomy do URLs support?




34. When is the '$page' variable within a node template file is TRUE?




35. Where does drupal modify session-handling settings?




36. In the call to which option is Drupal form ID defined?




37. Which of the following cache tables does drupal ship by default?




38. What is true of vocabulary weight?




39. The default region/s used in themes is/are _____.




40. Which among the following default drupal style sheets affects the RSS/Newsfeed module and its contents?




41. How do you enable user search content on your Drupal site?




42. ___ is a term used by Drupal to define the priority or order in which a function is processed or a block / node is displayed.




43. Which of the following databases does Drupal support?




44. Which of the following steps will you have to take to allow visitor comments on your post?




45. Which of the following ways can you use to integrate digg with your site?




46. Which of the following choices can help you eliminate spam?




47. Which of the following content types are initially available by default?