2015-09-26



upwork (oDesk) joomla elace test answers list up to 110

Upwork Joomla Test Answer N0 1.

Question:

Is a cache module supported by Joomla or not?

Answers:

Yes

Upwork Joomla Test Answer N0 2.

Question:

We have a module named "mod_module1" which has the structure: -mod_module1 ---mod_module1.php ---mod_module1.xml ---helper.php ---tmpl -----default.php How do you overwrite the output of a standard Joomla module?

Answers:

Overwrite the module layout in the file [template]/html/mod_module1/tmpl/default.php.

Upwork Joomla Test Answer N0 3.

Question:

Which of the following is a system event?

Answers:

OnAfterInitialise

Upwork Joomla Test Answer N0 4.

Question:

What is the way to register an event in Joomla?

Answers:

$mainframe->registerEvent( $event, $handler);

Upwork Joomla Test Answer N0 5.

Question:

What types of extensions does Joomla include?

Answers:

Component, Module, Template, Language, Plugin

Upwork Joomla Test Answer N0 6.

Question:

Which of the following information the "Who's Online" module cannot show?

Answers:

The most active members

Upwork Joomla Test Answer N0 7.

Question:

In the User Manager, which of the following options can be applied for individual users?

Answers:

Templates, Front-end Language

Upwork Joomla Test Answer N0 8.

Question:

Does Joomla allow you to create your own routing mechanism?

Answers:

Yes

Upwork Joomla Test Answer N0 9.

Question:

How will you create a contact page?

Answers:

Create a contact item in the Contacts component. Create a menu item pointing to the contact item.

Upwork Joomla Test Answer N0 10.

Question:

True or false: Like components and modules, plugin language files are automatically loaded when a plugin is loaded.

Answers:

False

Upwork Joomla Test Answer N0 11.

Question:

In the User Manager, which of the following groups can be assigned to a new user registration?

Answers:

Author, Editor, Publisher

Upwork Joomla Test Answer N0 12.

Question:

What does the menu parameter type do?

Answers:

It provides a drop down list of the available menus from your Joomla site

Upwork Joomla Test Answer N0 13.

Question:

Which option will you select to find unpublished articles?

Answers:

Article manager

Upwork Joomla Test Answer N0 14.

Question:

With the "Mass Mail" tool, which of the following number of recipients can be selected?

Answers:

Multiple groups

Upwork Joomla Test Answer N0 15.

Question:

How do you load plugins in a component?

Answers:

JPluginHelper::importPlugin('content');

Upwork Joomla Test Answer N0 16.

Question:

In the User Manager, what are the Public Back-end User groups?

Answers:

Manager, Administrator, and Super Administrator

Upwork Joomla Test Answer N0 17.

Question:

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

Answers:

By using the "Forgot your password?" function.

Upwork Joomla Test Answer N0 18.

Question:

Which of the given database systems is supported by Joomla?

Answers:

MySQL

Upwork Joomla Test Answer N0 19.

Question:

How do you control the layout of print pages?

Answers:

Control the output of component.php

Upwork Joomla Test Answer N0 20.

Question:

What does the result of the ContentBuildRoute method return?

Answers:

MySQL

Upwork Joomla Test Answer N0 21.

Question:

What is implemented in the PHP file of a plugin?

Answers:

Extends class JPlugin and overrides the appropriate function with the event

Upwork Joomla Test Answer N0 22.

Question:

Which parameter is passed to a url to show module positions?

Answers:

tp=1

Upwork Joomla Test Answer N0 23.

Question:

What is the main function of the media manager?

Answers:

Uploading/Deleting files and creating new sub folders

Upwork Joomla Test Answer N0 24.

Question:

In the Media Manager, how can you set the "Maximum size" option?

Answers:

Set configuration via Global Configuration > Media

Upwork Joomla Test Answer N0 25.

Question:

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

Upwork Joomla Test Answer N0 26.

Question:

What is the role of the template metadata file in the system?

Answers:

It contains the basic authorship information.

Upwork Joomla Test Answer N0 27.

Question:

Which is the correct solution to return 'First 1, second 2, third 3' string, using Jtext class?

Answers:

In .php file:Jtext::sprintf('KEY_STRING',1,2,3); In language file (.ini): KEY_STRING=First %d, second %d, third %d

Upwork Joomla Test Answer N0 28.

Question:

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

Answers:

Index.php

Upwork Joomla Test Answer N0 29.

Question:

What will happen if you delete a menu?

Answers:

The menu will be marked as deleted and you can delete/restore it from the "Trash Manager".

Upwork Joomla Test Answer N0 30.

Question:

Which option will you choose to set the site metadata for the installed website?

Answers:

Global Configuration

Upwork Joomla Test Answer N0 31.

Question:

In the User Manager, what are the Public Front-end user groups?

Answers:

Registered, Author, Editor, and Publisher

Upwork Joomla Test Answer N0 32.

Question:

Which of the following files does the "/includes" directory contain?

Answers:

application.php • defines.php • framework.php • All of these

Upwork Joomla Test Answer N0 33.

Question:

Why does Joomla use templateDetails.xml files?

Answers:

To access the template from within by using code; • To debug style sheets; • To provide information and allow selection of the template within the template manager; • All of these.

Upwork Joomla Test Answer N0 34.

Question:

Which of the following items will be checked in when you use the "Global Check-in" function?

Answers:

Modules, Content, Contact, Modules, Menu

Upwork Joomla Test Answer N0 35.

Question:

What is the purpose of the "registerTask" function in JController?

Answers:

To register (map) a task to a method in the class

Upwork Joomla Test Answer N0 36.

Question:

What is true of the "Community Builder" extension?

Answers:

It is an environment for producing and maintaining online communities on Joomla driven sites.

Upwork Joomla Test Answer N0 37.

Question:

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

Answers:

htaccess.txt

Upwork Joomla Test Answer N0 38.

Question:

How do you create an upload button and view a popup screen with width 550 and height 400?

Answers:

$alt = "Upload"; $bar=& JToolBar::getInstance('toolbar'); $bar->appendButton('Popup', 'upload', $alt, 'index.php', 550, 400);

Upwork Joomla Test Answer N0 39.

Question:

What is a Module?

Answers:

A Module is a mini-application that renders the main body of the page.

Upwork Joomla Test Answer N0 40.

Question:

In the User Manager, what's the step of registration after 'submit user information'?

Answers:

Wait for the system's approval

Upwork Joomla Test Answer N0 41.

Question:

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

Answers:

Installer

Upwork Joomla Test Answer N0 42.

Question:

Which extension can be used to build a download system using Joomla?

Answers:

Docman

Upwork Joomla Test Answer N0 43.

Question:

Which user events occur with plug-ins that are installed for the front end of the system?

Answers:

Authentication events

Upwork Joomla Test Answer N0 44.

Question:

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

Answers:

For managing the file system in the Administration panel

Upwork Joomla Test Answer N0 45.

Question:

What is the output format of the documentation created using PHPDocumentor?

Answers:

PDF • CHM (compiled HTML) • XML • All of these.

Upwork Joomla Test Answer N0 46.

Question:

Which of the following commands is used to get a model in the controller.php file of a component?

Answers:

$model = $this->getModel('register')

Upwork Joomla Test Answer N0 47.

Question:

True or False: Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.

Answers:

FALSE

Upwork Joomla Test Answer N0 48.

Question:

You should not use the die() function to debug because _______________.

Answers:

it prevents the Joomla framework from finalizing certain tasks like database connection and session store.

Upwork Joomla Test Answer N0 49.

Question:

Which of the following is not true about the FrontPage Manager?

Answers:

Content cannot be selected from the FrontPage from all the contents.

Upwork Joomla Test Answer N0 50.

Question:

What is the method "isEnabled" in the class "JModuleHelper" used for?

Answers:

To check if a module is enabled

Upwork Joomla Test Answer N0 51.

Question:

Which articles can the frontpage view display?

Answers:

Articles from any section and category

Upwork Joomla Test Answer N0 52.

Question:

Which creational pattern is used by Joomla classes, particularly for database access?

Answers:

Abstract Factory Pattern

Upwork Joomla Test Answer N0 53.

Question:

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

Upwork Joomla Test Answer N0 54.

Question:

Which menu type(s) is/are used to place a graphic or other separator between menu options?

Answers:

Separator

Upwork Joomla Test Answer N0 55.

Question:

In the Article Manager, what is an article managed by?

Answers:

Section ID

Upwork Joomla Test Answer N0 56.

Question:

Which file is required to turn on the SEO mode with rewrite URL?

Answers:

.htaccess

Upwork Joomla Test Answer N0 57.

Question:

What is the purpose of the Newsfeeds component?

Answers:

To get news from other news providers

Upwork Joomla Test Answer N0 58.

Question:

In the User Manager, who can publish an article?

Answers:

The Publisher, The Manager, The Administrator

Upwork Joomla Test Answer N0 59.

Question:

Which of the following functions is used to build a button for a media manager tools popup?

Answers:

JToolBarHelper::media_manager( '/' )

Upwork Joomla Test Answer N0 60.

Question:

What is not true of the module Login?

Answers:

Shows the Login form for the users to login

Upwork Joomla Test Answer N0 61.

Question:

The plugin that searches content articles uses the function plgSearchContent() to handle the onSearch event. This is how the function is registered: $mainframe->registerEvent('onSearch', 'plgSearchContent'); Is it correct?

Answers:

True

Upwork Joomla Test Answer N0 62.

Question:

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

Answers:

Yes

Upwork Joomla Test Answer N0 63.

Question:

$editor =& JFactory::getEditor(); echo $editor->display('content', $this->content, '550', '400', '60', '20', false); How do you get the content from the editor (containing line breaks and paragraphs)

Answers:

$content = JRequest::getVar('content', '', 'post', 'string', JREQUEST_ALLOWRAW);

Upwork Joomla Test Answer N0 64.

Question:

What will happen when a Joomla! extension is uninstalled?

Answers:

Joomla! will remove all the files/folders inside the extension folder.

Upwork Joomla Test Answer N0 65.

Question:

How can you access the User Manager?

Answers:

In the Control Panel page of Administration -> Click on the "User Manager" icon

Upwork Joomla Test Answer N0 66.

Question:

What happens if the Main Menu is deleted?

Answers:

Your site will not function as it has a default menu item.

Upwork Joomla Test Answer N0 67.

Question:

Which of the following commands is used to copy a Joomla file?

Answers:

JFile::copy($src, $dest)

Upwork Joomla Test Answer N0 68.

Question:

The type "Model" of MVC pattern implemented for Joomla often ______________.

Answers:

...provides methods for managing and manipulating data.

Upwork Joomla Test Answer N0 69.

Question:

What user authentication methods does Joomla 1.5 support?

Answers:

Gmail, LDAP

Upwork Joomla Test Answer N0 70.

Question:

True or False: Joomla is written in Perl.

Answers:

False

Upwork Joomla Test Answer N0 71.

Question:

How many levels can each menu have?

Answers:

2 levels

Upwork Joomla Test Answer N0 72.

Question:

Which extension can you use to build a shopping cart using Joomla?

Answers:

VirtueMart

Upwork Joomla Test Answer N0 73.

Question:

True or False: Joomla does not provide the capability to include a podcast.

Answers:

False

Upwork Joomla Test Answer N0 74.

Question:

Which of the following mailers does Joomla support? (Select all that apply.)

Answers:

SMTP, Sendmail program

Upwork Joomla Test Answer N0 75.

Question:

Which of the following functions is used to list a folder in a format suitable for tree display?

Answers:

JFolder::listFolderTree

Upwork Joomla Test Answer N0 76.

Question:

How will you create a poll and display it on Frontpage?

Answers:

Create a poll item in the component Poll. Create a menu item pointing to that poll.

Upwork Joomla Test Answer N0 77.

Question:

There is a method in the application called _______, which triggers events in the global event dispatcher, notifying the relevant listeners. It is a pass-through method for the JEventDispatcher ____ method.

Answers:

triggerEvent()/trigger()

Upwork Joomla Test Answer N0 78.

Question:

In the Media Manager, what happens if you delete a media item?

Answers:

The media file will be deleted.

Upwork Joomla Test Answer N0 79.

Question:

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?

Answers:

No. Your site can have any menu level.

Upwork Joomla Test Answer N0 80.

Question:

What can you not do with the Media Manager?

Answers:

Create folders

Upwork Joomla Test Answer N0 81.

Question:

Which of the following PHP directives is important to Joomla execution in order to define an alternate compression library if the standard library is not available?

Answers:

extension_dir

Upwork Joomla Test Answer N0 82.

Question:

Does Joomla provide custom parameter types in the XML file?

Answers:

Yes

Upwork Joomla Test Answer N0 83.

Question:

Which of the following values are not required for a banner item?

Answers:

Click URL, Client

Upwork Joomla Test Answer N0 84.

Question:

To which of the following does the path constant link the XML-RPC Web service folder?

Answers:

JPATH_XMLRPC

Upwork Joomla Test Answer N0 85.

Question:

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:

checkbox, image

Upwork Joomla Test Answer N0 86.

Question:

The Joomla System SEF plugin inherits JPlugin and overrides the onAfterRender() function. In this function, what does JResponse::getBody() command do?

Answers:

It retrieves the body of the response that will be sent to the browser. The body of the response is then searched for links containing "/index.php..." and replaces them with a correct SEF url by calling JRoute::_(url).

Upwork Joomla Test Answer N0 87.

Question:

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.

Upwork Joomla Test Answer N0 88.

Question:

In Joomla, which file stores information on the database connection (database name, username...)?

Answers:

configuration.php

Upwork Joomla Test Answer N0 89.

Question:

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

Upwork Joomla Test Answer N0 90.

Question:

Which of the following are valid methods for installing a Joomla extension?

Answers:

Install from the Directory

Upwork Joomla Test Answer N0 91.

Question:

What is the file format supported by Joomla 1.5 to create language definitions?

Answers:

.ini

Upwork Joomla Test Answer N0 92.

Question:

In the User Manager, which Public Back-end User group(s) can access "Global configuration"?

Answers:

Super Administrator

Upwork Joomla Test Answer N0 93.

Question:

What is module chrome used for?

Answers:

Module chrome allows template designers to have a certain amount of control over the way the output from a Module is displayed in their template.

Upwork Joomla Test Answer N0 94.

Question:

What is the root object that Joomla framework has inherited?

Answers:

JObject

Upwork Joomla Test Answer N0 95.

Question:

How will you make Joomla 1.0x extensions work with Joomla 1.5?

Answers:

Joomla 1.0x extensions cannot work with Joomla 1.5 by default

Upwork Joomla Test Answer N0 96.

Question:

How can you access the media manager?

Answers:

Control Panel --> Click on "Media Manager" icon

Upwork Joomla Test Answer N0 97.

Question:

In the Content Manager, Joomla! uses a 3-tier organization level for articles. It is:

Answers:

Section -> Category -> Article

Upwork Joomla Test Answer N0 98.

Question:

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.

Upwork Joomla Test Answer N0 99.

Question:

How do you add custom html code to head section?

Answers:

$doc =& JFactory::getDocument(); $doc->addCustomTag( '
alert(123);ipt>' );

Upwork Joomla Test Answer N0 100.

Question:

Which of the following Joomla component or module is not installed by default?

Answers:

Community builder

Upwork Joomla Test Answer N0 101.

Question:

how will you insert a module into an article?

Answers:

Create a new module -> Assign the module with a new position -> open an article and declare with the html code {loadposition newposition}

Upwork Joomla Test Answer N0 102.

Question:

What kinds of default menus are available in the example data?

Answers:

Top Menu, Main Menu and User menu

Upwork Joomla Test Answer N0 103.

Question:

How do you load "layout_layout1" layout in layout.php file?

Answers:

$this->loadTemplate('layout1');

Upwork Joomla Test Answer N0 104.

Question:

How will you restore a trashed menu item?

Answers:

Go to "Menus->Menu Trash", select the menu item and click "Restore"

Show more