We don’t guarantee that all provided answers are correct.
Which of the following files has to be renamed to .htaccess in order to enable mod_rewrite?
Answer
- htaccess.php
- htaccess.txt
- htaccess.doc
- None of these
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?
Answer
- 1
- Total items of the user’s table in the DB
- Error
What can you not do with the Media Manager?
Answer
- Upload files
- Delete files/folders
- Rename files/folders
- Create folders
In the User Manager, which of the following options can be applied for individual users?
Note: There are may be more than one right answer
Answer
- Back-end Language
- Front-end Language
- User Editor
- Templates
Which of the following mailers does Joomla support? (Select all that apply.)
Note: There are may be more than one right answer
Answer
- PHP Mail Function
- SMTP
- IMAP
- Sendmail program
Which of the following is a system event?
Answer
- OnDisplay
- OnSave
- OnGetInsertMethod
- OnAfterInitialise
Which user events occur with plug-ins that are installed for the front end of the system?
Answer
- Administrative events
- Authentication events
- Both administrative and authentication events
- None of these
In the User Manager, which Public Front-end User group(s) cannot edit articles?
Answer
- Author
- Editor
- Publisher
- Registered
Which of the following Joomla component or module is not installed by default?
Answer
- Login
- Community builder
- Polling
- Search
Which articles can the frontpage view display?
Answer
- Articles from any section and category
- Articles restricted to just a few sections and categories
- Only static item contents
What types of extensions does Joomla include?
Answer
- Component, Module, Template
- Component, Module, Template, Language
- Component, Module, Template, Language, Plugin
- Component, Module, Template, Language, Plugin, Addon
True or False: Joomla is written in Perl.
Answer
- True
- False
Which file is required to turn on the SEO mode with rewrite URL?
Answer
- configuration.php
- install.php
- httpd.conf
- .htaccess
True or False: Joomla does not provide the capability to include a podcast.
Answer
- True
- False
In the User Manager, which Public Back-end User group(s) can access “Global configuration”?
Answer
- Super Administrator
- Administrator
- Manager
- System
What is the root object that Joomla framework has inherited?
Answer
- JObject
- Object
- JoomlaObject
- JoomlaGenericObject
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?
Answer
- Yes. The structure menus depend on the 3-tier organization level
- No. Your site can have any menu level
Which extension can be used to build a download system using Joomla?
Answer
- Fireboard
- Community Builder
- Docman
- Joom!Fish
In the User Manager, what is the difference between the Author and the Editor groups?
Answer
- 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
What is a Component?
Answer
- 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
Which menu type(s) is/are used to place a graphic or other separator between menu options?
Answer
- Internal Link
- External Link
- Separator
- Alias
Which extension can you use to build a shopping cart using Joomla?
Answer
- Fireboard
- VirtueMart
- Docman
- All of the above