🧪 Joomla MCQ Quiz Hub

Joomla Mcq Questions Set 2

Choose a topic to test your knowledge and improve your Joomla skills

1. Consider the database segment below. From the options given, select the case that will load a specific row of the database with JTable. DATABASE Width $row =& JTable::getInstance('recipes', 'Table')




2. Which one of the following statements protects against CSRF attacks?




3. What does the menu parameter type do?




4. Listed below are the four important system events that occur in a very specific order when a request is made. From the possibilities given, choose the option that represents the correct sequence of these events. 1.onAfterRoute 2.onAfterDispatch 3.onAfterInitialize 4.onAfterRender




5. When the parameter of a module is edited, data is directly written in xml file.




6. To install and run Joomla 1.5, the minimum system requirements are ____________.




7. Consider the code segment below. Then, from the options given, choose the case that would result in an integer. $db =& JFactory::getDBO(); $query = " SELECT count(*) FROM ".$db->nameQuote('#__my_table')."; "; $db->setQuery($query);




8. Example:jimport( 'joomla.application.module.helper' ); $module = JModuleHelper::getModule( 'mainmenu', 'Key Concepts' ); $attribs = array('style'=>'xhtml'); echo JModuleHelper::renderModule( $module, $attribs ); What is the purpose of the $attribs array?




9. Which method is used to load plugins?




10. 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);




11. Which of the following classes helps you to translate a string into the current language?




12. Consider the DATABASE and CODE segments as shown above in an image. Given this information, choose the case from the options below that would return these results:




13. Which of the following field types is/are supported by Joomfish when creating a Joomfish Content Element?




14. A module is configured to display title and publish to position "position". The module position "position" is loaded with style "xhtml" in template. If the module does not return any data, what will be displayed?




15. Instead of using the default Joomla build/parse route, how can you develop your own one?




16. What does the method "renderModule" in the class "JModuleHelper" do?




17. What is the XML-RPC implemented in Joomla?




18. Which of the following functions does Joomla support?




19. When an article is Archived, it will:




20. What is the Alias link?




21. What is "Joom!Fish" extension?




22. Which of the following tabs allows you to disable user registration?




23. What is the purpose of the module Poll?




24. How will you install a Joomla extension using a Joomla installer?




25. What is a Component?




26. In the Content Manager, an article can be stored:




27. While installing Joomla, at the FTP Configuration step, what is the FTP layer for?




28. In the User Manager, how can a user get back their password if they forget it?




29. Which of the following components can not be uninstalled?




30. What is the first step in Joomla installation?




31. Which position is the banner module displayed on in the Joomla front-end?




32. In the Media Manager, which default "Media Folder" are media stuffs uploaded to?




33. How will you create a static content item?




34. In the Content Manager, what is the number of categories you can add?




35. How to set the "Page Title" for a menu item?




36. When you enable cache in the "Global Configuration" and enable plugin Cache, what will be cached?




37. With cache enabled, the content will be cached based on the:




38. Based on the SEF setting in the diagram, what is the link that points to the menu item "News"?




39. Choose the correct statements (Database Configuration step).




40. In the Media Manager, if the option "Maximum Size (in bytes)" of Media Setting is set to zero(0), what will be the maximum size of the file that you can upload?




41. While installing Sample Data, you got error as demonstrated in the diagram. What does it mean?




42. In the User Manager, which Public Front-end User group(s) cannot edit articles?




43. How many levels can each menu have?




44. With the "Mass Mail" tool, which of the following recipients can you select?




45. How will you enable cache?




46. How will you make Joomla 1.0x extensions work with Joomla 1.5




47. Refer to the given image. What do you understand by the type of error?




48. From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?




49. Which of the following technologies is/are used by Joomla?




50. Which Joomla file provides the central logic of the template, including any module and component display?