Saturday 26 March 2016

Upwork Test answers for Joomla Test 2015-16




1. In the User Manager, who can publish an article?
Answers:

  1. The Editor
  2. The Publisher
  3. The Manager
  4. The Administrator
2. In the User Manager, which of the following groups can be assigned to a new user registration?
Answers:

  1. Registered
  2. Author
  3. Editor
  4. Publisher
  5. Manager
3. Which of the following values are not required for a banner item?
Answers:

  1. Client
  2. Category
  3. Click URL
  4. Image
4. 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:

  1. menuitem
  2. helpsites
  3. checkbox
  4. image
  5. timezones
  6. usergroup
5. Which of the following mailers does Joomla support? (Select all that apply.)
Answers:

  1. PHP Mail Function
  2. SMTP
  3. IMAP
  4. Sendmail program
6. In the User Manager, which of the following options can be applied for individual users?
Answers:

  1. Back-end Language
  2. Front-end Language
  3. User Editor
  4. Templates
7. In the User Manager, what’s the step of registration after ‘submit user information’?
Answers:

  1. Wait for the system’s approval
  2. Check email and activate account
  3. No further step is required. The account is automatically activated.
  4. It depends on the “User Settings”. The account may be enabled automatically or the user may have to activate it.
8. True or False:
Joomla does not provide the capability to include a podcast.
Answers:

  1. True
  2. False

9. Which option will you choose to set the site metadata for the installed website?
Answers:

  1. Global Configuration
  2. Module Manager
10. Which of the following functions is used to list a folder in a format suitable for tree display?
Answers:

  1. JFolder::listFolde
  2. JFolder::listFolderTree
  3. JPath::listFolde
  4. JPath::listFolderTree
11. What can you not do with the Media Manager?
Answers:

  1. Upload files
  2. Delete files/folders
  3. Rename files/folders
  4. Create folders
12. How do you load “layout_layout1” layout in layout.php file?
Answers:

  1. $this->loadTemplate(‘layout1’);
  2. $this->loadTemplate(‘example_layout1’);
  3. $this->loadLayout(‘example_layout1.php’);
  4. $this->importLayout(‘layout1’);
13. What is the purpose of the “registerTask” function in JController?
Answers:

  1. To create a new task in the class
  2. To register (map) a task to a method in the class
  3. To register the default task to perform if a mapping is not found
  4. To replace a task with another task in the class
14. To which of the following does the path constant link the XML-RPC Web service folder?
Answers:

  1. JPATH_XML_RPC
  2. JPATH_XMLRPC
  3. JPATH_ROOT
  4. JPATH_BASE
15. How can you access the User Manager?
Answers:

  1. In the Control Panel page of Administration -> Click on the “User Manager” icon
  2. Menu “Tools” -> User Manager
  3. Menu “Site” -> Global Configuration
  4. Menu “Site” -> User Manager

16. Which file is required to turn on the SEO mode with rewrite URL?
Answers:

  1. configuration.php
  2. install.php
  3. httpd.conf
  4. .htaccess

17. How do you control the layout of print pages?
Answers:

  1. Style in file css/print.css
  2. Control the output of component.php
  3. Style for class “.print” inside css/template.css
18. True or False:
Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Answers:

  1. True
  2. False
19. What types of extensions does Joomla include?
Answers:

  1. Component, Module, Template
  2. Component, Module, Template, Language
  3. Component, Module, Template, Language, Plugin
  4. 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:

  1. True
  2. False

21. Which of the following files has to be renamed to .htaccess in order to enable mod_rewrite?
Answers:

  1. htaccess.php
  2. htaccess.txt
  3. htaccess.doc
  4. None of these

22. What is the method “getModule” in the class “JModuleHelper” used for?
Answers:

  1. To get the module by name. It returns an object with information about the module.
  2. To get the module by module position. It returns an array of objects with information about the module.
23. What will happen if you delete a menu?
Answers:

  1. The menu and all its items will be deleted out of the system.
  2. The menu will be marked as deleted and you can delete/restore it from the “Trash Manager”.
  3. The menu item will be moved to the “Menu Trash”.

24. In the User Manager, what are the Public Back-end User groups?
Answers:

  1. Publisher, Manager, Author, Editor, Administrator, and Super Administrator
  2. Publisher, Manager, Administrator, and Super Administrator
  3. Manager, Administrator, and Super Administrator
  4. Administrator, and Super Administrator
25. From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Answers:

  1. Installer
  2. Application
  3. Template
  4. Database

26. In Joomla, does the Back-End session stay alive even though it is set to expire?
Answers:

  1. Yes
  2. No

27. Which is incorrect about MD5 hash values with regard to their usage in Joomla?
Answers:

  1. Each password in Joomla is stored as an MD5 hash value.
  2. It stands for message-digest algorithm 5.
  3. The length of the number for MD5 is a 128-bit hash code.
  4. None of these.

28. In the User Manager, what is the difference between the Author and the Editor groups?
Answers:

  1. The Author group allows a user to edit their own content. The Editor can edit any content.
  2. The Author group allows a user to submit new content. The Editor cannot submit new content.
  3. The Author group allows a user to edit any content. The Editor can edit only their own content.
29. Which option will you select to find unpublished articles?
Answers:

  1. Component manager
  2. Module manager
  3. Article manager
  4. None of these

30. What is the method “isEnabled” in the class “JModuleHelper” used for?
Answers:

  1. To check if a module is enabled
  2. 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:

  1. Administrative events
  2. Authentication events
  3. Both administrative and authentication events
  4. None of these

32. What is the main function of the media manager?
Answers:

  1. Creating new files
  2. Adding new files
  3. Uploading/Deleting files and creating new sub folders
  4. Managing the system media files

33. Which of the following commands is used to copy a Joomla file?
Answers:

  1. JFile::copyTo($src, $dest)
  2. JFile::copy($src, $dest)
  3. JFile::move($src, $dest)
  4. Jfile->copy($src, $dest)

34. What does the result of the ContentBuildRoute method return?
Answers:

  1. A string which is a part of a URL address.
  2. 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).
  3. A name => value array of the querystring variables that the link maps to.

35. Which of the following is a system event?
Answers:

  1. OnDisplay
  2. OnSave
  3. OnGetInsertMethod
  4. OnAfterInitialise

36. Which of the following are valid methods for installing a Joomla extension?
Answers:

  1. Upload the Package File
  2. Install from the Directory
  3. Install from the File
  4. Install from the URL
37. True or False:
Joomla is written in Perl.
Answers:

  1. True
  2. False

38. How will you restore a trashed menu item?
Answers:

  1. Go to “Menus->Menu Trash”, select the menu item and click “Restore”
  2. Go to “Site->Trash Manager”, select the menu item and click “Restore”
  3. Go to “Tools->Trash Manager”, select the menu item and click “Restore”
39. In the User Manager, what are the Public Front-end user groups?
Answers:

  1. Registered, Manager, Author, Editor, and Publisher
  2. Registered, Author, Editor, and Publisher
  3. Registered, Editor, and Publisher
  4. Registered and Publisher

40. What is the root object that Joomla framework has inherited?
Answers:

  1. JObject
  2. Object
  3. JoomlaObject
  4. JoomlaGenericObject




No comments:

Post a Comment