1. In the User Manager, who can publish an article?
Answers:
- The Editor
- The Publisher
- The Manager
- The Administrator
Answers:
- Registered
- Author
- Editor
- Publisher
- Manager
Answers:
- Client
- Category
- Click URL
- Image
Answers:
- menuitem
- helpsites
- checkbox
- image
- timezones
- usergroup
Answers:
- PHP Mail Function
- SMTP
- IMAP
- Sendmail program
Answers:
- Back-end Language
- Front-end Language
- User Editor
- Templates
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.
Joomla does not provide the capability to include a podcast.
Answers:
- True
- False
9. Which option will you choose to set the site metadata for the installed website?
Answers:
- Global Configuration
- Module Manager
Answers:
- JFolder::listFolde
- JFolder::listFolderTree
- JPath::listFolde
- JPath::listFolderTree
Answers:
- Upload files
- Delete files/folders
- Rename files/folders
- Create folders
Answers:
- $this->loadTemplate(‘layout1’);
- $this->loadTemplate(‘example_layout1’);
- $this->loadLayout(‘example_layout1.php’);
- $this->importLayout(‘layout1’);
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
Answers:
- JPATH_XML_RPC
- JPATH_XMLRPC
- JPATH_ROOT
- JPATH_BASE
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
16. Which file is required to turn on the SEO mode with rewrite URL?
Answers:
- configuration.php
- install.php
- httpd.conf
- .htaccess
17. 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
Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Answers:
- True
- False
Answers:
- Component, Module, Template
- Component, Module, Template, Language
- Component, Module, Template, Language, Plugin
- Component, Module, Template, Language, Plugin, Addon
20. True or false: Like components and modules, plugin language files are automatically loaded when a plugin is loaded.
Answers:
- True
- False
21. 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
22. 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.
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”.
24. 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
Answers:
- Installer
- Application
- Template
- Database
26. In Joomla, does the Back-End session stay alive even though it is set to expire?
Answers:
- Yes
- No
27. Which is incorrect about MD5 hash values with regard to their usage in Joomla?
Answers:
- 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 these.
28. In the User Manager, what is the difference between the Author and the Editor groups?
Answers:
- 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.
Answers:
- Component manager
- Module manager
- Article manager
- None of these
30. What is the method “isEnabled” in the class “JModuleHelper” used for?
Answers:
- To check if a module is enabled
- To enable or disable a module
31. Which user events occur with plug-ins that are installed for the front end of the system?
Answers:
- Administrative events
- Authentication events
- Both administrative and authentication events
- None of these
32. What is the main function of the media manager?
Answers:
- Creating new files
- Adding new files
- Uploading/Deleting files and creating new sub folders
- Managing the system media files
33. Which of the following commands is used to copy a Joomla file?
Answers:
- JFile::copyTo($src, $dest)
- JFile::copy($src, $dest)
- JFile::move($src, $dest)
- Jfile->copy($src, $dest)
34. What does the result of the ContentBuildRoute method return?
Answers:
- A string which is a part of a URL address.
- An array of segments where each segment is separated by a ‘/’ which is combined to create the actual link (the items in the array should not contain ‘/’ character).
- A name => value array of the querystring variables that the link maps to.
35. Which of the following is a system event?
Answers:
- OnDisplay
- OnSave
- OnGetInsertMethod
- OnAfterInitialise
36. Which of the following are valid methods for installing a Joomla extension?
Answers:
- Upload the Package File
- Install from the Directory
- Install from the File
- Install from the URL
Joomla is written in Perl.
Answers:
- True
- False
38. How will you restore a trashed menu item?
Answers:
- 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”
Answers:
- Registered, Manager, Author, Editor, and Publisher
- Registered, Author, Editor, and Publisher
- Registered, Editor, and Publisher
- Registered and Publisher
40. What is the root object that Joomla framework has inherited?
Answers:
- JObject
- Object
- JoomlaObject
- JoomlaGenericObject
No comments:
Post a Comment