Olete.in
Articles
Mock Tests
🧪 Drupal MCQ Quiz Hub
Drupal Mcq Questions Unit 3
Choose a topic to test your knowledge and improve your Drupal skills
1. ___ is the first few words or sentences of a piece of content usually with a link to the complete node.
Blocks
Teaser
Views
Vocabulary
2. For a single installation, which of the following directories should you put all non-core modules in?
sites/all/modules directories under Drupal installation directory
modules directories under Drupal installation directory
misc directories under Drupal installation directory
includes directories under Drupal installation directory
3. Which of the following ways can you use to add calendar to Drupal?
Use calendar and its required modules.
Use the cck module.
Use the views module.
We can not add calendar to Drupal.
4. Which of the following ways can you use to embed google maps into your site?
We can not embed Google maps in Drupal.
Use the GoogleMapEmbed module and its required modules.
Use CCK and its required modules.
Use the GMapEZ module and its required modules.
5. Drupal offers ___ different built-in menus.
0
1
2
3
6. All content types in Drupal derive from ___.
blocks
views
node
nothing
7. Which of the following ways can you use to set a page content to front page?
Set default front page on site information in the admin settings.
Select "Promoted to front page" when creating or editing that content.
Set it in the configuration file.
We can not change front page.
8. Which of the following ways can you use to integrate Google Adsense with your site?
Use the GoogleToolkit module and its required modules.
Use AdSense and its required modules.
Select "Enable Google AdSense" in the admin settings.
We can not integrate Google AdSense with Drupal.
9. How will you extend the user account information?
By enabling the profile module and its required modules
By enabling it in the configuration file
By using template with built in user profile information
Drupal does not allow you to extend user account information. Is This Question Helpful? like dislike Ezoicreport this ad
10. How to 'enable newsletter' on your site?
Set the correct parameter in the configuration file.
Use the newsletter module and its required modules.
Select "Enable newsletters" in the admin settings.
Use the simplenews module and its required modules.
11. Which of the following ways can you use to customize templates provided by core?
Copy and customize the templates that you want to override to the theme folder or edit these templates in theme folder if these templates exist.
Customize it in admin settings.
Create templates that you want to override in any location, then set the correct parameters in configuration file.
Drupal does not allow customize templates provided by core.
12. Where will you limit the maximum upload file size in Drupal?
In php.ini
In admin settings
In configuration settings
Drupal does not handle upload file size.
13. Which of the following ways can you use to create 'forum' in Drupal?
Use the forum module and its required modules.
Set the correct parameters in the configuration settings.
Set "purpose" to "forum" in the admin settings.
We can not create forum in Drupal.
14. By which of the following ways can you enforce a user to embed a youtube video?
By using the embedded video module and its required modules to create new content type with one required video field and setting this required video field to support youtube
By creating the new content type, adding one required field and setting its content to youtube
By creating the new content type and selecting the "required" for content field
We can not enforce the user to embed a youtube video.
15. How will you change the color of the required fields?
By changing the required fields' color in the configuration file
By changing the required fields' color in the admin settings
By editing the .required css class
We can not colorize the required fields.
16. How will you change the color of the required fields?
By changing the required fields' color in the configuration file
By changing the required fields' color in the admin settings
By editing the .required css class
We can not colorize the required fields.
17. How will you enable the enter page title for each post content?
By setting the correct parameters in the configuration file
By enabling it in the admin settings
By installing the Page Title module and its required modules
None of These
18. Which of the following ways can you use to show downloadable files?
Use the ftpfiles module and its required modules.
Use the filebrowser module and its required modules.
Select "Show downloadable files" in the admin settings.
We can not show downloadable files in Drupal.
19. One way to timing content publication is to ___.
We can not time content publication.
set the expired date when creating or editing the published content
set the correct parameters in the configuration file
use the rules module and its required modules
20. Taxomony is used to ___ your content.
categorize✔
mark
display
show
21. How will you create revision of content?
By adding the path of the content that you want to create revision to the configuration file.
Drupal automatically creates content revision when you create or update content.
By selecting "Create new revision" when creating or editing content
We can not create revision in Drupal.
22. The purpose of the Content Construction Kit is to ________.
display comment
categorize content
develop new types of content
insert multimedia content
23. Which of the following ways can you use to change the order of items within the Drupal built-in menus?
Change the relative weight of each item within the menu accordingly, the lowest appearing first.
Change the relative weight of each item within the menu accordingly, the highest appearing first.
Change the order in the admin settings.
We can not change the order, the one created first will appear first
24. Assume your node is node/8 and the node alias is products/laptop. You want your site automatically to redirect the visitor to products/laptop if he/she goes to the node/8 page. How will you enable that redirect?
By installing the Global Redirect module and its required modules
By selecting "Force redirect to alias" in the admin settings
Drupal does not allow this feature.
By selecting "Redirect to this alias automatically" when you create or edit your node
25. Which of the following ways can you use to integrate twitter with your site?
Use the embedtwitter module and its required modules.
Use the twitter module and its required modules.
Twitter is already integrated in Drupal. Just enable it in the admin settings.
We can not integrate twitter with Drupal.
26. You create a "natural" category. How will you set the contents of this category to front page?
Set default front page on site information in the admin settings to that category url.
Select "Promoted to front page" when create or edit that content type.
Set the correct parameters in configuration file.
We can not change front page in Drupal.
27. Which is the range of weight value in Drupal 6?
0 - 10
0 - 50
-10 - 10
-50 - 50
28. By adding _______ file to your web root, you can forbid search engine bots to index certain parts of your website.
robots.txt
sitemap.xml
permissions.txt
forbid.xml
29. Which of the following ways can you use to add video chat to Drupal?
We can not add video chat to Drupal.
Use chat and its required modules.
Select "Activate chat" in the admin settings.
Use videochat and its required modules.
30. Which of the following ways can you use to optimize the Drupal database to enhance performance?
Export, then recreate the database.
There is no way to optimize the database.
Use the mysql database instead of the postgres database. Use the DB Maintenance module and its required modules.
Use the DB Maintenance module and its required modules.
31. Which of the following ways can you use to use the shopping cart in your website?
Create the shopping cart content type.
Use the shoppingcart module and its required modules.
Use the ubercart module and its required modules
We can not use the shopping cart in Drupal.
32. Which of the following file() is not a theme file?
.info file
template files (.tpl.php)
template.php
settings.php
33. ___ often contain/s lists of nodes or other navigational content and is/are frequently placed in the left or right regions of a page.
Taxonomy
Nodes
Blocks
Terms
34. ___ often contain/s lists of nodes or other navigational content and is/are frequently placed in the left or right regions of a page.
Taxonomy
Nodes
Blocks
Terms
35. How will you send an email to the administrator each time a new user registers?
By enabling the trigger module and creating an email action and trigger system to send that email when a user registers successful
By creating an email template, then selecting it in "Send this email to administrator:" in the admin settings
By entering the administrator email address in the "Notify email address" parameter in the configuration file
We can not notify the administrator when a user registers successful.
36. One way to create poll on your site is to ___.
enable the poll in the configuration file
enable the poll module and its required modules
install the createpoll module and its required modules
Drupal does not allow this feature.
37. Assuming that you want to maintain your site and put it in the offline mode, how will you customize the offline page?
By editing or creating current theme's maintenance-page.tpl.php
By creating the offline.php page, then setting the offline file path in admin settings to this file
By creating the offline.php page, then setting the offline parameter in the configuration file to this file
We can not customize the offline page.
38. Which of the following ways can you use to allow users to flag nodes and comments as offensive for the administrator to review?
Use abuse and its required modules.
Use reportabuse and its required modules.
Select "Allow report abuse" in the admin settings.
Set the correct parameters in the configuration file.
39. Which of the following ways is a possible way to translate your post content? Which of the following ways is a possible way to translate your post content?
Use the content translate module and its required modules.
Use the locale module and its required modules.
Install Drupal in the desired local language.
Drupal does not have this feature.
40. How does Drupal sort items in a list?
On the basis of weight
On the basis of creation time
On the basis of the order specified by the admin
On the basis of content length
41. How will you automatically generate alias for each posted content?
By using the pathauto module
By setting the correct parameters in the configuration file
By enabling the autoalias module
We can not generate alias automatically.
42. One way to automatic backup Drupal database is to ____
We can not backup database automatically.
use phpMyAdmin
use the backup_db module
use the backup_migrate module and its required modules
43. Which of the following ways can you use to control access for user roles based on taxonomy categories?
Use the taxonomy access control module and its required modules.
Create the role with appropriate permissions.
Set the appropriate permissions for user roles when you create or edit the taxonomy category
We can not control access to user roles based on taxonomy categories.
44. _ is a contributed module which grants site developers a simple graphical interface for modifying the presentation of content.
CCK
Views
Path
Blocks
45. How to disable the user registration in the front-end?
Un-publish the registration link.
Change the setting of "Public registrations" in the configuration file.
Change the setting of "Public registrations" in the User settings page.
We can not disable the user registration in the front-end.
46. Which of the following can be used to create a template for your post content type?
Use the contemplate module and its required modules.
Create the template for each content type.
Both a & b are true.
Both b & c are true.
47. Is it true that to login to a Drupal website, you always have to register with that website?
Yes
No
Error
none of these
48. One way to allow rating of your post content is to ___.
enable it in the admin settings
use the rating module and its required modules
use the fivestar module and its required modules
Drupal does not have this feature.
49. Which of the following must you have in order to use Embedded Media Field and its required modules to add a flickr image field?
Flickr api key and flickr api secret
CCK module
Media:Flickr module
All of above
50. How will you add css files?
By creating the css files, then setting the correct parameters in the theme's .info file
By creating the css files, then setting the correct parameters in the module's .info file
By creating the css files, then specifying it in the admin settings
We can not add css files in Drupal.
51. Is it true that Drupal allows editing content of a revision which is not the current revision?
Yes
No
Error
None of These
52. How will you allow tags for content?
Drupal does not have this feature.
By selecting "Enable tags" when creating or editing content
By enabling it in the admin settings
By creating a taxonomy
53. Is it true that Drupal allows only the built-in input format?
Yes
No<br>
Error
None of these
54. One possible way to build a multilanguage Drupal site is to ___.
use the internationalization module and its required modules
install the language pack
install Drupal in multisite, each site being in one language
Drupal does not allow this feature.
55. Which of the following ways is a possible way to present your Drupal site in a language other than the 'by default' English?
Drupal does not allow this feature.
Install the desired language pack.
Use the content translate module and its required modules.
Use the locale module and its required modules.
Submit