Olete.in
Articles
Mock Tests
🧪 Joomla MCQ Quiz Hub
Joomla Mcq Questions Set 1
Choose a topic to test your knowledge and improve your Joomla skills
1. Joomla can be installed manually from source code on a system running a web server which supports __________applications.
Adobe Flash Player
PHP
HTML
Java
2. Which of the following files does the ‘ /includes’ directory NOT contain?
framework.php
application.php
it contains none of these options
defines.php
3. The term "ACL" is used in Joomla to refers to:
The "Access Control List" system
The "Anti-piracy Control" Level system
The "Advanced Component Level" system
None of these
4. Where should a developer begin looking for information regarding Joomla!?
http://demo.joomla.org
http://about-joomla.joomla.org
http://details.joomla.org
http://developer.joomla.org
5. Who are capable of changing attributes in Global Configuration?
Contributor
Author
Editor
Super User
6. How do you take a site off-line?
You can not take the site offline
RedirecT to another location
Move site from location in cPanel.
Go to Global Configuration and select "site offline".
7. Which of the following is the official Joomla Website?
www.joomla.org
www.jumla.com
www.joomla.in
www.joomla.com
8. Which of the following is Joomla?
Learning Development System
Learning Management System
Content Management System
Content Development System
9. Joomla is written in which of the following languages or frameworks?
php
javascript
.net
java
10. Joomla instalation has a sample data setup?
no
yes
Error
None of these
11. What does CMS stand for in Joomla?
Content Migration System
Content Management System
Code Management System
Copyright Maintenance System
12. Can you enable RSS in Joomla?
Only in latest version
No
Only in older version
Yes
13. In which of the following does Joomla store its data?
Postgre SQL
MySQL Database
SYBASE
Oracle Database
14. Which is needed to successfully install Joomla!
MongoDB
Ruby
Rails
PHP
15. In which of the following software languages is Joomla written?
.Net
C++
Java
PHP
16. Which file would be used to change the design aspect of a Joomla! template (font color, font size, background color etc) ?
.css file
.html file
.html.erb file
.js file
17. Which of the following Web application frameworks comprises Joomla?
Model-View-Controller
Model-View-Distracter
Digital-View-Controller
Channel-View-Controller
18. What does OOP stand for?
Object Object Programming
Object Over Passage
Object Oriented Programming
Object Oriented Passage
19. Is it possible to move Joomla to another directory?
Only in latest version
Only in older version
NO
Yes
20. By default, the Joomla! administration backend is only available to site administrators.
yes
no
true
false
21. Which of the following are the correct server requirements for Joomla?
PHP 4.2.x or above; SYBASE 3.23.x or above; Apache 1.3.x or above
Java SE6 x or above; MySQL 3.23.x or above; Apache 1.3.x or above
PHP 4.2.x or above; MySQL 3.23.x or above; Apache 1.3.x or above
Java SE6 x or above; SYBASE 3.23.x or above; Apache 1.3.x or above
22. When creating a Model for a Joomla! website, what scripting language is used?
HTML
Perl
Javascript
PHP
23. What does JCE stands for in Joomla JCE?
Joomla Content Editor
Java Content Editor
Joomla course Editor
Joomla copyright Editor
24. What are Extensions?
Add-ons you need to purchase for the Joomla core.
A way to add more pages to your site.
Add-ons to the Joomla core, both paid and free.
A method for extending menus out.
25. How dHow does one view an article's source code while in edit mode?oes one view an article's source code while in edit mode?
You can only access articles by using an FTP client.
You can't do that in Joomla!
Toggle the source code editor.
None of These
26. Which of the following Joomla components or modules is not installed by default?
Joom!Fish
Login
Search
All of the three
27. Joomla's admin username can be easily changed with a simple query on __________.
MySQL
Java
PHP
Linux OSLinux OS
28. Which of the following is not one of the five types of extensions for Joomla?
Plugins
Media
Templates
Modules
29. Which of the following is not a benefit of Joomla?
Multiuser and Multilevel environment
Usage of byte code for porting
Additional components /
modules WYSIWYG editor
30. If a user is receiving 'RG_Emulation is On' warning in Joomla's admin area, then a user needs to...
Change admin password
Upgrade to latest version
Re-install the existing version
Turn off the RG_Emulation
31. Is it possible to add content items from the Joomla! frontend?
Only if the Joomla! source code is modified.
Yes
Only if a third-party Joomla! extension has been installed.
No
32. Which of the following is a correct way to link an external Javascript file called sample.js to a Joomla! page?
addScript('/media/system/js/sample.js'); ?>
addScript('/media/system/js/sample.css'); ?>
<%= $document = JFactory::getDocument(); $document->addScript('/media/system/js/sample.js'); %>
addScript('/media/system/js/sample.js'); erb?>
33. Which of the following techniques does Joomla use for programming and software design patterns?
Visual-oriented programming(VOP)
Subject-oriented programming(SOP)
Object-oriented programming(OOP)
Model-oriented programming(MOP)
34. What is a Mambot?
a small, task-oriented function that intercepts content before it is displayed and manipulates it in some way.
a function that divides the page into number of positions, each with a different name
an HTML page that is managed by admin
None of These
35. What is the number that corresponds to "Enable" in Joomla when using code editor for config.php?
0
3
4
1
36. When adding an image to a Joomla! article, which of the following is not an image property?
Opacity
Description
Title
Alignment
37. Which type of files can Media Manager NOT upload?
.pdf
.png
Media Manager can upload all of these
.xls
38. If you have a module compatible with j 2.5 can you use it automatically with 3.x
False
True
both (a) and (b)
None of These
39. Which database system is not supported by Joomla! 3.x ?
MongoDB
PostgreSQL
MSSQL
MySQL
40. How do you change the default editor in Joomla! 2.5?
Press CTRL+E (Command + E on the Mac) and select a default editor from the drop down list.
From the Site menu select Global Configuration then select a default editor from the drop down list.
Rewrote question and answers.
From the System Menu select Editor then select a default editor from the drop down list.
41. Which of the following is NOT a feature of Joomla DOCman?
Manage documents in multiple categories and subcategories
Assigning users level permission for upload, download and document edit
Storing documents either locally or remotely for your system
Integrated Spellchecking using Google Spellchecker
42. What databases store data in Joomla?
MySQL and MS SQL
Postgresql and MySQL
MS SQL and Postgresql
SQL and Postgresql
43. If Content - Load Module plugin is enabled. What is the code that can be used to insert a module inside a Joomla article content or inside another module?:
$document->loadRenderer('module');
{loadposition module-position}
jimport('joomla.application.module.helper');
JHtml::_('module_position');
44. Which is not a correct way of installing a new template to your Joomla! page
Install via GitHub
Install via Admin Panel
Install content from a template
Install via FTP
45. Which is not a correct way of installing a new template to your Joomla! page
Install via GitHub
Install via Admin Panel
Install content from a template
Install via FTP
46. To enable ReCaptcha in Joomla you need to do the following?
Signup on the ReCaptcha website and generate the API keys, set the Default Captcha to ReCaptcha in the Site/Global Configuration settings and enable the ReCaptcha plugin and enter your keys.
Enable the ReCaptcha plugin
Set the Default Captcha to ReCaptcha in the Site/Global Configuration settings
This is only possible through third-party plugins
47. JFTP: Access is Denied. How can you solve this error?
Re-install the site.
Ask for FTP password from webhosting provider.
Disable FTP access options in Joomla
None of these
48. Only members of this group are allowed to install Joomla! components, modules, and/or plugins.
Super Administrators
Managers
Users
All of the above
49. How to remove pathway or breadcrumbs entirely?
Editing component.php
Editing index.php
both (a) and (b)
None of these
50. In Joomla if you find any client requests such as: 192.168.0.1 - - [29/Oct/2008:06:07:30 -0500] "GET /index.php?live_site=domain.com/1.txt?? HTTP/1.1" 200 10864 "-" "Firefox" It means...
Your Joomla is outdated
Your Joomla is mis-configured
Your Joomla has been hacked
Your Joomla has expired
51. What would you use to create tabbed panels in your custom Joomla component?
JPane
JHtml::_('tabs.start');
JTabbedPanel
None of These
52. If you have a Joomla! site with a component named 'hello', model named 'hi', what would be that models class name?
HelloModelHi
HelloClassModel
HiModelHello
ModelHelloHi
53. To use search engine friendly (SEF) URL's in Joomla you must have mod_rewrite enabled in Apache?
No
Yes
Both A and B
None of these
54. If a user is receiving Restricted Access error messages on some pages in Joomla, which of the following would be the problem?
Installation problem
Older Joomla versions
Bad internet connectivity
Hacking of Joomla application
55. If you need to override the layout of some module in Joomla, what procedure is right?
You need to copy the files from your modulename/tmpl folder to html/modulename/tmpl folder in active Joomla template
You need to copy the complete module folder inside active Joomla template/html folder
You need to copy the files from your modulename/tmpl folder to html/modulename/ folder in active Joomla template
You need to copy the complete module folder inside active Joomla template folder
56. How many Access Levels are there in Joomla by default?
6
7
5
3
57. What is the name of the template directory where component or model view overrides should be placed?
default
view
xhtml
html
58. What is the file for edit "Meta Generator" of Joomla ?
templates/gantry/index.php
index.php
administrator/index.php
includes/application.php
59. Which of the following functions can be performed by Joomla Repository?
Hosting local and remote files for download by site visitors
Integrated Spellchecking using Google Spellchecker
Managing documents in multiple categories and subcategories
Storing documents either locally or remotely for your system
60. How many user groups does Joomla have by default?
7
5
8
9
61. Database function to fetch a particular column values in an array?
loadArray()
getArray()
loadAssoc()
loadColumn()
62. In Joomla Database Object is created by:
JDatabase::getDbo()
JDatabase::getObject()
JFactory::getDbo()
JFactory::getDatabase()
63. In Joomla 3.x where has the media manager tab moved to?
By itself
No longer exists
Under site menu
Under content menu
64. Some extensions are too large in file size to upload using the web interface due to limitations of the web hosting environment. What is the easiest way to install these extensions?
Extension Manager: Discover
You can't install it
Install from Directory
Extension Manager: Manage
65. What file does the following code excerpt come from? # and the requested path and file doesn't directly match a physical file RewriteCond %{REQUEST_FILENAME} !-f # and the requested path and file doesn't directly match a physical folder RewriteCond %{REQUEST_FILENAME} !-d # internally rewrite the request to the index.php script RewriteRule .* index.php [L] #
configuration.php
index.php
.htaccess
none of these files
Submit