Joomla Test Upwork
Which of the following files has to be renamed to .htaccess in order to enable mod_rewrite?
htaccess.php
htaccess.txt
htaccess.doc
None of these
Which file is required to turn on the SEO mode with rewrite URL?
configuration.php
install.php
httpd.conf
.htaccess
If you want to support a new method to authenticate a user (login), what is the best way to do it?
Modify method "login" inside the class J Application
Add a user plugin to authenticate the use
Add a system plugin to authenticate the use
Add an authentication plugin to authenticate the use
In the User Manager, what are the Public Back-end User groups?
Publisher, Manager, Author, Editor, Administrator, and Super Administrator
Publisher, Manager, Administrator, and Super Administrator
Manager, Administrator, and Super Administrator
Administrator, and Super Administrator
Which of the following functions is used to list a folder in a format suitable for tree display?
JFolder::listFolde
JFolder::listFolderTree
JPath::listFolde
JPath::listFolderTree
Which of the following editor events is activated after the editing content is received and passes the name of the editor as the only argument?
onSetContent
onGetContent
onDisplay
onGetInsertMethod
Is it compulsory to use the <administration> tag in Component's installation xml file?
Yes
No
Which of the following commands is used to get a POST/GET parameter to work in Joomla 1.5?
$form = JRequest::getVar('reportform')
$form = mosGetParam( $_REQUEST, 'reportform')
$form = JRequest::GetParam( $_REQUEST, 'reportform')
Which of the following methods must you use to deny access from an external direct call?
defined('_VALID_MOS') or die('Direct Access to this location is not allowed.')+
defined( '_JEXEC' ) or die( 'Restricted access' )
defined( '_JOOMLA' ) or die( 'Restricted access' )
defined( '_JLEXEC' ) or die( 'Restricted access' )
Which option will you choose to set the site metadata for the installed website?
Global Configuration
Module Manager
How can you access the media manager?
Note: There may be more than one right answer.
Control Panel --> Click on "Media Manager" icon
Content menu --> Front page manage
Click on menu "Site" --> Global Configuration
Click on menu "Site"--> Media Manage
Which of the following values are not required for a banner item?
Note: There may be more than one right answer.
Client
Category
Click URL
Image
"$mainframe object" is an instance of which of the following classes?
JApplicationHelper
JController
JApplication
JComponentHelper
In the Media Manager, what happens if you delete a media item?
The media file will be deleted.
The media file will be moved to the Trash folder.
The item will be marked as deleted and the file will be moved to the Trash folder.
With the "Mass Mail" tool, which of the following number of recipients can be selected?
Multiple users in system
A single user in system
Multiple groups
A single group
Which of the following is a system event?
OnDisplay
OnSave
OnGetInsertMethod
OnAfterInitialise
From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Installer
Application
Template
Database
True or False: Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
True
False
Which of the following mailers does Joomla support? (Select all that apply.)
PHP Mail Function
SMTP
IMAP
Sendmail program
Which parameter is passed to a url to show module positions?
tpl=1
tpl=component
tp=1
For content type plug-ins, which of the following events is activated after content rendering is complete?
onAfterDisplayContent
OnAfterDisplay
onAfterDisplayTitle
None of these
Which of the following events is activated after content rendering is complete for content-type plug-ins
OnAfterDisplay
OnAfterDisplayTitle
OnAfterDisplayContent
None of these
What is the purpose of the Newsfeeds component?
To publish news to other news readers
To get news from other news providers
To help users submit news/articles
To help users get news/articles
True or False: Joomla does not provide the capability to include a podcast.
True
False
Which is incorrect about MD5 hash values with regard to their usage in Joomla?
Each password in Joomla is stored as an MD5 hash value.
It stands for message-digest algorithm 5.
The length of the number for MD5 is a 128-bit hash code.
None of the above
Which of the following items will you find in the Help menu?
Joomla! Help
System Info
Check for Updates
About Joomla!
What are the menu item types in Joomla?
Internal and External link
Internal link, External link, Separator and Alias
Content, Submit, Component and Links
Separator, Alias, Internal link, External link and Web link
How can you access the User Manager?
In the Control Panel page of Administration -> Click on the "User Manager" icon
Menu "Tools" -> User Manager
Menu "Site" -> Global Configuration
Menu "Site" -> User Manager
What can you not do with the Media Manager?
Upload files
Delete files/folders
Rename files/folders
Create folders
True or False: Joomla is written in Perl.
True
False
Which of the following are valid methods for installing a Joomla extension?
There may be more than one right answer.
Upload the Package File
Install from the Directory
Install from the File
Install from the URL
In the User Manager, which of the following options can be applied for individual users?
Back-end Language
Front-end Language
User Editor
Templates
Which of the following items will be checked in when you use the "Global Check-in" function?
Banner
Content
Contact
Components
Modules
Plugins
Languages
Menu
Why does Joomla use templateDetails.xml files?
To access the template from within by using code;
To debug style sheets;
To provide information and allow selection of the template within the template manager;
All of these.
Which creational pattern is used by Joomla classes, particularly for database access?
Abstract Factory Pattern
Singleton Pattern
Builder Pattern
All of these
Which of the following Joomla component or module is not installed by default?
Login
Community builder
Polling
Search
Which of the following commands is used to copy a Joomla file?
JFile::copyTo($src, $dest)
JFile::copy($src, $dest)
JFile::move($src, $dest)
Jfile->copy($src, $dest)
Which path variable holds the path of the currently executing application?
JPATH_SITE
JPATH_ROOT
JPATH_BASE
All of these.
What is the role of the template metadata file in the system?
It contains the basic authorship information.
It contains information about the files that make up the template.
It contains information about the parameters that will be available for configuration through the administrator interface.
All of the above
Which user events occur with plug-ins that are installed for the front end of the system?
Administrative events
Authentication events
Both administrative and authentication events
None of these
Which of the following commands is used to get a model in the controller.php file of a component?
$model = JRequest::getModel(‘register’)
$model = getModel(‘register’)
$model = $this->getModel(‘register’)
$Model = JModel::getModel(‘register’)
What is a Module?
A Module is a mini-application that renders the main body of the page.
A Module is a smaller Extension typically used for rendering a small element that is displayed across multiple pages. — ставить это и помечать
A Module is a section of the code that runs when a pre-defined event happens within Joomla.
A Module controls the way the content of a web site is displayed.
Which is the correct procedure to uninstall a Joomla extension?
Click on menu "Extensions->Install/Uninstall", choose the appropriate extension type tab, then select the extension to uninstall.
Click on menu "System->Installers", choose the appropriate extension type tab, then select the extension to uninstall.
In menu "Installers", select the appropriate extension type, then select the extension to uninstall.
In menu "System->Installers", select the appropriate extension type, then select the extension to uninstall.
What is the default super administrator account for Joomla called?
superadmin
Administrator
Admin
superuser
True or false: Like components and modules, plugin language files are automatically loaded when a plugin is loaded.
True
False
Which articles can the frontpage view display?
Articles from any section and category
Articles restricted to just a few sections and categories
Only static item contents
There are 21 different standard parameter types supported in the Joomla Framework for all extension types (templates, components, modules and plugins). Which of the following parameter types are not supported in the Joomla Framework?
menuitem
helpsites
checkbox
imageM
timezones
usergroup
Locating all Joomla! files inside public_html is regarded as a security risk.
No
Yes
The plugin that searches content articles uses the function plgSearchContent() to handle the onSearch event.
This is how the function is registered:
$mainframe->registerEvent(‘onSearch’, ‘plgSearchContent’);
Is it correct?
True
False
Consider the following code:
$db =& JFactory::getDBO(); $query ="DELETE FROM #__users WHERE username = ''; SELECT count(*) FROM #__users WHERE username = ''; " $db->setQuery($query); echo $db->loadResult();
What is the output?
1
Total items of the user's table in the DB
Error
What is a Template?
A Template is a mini-application that renders the main body of the page.
A Template is a smaller Extension typically used for rendering a small element that is displayed across multiple pages.
A Template is a section of the code that runs when a pre-defined event happens within Joomla!.
A Template controls the way the content of a web site is displayed.
What is the purpose of the “registerTask” function in JController?
To create a new task in the class
To register (map) a task to a method in the class
To register the default task to perform if a mapping is not found
To replace a task with another task in the class
The type “Model” of MVC pattern implemented for Joomla often ______________.
…provides methods for managing and manipulating data.
…generates data for HTML pages.
…determines user requests (task).
Which of the following are "must-have" requirements for Joomla installation?
Note: There may be more than one right answer.
PHP Version >= 4.3.10
MB String Overload Off
Safe Mode Off
Register Globals Off
MySQL Support
configuration.php Writable
Which of the following statements prevents SQL Injection Attacks?
$sql = 'UPDATE #__mytable SET `string` = ' . $db->quote( $db->getEscaped( $string ), false );
$sql = 'UPDATE #__mytable SET `string` = \'' . $db->quote( $db->getEscaped( $string ), false ).'\'';
$sql = 'UPDATE #__mytable SET `string` = ' . $string;
Which of the following PHP directives is important to Joomla execution in order to define an alternate compression library if the standard library is not available?
zlib.output_compression
zlib.output_handler
extension_dir
expose_php
Which extension can you use to build a shopping cart using Joomla?
Fireboard
VirtueMart
Docman
All of the above
In the User Manager, which Public Front-end User group(s) cannot edit articles?
Author
Editor
Publisher
Registered
Which option will you select to find unpublished articles?
Component manager
Module manager
Article manager
None of these
In the User Manager, which Public Back-end User group(s) can access "Global configuration"?
Super Administrator
Administrator
Manager
System
What is a Component?
A Component is a mini-application that renders the main body of the page.
A Component is a smaller Extension typically used for rendering a small element that is displayed across multiple pages.
A Component is a section of the code that runs when a pre-defined event happens within Joomla!.
A Component controls the way the content of a web site is displayed.
$editor =& JFactory::getEditor(); echo $editor->display('content', $this->content, '550', '400', '60', '20', false); How do you get the content from the editor (containing line breaks and paragraphs)
$content = JRequest::getVar('content', '', 'post', 'string', JREQUEST_ALLOWRAW);
$content = JRequest::getText('content', '');
$content = $editor->getContent('content');
$content = JRequest::get('content');
By default, the SEF URLs are handled by the the JRouterSite object (from /includes/router.php) and is called by a call to the JApplication::route() in index.php. This call is made on the $mainframe variable which is actually an instance of JSite (from /includes/application.php). Does the JApplication::route() change the result of the $_GET array?
Yes
No
How will you restore a trashed menu item?
Go to "Menus->Menu Trash", select the menu item and click "Restore"
Go to "Site->Trash Manager", select the menu item and click "Restore"
Go to "Tools->Trash Manager", select the menu item and click "Restore"
Does Joomla allow you to create your own routing mechanism?
Yes
No
What does the method "renderModule" in the class "JModuleHelper" do?
It renders the module, returning the output PHP.
It renders the module, returning the output HTML.
It renders the module, returning the output XML.
How will you assign a template to a page?
Go to the template manager, tick a template checkbox, click the "Assign" button on the toolbar and select "pages"
Go to the template manager, select a template to edit, select "pages" from the "Menu Assignment" option
Go to the menu item and select template in the parameter "Template"
All pages use the same default template.
In the User Manager, how can a user get back their password if they forget it?
By using the "Forgot your password?" function.
Super Administrators can reveal the password.
The Password is encrypted and cannot be decrypted; thus he can not get back his plain password.
Is a cache module supported by Joomla or not?
Yes
No
The core editor events apply to plug-ins that provide editor functionality, such as TinyMCE or XStandard Lite.
True
False
What is the Alias link?
A kind of internal link back to an existing menu item
A kind of external link back to an existing menu item
A duplicated link to an existing menu item
A link to external web sites
Which of the following technologies is/are used by Joomla?
MySQL
Apache
PHP
All of these
What will happen when a Joomla! extension is uninstalled?
Joomla! will not remove the extension files/folders.
Joomla! will remove the files/folders declared in the xml file.
Joomla! will remove all the files/folders inside the extension folder.
Joomla! will backup all the files/folders of the extension into a package.
How do you load "layout_layout1" layout in layout.php file?
$this->loadTemplate('layout1');
$this->loadTemplate('example_layout1');
$this->loadLayout('example_layout1.php');
$this->importLayout('layout1');
Does Joomla support the creation of custom URL formats?
No
Yes
In the User Manager, what's the step of registration after 'submit user information'?
Wait for the system's approval
Check email and activate account
No further step is required. The account is automatically activated.
It depends on the "User Settings". The account may be enabled automatically or the user may have to activate it.
In the User Manager, who can publish an article?
The Editor
The Publisher
The Manager
The Administrator
What is the way to register an event in Joomla?
$_MAMBOTS->registerFunction( $event, $handler);
$globalcontainer->registerEvent( $event, $handler, $params);
$mainframe->registerEvent( $event, $handler, $params);
$mainframe->registerEvent( $event, $handler);
What user authentication methods does Joomla 1.5 support?
Twitter, Facebook, MySpace
Gmail, LDAP
Yahoo
Which database types does Joomla support?
MySQL
MySQLi
PostgreSQL
IBM DB2
Microsoft SQL Server
Oracle RDBMS
What happens if the Main Menu is deleted?
Nothing will happen.
Your site will not function as it has a default menu item.
Your site will work with the condition that the Top menu and the Other menu remain unchanged.
How do you create the Parameter buttons the toolbar for component com_hello?
JToolBarHelper::preferences('com_hello', '500');
JToolBarHelper::params('com_hello', '500');
global $mainframe; $mainframe->createButton('params', '500');
Which one of the following statements protects against CSRF attacks?
?php echo JHTML::_( 'form.token' );?
?php echo JRoute::_( 'index.php?option=com_example&controller=object1&task=save&'. JHTML::_( 'form.token' ) .'=1' );?
?php echo JUtility::getToken();?
input type="hidden" name="" value="1" /
In the Media Manager, which default "Media Folder" are media stuffs uploaded to?
image
images
media
Media
When an article is Archived, it will:
no longer be published but still stored on the site.
still be published and stored on the site.
no longer be published and removed from the site.
What is "Joom!Fish" extension?
It is a component that helps you translate your content automatically.
It is a solution to enable your website to control translation matters.
It is a component that helps you manage your shopping cart.
It is an extension that helps you manage your news/rss.
In the User Manager, which of the following groups can be assigned to a new user registration?
Registered
Author
Editor
Publisher
Manager
How will you create a poll and display it on Frontpage?
Create a poll item in the component Poll and select the poll in the module Poll.
Create a poll item in the component Poll and select the option "Show on Frontpage".
Create poll in the module Poll.
Create a poll item in the component Poll. Create a menu item pointing to that poll.
From which tab can user registration be disabled?
Global Configuration => Site
Global Configuration => System
Global Configuration => Server
Global Configuration => Cache
In the Media Manager, which of the following file types can be uploaded?
jpg
gif
flv
It depends on the configuration set in Media Setting
To which of the following does the path constant link the XML-RPC Web service folder?
JPATH_XML_RPC
JPATH_XMLRPC
JPATH_ROOT
JPATH_BASE
What is the output format of the documentation created using PHPDocumentor?
PDF
CHM (compiled HTML)
XML
All of these
In the Media Manager, how can you set the "Maximum size" option?
Set configuration via Global Configuration > Site
Set configuration via Global Configuration > System
Set configuration via Global Configuration > Media
In the User Manager, who can access an item with the Access Level "Special"?
Registered
Author
Editor
Manager
Administrator
In Joomla, which file stores information on database connection (database name, username...)?
.htaccess
my.ini
configuration.php
config.inc.php
What will happen if you delete a menu?
The menu and all its items will be deleted out of the system.
The menu will be marked as deleted and you can delete/restore it from the "Trash Manager".
The menu item will be moved to the "Menu Trash".
How do you add custom html code to head section?
global $mainframe;
$mainframe->addCustomHeadTag( ' ');
JDocumentHTML::addCustomTag( ' ' );
$doc =& JFactory::getDocument();
$doc->addCustomTag( ' ' );
JHTML:_('script','' );
What is module chrome used for?
Module chrome allows template designers to have a certain amount of control over the way the output from a Module is displayed in their template.
Module chrome provides a method to return the output HTML of the module.
Module chrome provides a method to return the path to the layout file for the module.
Module chrome support a method to return an stdClass object containing information about the module requested.
There is a method in the application called _______, which triggers events in the global event dispatcher, notifying the relevant listeners. It is a pass-through method for the JEventDispatcher ____ method.
triggerEvent()/trigger()
egisterEvent()/register()
triggerEvent()/register()
Which Joomla file provides the central logic of the template, including any module and component display?
Index.php
Template.css
TemplateDetails.xml
Banner.fff
Which of the following functions is used to build a button for a media manager tools popup?
JHTML::_media_manager( '/' )
JToolBarHelper::custom ('media_manager')
JToolBar::media_manager('/')
JToolBarHelper::media_manager( '/' )
Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
Defines.php
Framework.php
Toolbar.php
Application.php
Which of the following functions checks if a user has the access permission?
JMenu::authorize();
JController::authorize();
JUser::authorize();
JAccessHelper::authorize();
How do you control the layout of print pages?
Style in file css/print.css
Control the output of component.php
Style for class ".print" inside css/template.css
When the parameter of a module is edited, data is directly written in XML file.
True
False
Which menu type(s) is/are used to place a graphic or other separator between menu options?
Internal Link
External Link
Separator
Alias
Which of the following components cannot be uninstalled?
com_banners
com_polls
com_weblinks
com_contact
Which of the following field types is/are supported by Joomfish when creating a Joomfish Content Element?
referenceid
text
checkbox
date
htmltext
modified_date
referenceid, text, htmltext, and modified_date.
How do you create an upload button and view a popup screen with width 550 and height 400?
$alt = "Upload";
$bar=& JToolBar::getInstance('toolbar');
$bar->appendButton('Popup', 'upload', $alt, 'index.php', 550, 400);
$alt = "UPload";
$bar=& JToolBar::getInstance('upload );
$bar->appendButton('Popup', 'upload', $alt, 'index.php', 550, 400);
$alt = "Upload";
$bar=& JToolBar::getInstance('toolbar');
$bar->custom('Popup', 'toolbar', $alt, 'index.php', 550, 400);
While installing Joomla, at the FTP Configuration step, what is the FTP layer for?
For uploading files in the Administration panel
For uploading files in the Media Management panel
For managing the file system in the Administration panel
For handling file system manipulation and enabling Joomla! installers
In the Content Manager, what is the number of categories you can add?
30
20
10
As many as you wish
In the Article Manager, what is an article managed by?
Section ID
Category ID
Section ID and Category ID
Article ID
On which tab can caching be enabled?
Global Configuration => Site
Global Configuration => System
Global Configuration => Cache
Global Configuration => Setting
The Joomla System SEF plugin inherits JPlugin and overrides the onAfterRender() function. In this function, what does JResponse::getBody() command do?
It retrieves the body of the response that will be sent to the browser. The body of the response is then searched for links containing "/index.php..." and replaces them with a correct SEF url by calling JRoute::_(url).
The body of the response will replace links containing "/index.php..." with a correct SEF url by calling JRoute::_(url).
The body of the response will search links containing "/index.php..." and return an array to be used for the next command.
How will you insert a module into an article?
Create a new module -> Assign the module with an existing position -> open an article and declare with the html code
Create a new module -> Assign the module with a new position -> open an article and declare with the html code
Create a new module -> Assign the module with a new position -> open an article and declare with the html code {load newposition}
Create a new module -> Assign the module with an existed position -> open an article and declare with the html code {load newposition}
What types of extensions does Joomla include?
Component, Module, Template
Component, Module, Template, Language
Component, Module, Template, Language, Plugin
Component, Module, Template, Language, Plugin, Addon
What does the following code section do? $user =& JFactory::getUser(); if ($user->authorize('com_content', 'edit', 'content', 'all')) { //Display notice } else { //Display notice }
Check user's permission to edit all articles.
Check user's permission to view all articles.
Check user's permission to edit all articles. If this permission does not exist, the system will set the edit permission for the use.
True or False: There are two root classes for the Joomla framework: JFactory and JVersion.
True
False
What is a Plugin?
A Plugin is a mini-application that renders the main body of the page.
A Plugin is a smaller Extension typically used for rendering a small element that is displayed across multiple pages.
A Plugin is a section of the code that runs when a pre-defined event happens within Joomla!.
A Plugin controls the way the content of a web site is displayed.
Which of the following files does the "/includes" directory contain?
application.php
defines.php
framework.php
All of these
If "Site Offline" is enabled, what will be shown when you visit your site?
Homepage
Homepage with Offline message
Offline message only
What is the first step in Joomla installation?
Pre-installation Check
Choose Language
License Agreement
Configuration
Which position is the banner module displayed on in the Joomla front-end?
In the footer of the page
In the position "banner"
In the position selected in the banner item
In the position which the module "Banners" is published in
When you enable cache in the "Global Configuration" and enable plugin Cache, what will be cached?
The whole page
The whole page if the user has not logged in
The whole page if the user has logged in
Components and modules are cached separately.
How will you create a contact page?
Create a contact item in the Contacts component. Select the contact item in the module Contacts.
Create a contact item in the Contacts component. Create a menu item pointing to the contact item.
Declare contact information in the module Contact and publish it.
Declare contact information for the Administrator user and select it in the module Contact.
We have a module named "mod_module1" which has the structure: -mod_module1 ---mod_module1.php ---mod_module1.xml ---helper.php ---tmpl -----default.php How do you overwrite the output of a standard Joomla module?
Overwrite the appropriated style method in the file [template]/html/module.php.
Overwrite the module layout in the file [template]/html/mod_module1/tmpl/default.php.
Overwrite the module layout in the file [template]/html/mod_module1/default.php.
Module output cannot be overwriten in the template.
Which extension can be used to build a download system using Joomla?
Fireboard
Community Builder
Docman
Joom!Fish
What is the following code used for? $document = &JFactory::getDocument(); $renderer = $document->loadRenderer('modules'); $options = array('style' => 'xhtml'); $position = 'article-banners'; echo $renderer->render($position, $options, null);
For loading a single module
For loading a module position
In the User Manager, what is the difference between the Author and the Editor groups?
The Author group allows a user to edit their own content. The Editor can edit any content.
The Author group allows a user to submit new content. The Editor cannot submit new content.
The Author group allows a user to edit any content. The Editor can edit only their own content.
You should not use the die() function to debug because _______________.
It introduces security vulnerabilities.
it prevents the Joomla framework from finalizing certain tasks like database connection and session store.
It makes database tables crash.
In the JPagination class, what does the getResultsCounter() method do?
It returns an HTML string to display the Pages Links.
It returns a string containing the results currently being displayed.
It returns a combination of several page-related elements, including the Display Limit dropdown, the Pages Links and the Pages Counter.
What is the purpose of the module Poll?
To show the results of a poll
To list all the poll items created in the component Poll
To help the users create their custom polls
Show the poll on Frontpage to allow the users to submit their votes
In the User Manager, what are the Public Front-end user groups?
Registered, Manager, Author, Editor, and Publisher
Registered, Author, Editor, and Publisher
Registered, Editor, and Publisher
Registered and Publisher
What is not true of the module Login?
Shows the Login form for the users to login
Shows the Signup form for the users to create new accounts
Shows the Signup link for the users to create new accounts
Shows the “Forgot your password” link for the users to reset the password
Show the “Forgot your username” link for the users to get back the username
Which of the following information the “Who’s Online” module cannot show?
Online user names
The number of guests online
The number of members online
The most active members
Which of the following actions will make a custom component work with Joomfish 2.0 (that is, which makes it possible to translate a custom component using Joomfish)?
Create the Content Element XML file for Joomfish for the custom extension and place it to components/com_joomfish/contentelements.
Create the Content Element XML file for Joomfish for the custom extension and place it to administrator/components/com_joomfish/contentelements.
Declare the Joomfish inside the custom component xml file.
In Joomfish Configuration, add and declare additional information for the custom component.
In the JPagination class, which definition is the best about the getListFooter() method?
It is a method which returns a combination of the several page-related elements, including: the Display Limit dropdown, the Pages Links and the Pages Counter. The appearance differs in the Front-end and the Back-end.
It is a method which returns a combination of the several page-related elements, including: the Display Limit dropdown, the Pages Links and the Pages Counter.
It is a method which returns a combination of the several page-related elements, including: the Display Limit dropdown, the Pages Links and the Pages Counter. The appearance is the same in the Front-end and the Back-end.
It is a method which returns a combination of the several page-related elements, including: the Display Limit dropdown, the Pages Links. The appearance differs in the Front-end and the Back-end.
In the Content Manager, is there any relationship between the 3-tier organization level for articles and the structure of the menus on your site?
Yes. The structure menus depend on the 3-tier organization level.
No. Your site can have any menu level.
What is the root object that Joomla framework has inherited?
JObject
Object
JoomlaObject
JoomlaGenericObject
How do you load plugins in a component?
JPluginHelper::importPlugin('content');
JApplication::importPlugin('content');
JPluginHelper::loadPlugin('content');
Which of the following templates are not available by default in Joomla?
Note: There may be more than one right answer.
madeyourweb
JA_Purity
huk_solarflare_ii
huk_milkyway
Joomla Test Upwork 2019