1. Which of the following items will be checked in when you use the "Global Check-in" function?
Answers:
• Banner
• Content
• Contact
• Components
• Modules
• Plugins
• Languages
• Menu
2. In the User Manager, who can publish an article?
Answers:
• The Editor
• The Publisher
• The Manager
• The Administrator
3. In the User Manager, which of the following groups can be assigned to a new user registration?
Answers:
• Registered
• Author
• Editor
• Publisher
• Manager
4. Which of the following values are not required for a banner item?
Answers:
• Client
• Category
• Click URL
• Image
5. 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?
Answers:
• menuitem
• helpsites
• checkbox
• image
• timezones
• usergroup
6. Which of the following mailers does Joomla support? (Select all that apply.)
Answers:
• PHP Mail Function
• SMTP
• IMAP
• Sendmail program
7. In the User Manager, which of the following options can be applied for individual users?
Answers:
• Back-end Language
• Front-end Language
• User Editor
• Templates
8. In the User Manager, what's the step of registration after 'submit user information'?
Answers:
• 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.
9. True or False:
Joomla does not provide the capability to include a podcast.
Answers:
• True
• False
10. What is a Module?
Answers:
• 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.
11. How will you make Joomla 1.0x extensions work with Joomla 1.5?
Answers:
• Joomla 1.0x extensions work well with Joomla 1.5 by default
• Joomla 1.0x extensions cannot work with Joomla 1.5 by default
• Enable the Legacy mode on the "Global Configuration"
• Enable Legacy plugin
12. Which option will you choose to set the site metadata for the installed website?
Answers:
• Global Configuration
• Module Manager
13. Which of the following functions is used to list a folder in a format suitable for tree display?
Answers:
• JFolder::listFolde
• JFolder::listFolderTree
• JPath::listFolde
• JPath::listFolderTree
14. What can you not do with the Media Manager?
Answers:
• Upload files
• Delete files/folders
• Rename files/folders
• Create folders
15. How do you load "layout_layout1" layout in layout.php file?
Answers:
• $this->loadTemplate('layout1');
• $this->loadTemplate('example_layout1');
• $this->loadLayout('example_layout1.php');
• $this->importLayout('layout1');
16. What is the purpose of the "registerTask" function in JController?
Answers:
• 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
17. To which of the following does the path constant link the XML-RPC Web service folder?
Answers:
• JPATH_XML_RPC
• JPATH_XMLRPC
• JPATH_ROOT
• JPATH_BASE
18. How do you define a filename.css file in your component to load into the head tag by Joomla?
Answers:
• $doc =& JFactory::getDocument(); $doc->addStyleSheet($url);
• $doc =& JFactory::getDocument(); $doc->addStyle($url);
• $doc =& JFactory::getDocument(); $doc->addCSS($url);
19. How can you access the User Manager?
Answers:
• 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
20. Which of the following functions is used to build a button for a media manager tools popup?
Answers:
• JHTML::_media_manager( '/' )
• JToolBarHelper::custom ('media_manager')
• JToolBar::media_manager('/')
• JToolBarHelper::media_manager( '/' )
21. Which parameter is passed to a url to show module positions?
Answers:
• tpl=1
• tpl=component
• tp=1
22. Which Joomla file provides the central logic of the template, including any module and component display?
Answers:
• Index.php
• Template.css
• TemplateDetails.xml
• Banner.fff
23. Which file is required to turn on the SEO mode with rewrite URL?
Answers:
• configuration.php
• install.php
• httpd.conf
• .htaccess
24. In the User Manager, how can a user get back their password if they forget it?
Answers:
• 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.
25. How do you control the layout of print pages?
Answers:
• Style in file css/print.css
• Control the output of component.php
• Style for class ".print" inside css/template.css
26. True or False:
Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Answers:
• True
• False
27. In the Content Manager, Joomla! uses a 3-tier organization level for articles. It is:
Answers:
• Category -> Section -> Article
• Static content -> Category -> Article
• Section -> Category -> Article
• Section -> Static Content -> Article
28. What types of extensions does Joomla include?
Answers:
• Component, Module, Template
• Component, Module, Template, Language
• Component, Module, Template, Language, Plugin
• Component, Module, Template, Language, Plugin, Addon
29. What user authentication methods does Joomla 1.5 support?
Answers:
• Twitter, Facebook, MySpace
• Gmail, LDAP
• Yahoo
30. In the Media Manager, how can you set the "Maximum size" option?
Answers:
• Set configuration via Global Configuration > Site
• Set configuration via Global Configuration > System
• Set configuration via Global Configuration > Media
31. True or false: Like components and modules, plugin language files are automatically loaded when a plugin is loaded.
Answers:
• True
• False
32. What kinds of default menus are available in the example data?
Answers:
• Top Menu, Main Menu, Other menu, User menu, Resources, Example Pages and Key Concepts
• Top Menu, Main Menu and User menu
• Top Menu, Main Menu and Other menu
• Main Menu, Other menu and User menu
33. Which of the following files has to be renamed to .htaccess in order to enable mod_rewrite?
Answers:
• htaccess.php
• htaccess.txt
• htaccess.doc
• None of these
34. How will you create a contact page?
Answers:
• 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.
35. While installing Joomla, at the FTP Configuration step, what is the FTP layer for?
Answers:
• 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
36. What does the following code section do?
$user =& JFactory::getUser();
if ($user->authorize('com_content', 'edit', 'content', 'all'))
{
//Display notice
} else {
//Display notice
}
Answers:
• 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.
37. What is the method "getModule" in the class "JModuleHelper" used for?
Answers:
• To get the module by name. It returns an object with information about the module.
• To get the module by module position. It returns an array of objects with information about the module.
38. What will happen if you delete a menu?
Answers:
• 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".
39. What is the purpose of the Newsfeeds component?
Answers:
• 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
40. Which of the given database systems is supported by Joomla?
Answers:
• Microsoft SQL Server
• MySQL
• Microsoft Access
• All of these
41. What is implemented in the PHP file of a plugin?
Answers:
• Use the $mainframe object to register a function with an event.
• Use the JPlugin class to register a function with an event.
• Extends class JPlugin and overrides the appropriate function with the event.
42. Given below is the structure of view articles in the com_content component:
/components
/com_content
/views
/articles
/tmpl
default.php
form.php
view.html.php
To override the layout for the articles view in a template, what is the correct folder structure?
Answers:
• /templates /[template] /html /com_content /articles default.php form.php
• /templates /[template] /html /com_content /articles /tmpl default.php form.php
43. With the "Mass Mail" tool, which of the following number of recipients can be selected?
Answers:
• Multiple users in system
• A single user in system
• Multiple groups
• A single group
44. In the User Manager, what are the Public Back-end User groups?
Answers:
• Publisher, Manager, Author, Editor, Administrator, and Super Administrator
• Publisher, Manager, Administrator, and Super Administrator
• Manager, Administrator, and Super Administrator
• Administrator, and Super Administrator
45. From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Answers:
• Installer
• Application
• Template
• Database
46. In the Article Manager, what is an article managed by?
Answers:
• Section ID
• Category ID
• Section ID and Category ID
• Article ID
47. In Joomla, does the Back-End session stay alive even though it is set to expire?
Answers:
• Yes
• No
48. Which of the following is not true about the FrontPage Manager?
Answers:
• It is the title page of the website.
• The selected content is presented there in blog form.
• Content cannot be selected from the FrontPage from all the contents.
• Individual content items can be sorted within the FrontPage Manager.
49. The type "Model" of MVC pattern implemented for Joomla often ______________.
Answers:
• ...provides methods for managing and manipulating data.
• ...generates data for HTML pages.
• ...determines user requests (task).
50. What is the file format supported by Joomla 1.5 to create language definitions?
Answers:
• .php
• .svc
• .ini
• .xml
No comments:
Post a Comment