Joomla


                                                      Joomla exam test answer



Joomla uses Perl language.
    a.  True
    b.  False
Refer to the given image.
SELECT *  FROM  Jo's_content WHERE metakey = '' or metadesc = ''
What do you understand from the following code?
    a.  SQL statement is executed against the Joomla database to find empty data fields
    b.  QL statement is executed against the Joomla database to insert new record
    c.  SQL statement is executed against the Joomla database to delete an existing record
    d.  None of the above
Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
    a.  True
    b.  False
The index.php file is a combination of HTML and PHP code.
    a.  True
    b.  False
What is the default super administrator account for Joomla called?
    a.  God
    b.  Administrator
    c.  admin
    d.  superuse 
Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?
    a.  zlib.output_compression
    b.  zlib.output_handler
    c.  extension_dir
    d.  expose_php 
Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?
    a.  Cblogin
    b.  Mod_comprofilermoderator
    c.  com_comprofiler
    d.  Mod_comprofileronline
Which option will you choose to set the site metadata for the installed website?
    a.  Global Configuration
    b.  Module Manager
What will happen if we set the SSL enabled option to On?
    a.  This option will make the link from the menu begin with an ftp://
    b.  This option will make the link from the menu begin with an http//
    c.  This option will make the link from the menu begin with an https://
    d.  None of the above
The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
    a.  True
    b.  False



The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Odesk test answer: True


Which 
PHP file does the index.php file load to provide the menu bar to the administrator interface?
Odesk test answer: Toolbar.php


Which of the given 
database systems is supported by Joomla?
Odesk test answer: Mysql

Which of the following is the default editor of Joomla?
Odesk test answer: TinyMCE

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

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

What is not true about JoomlaXplorer?
Odesk test answer: None of the above

Which of the following is a system event?
Odesk test answer: OnDisplay

Which Joomla file provides the central logic of the template, including any module and component display?
Odesk test answer: Index.php

When will you use SMTP authentication mail settings?
Odesk test answer: When you want to use an internal 
mail server
Which path variable holds the path of the currently executing application?
Odesk test answer: All of the above

Which user events occur with plug-ins that are installed for the front end of the system?
Odesk test answer: Both a and b

Which type of positioning elements define a concrete area such as a p, td, div or table in a CSS file?
Odesk test answer: Block elements

Which of the following files does the "/includes" directory not contain?
Odesk test answer: None of the above

Which option will you select to install or to add the module to your website?
Odesk test answer: C

Why does Joomla use templateDetails.xml files?
Odesk test answer: All of the above


Which of the following events is activated after content rendering is complete for content type plug-ins?
Odesk test answer: OnAfterDisplayContent

All the Joomla settings are contained within a PHP class called JConfig.
Odesk test answer: True

In which 
PHP file is the central configuration data for Joomla contained?
Odesk test answer: configuration.php

What is not true about the MD5 hash value?
Odesk test answer: Each password in Joomla is stored as a MD5 hash value

There are two root classes for the Joomla framework: JFactory and JVersion.
Odesk test answer: True

Which option will you select to find unpublished articles?
Odesk test answer: Article manager

What do you understand from the following code?
Odesk test answer: SQL statement is executed against the Joomla database to find empty data fields

Which SEO settings will you activate to make Joomla article URL shown in picture A appear as shown in picture B?
Odesk test answer: B


In which option are errors, warnings and references logged?
Odesk test answer: None of the above

Which type of files can media manager not upload?
Odesk test answer: None of the above

Which among the following switches 
display the current version of PHP?
Odesk test answer: -v


The Joomap extension uses the style-sheets from the currently selected default template to 
display the sitemap in the site style.
Odesk test answer: True

Which type of server 
technology is used by Joomla?
Odesk test answer: All of the above

Which of the following is not true about the FrontPage Manager?
Odesk test answer: You cannot select your content for the FrontPage from all the contents

What happens if the Text Separator Field is left empty while using the breadcrumbs module in the module manager?
Odesk test answer: None of the above

Which of the following support libraries must you include when you are doing a manual compile of PHP to use with Joomla?
Odesk test answer: All of the above

What is the role of the template metadata file in the system?
Odesk test answer: It contains the basic authorship information
The index.php file is a combination of HTML and PHP code.
Odesk test answer: True


What is the default super administrator account for Joomla called?
Odesk test answer: Administrator

Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?
Odesk test answer: extension_dir


Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?
Odesk test answer: com_comprofiler

Which option will you choose to set the site metadata for the installed website?
Odesk test answer: Global Configuration

What will happen if we set the SSL enabled option to On?
Odesk test answer: This option will make the link from the menu begin with an https://
Elance Joomla 1.5 test

1) The index.php file is a combination of HTML and PHP code.
ans: True

2) What is the default super administrator account for Joomla called?
ans: Administrator

3) Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?
ans: extension_dir

4) Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?
ans : com_comprofiler

5) Which option will you choose to set the site metadata for the installed website?
ans: global configuration

6)What will happen if we set the SSL enabled option to On?
ans : This option will make the link from the menu begin with an https://

7) The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
ans: True

8) Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
ans: Toolbar.php

9) Which of the given database systems is supported by Joomla?
ans: Mysql

10) Which of the following is the default editor of Joomla?
ans: TinyMCE

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


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


13)  What is not true about JoomlaXplorer?
ans: None of the above


14)  Which of the following is a system event?
ans: OnDisplay


15)   Which Joomla file provides the central logic of the template, including any module and component display?
ans: Index.php


16)   When will you use SMTP authentication mail settings?
ans: When you want to use an internal mail server
                                                                                                      The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Elance test answer: True


Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
Elance test answer: Toolbar.php


Which of the given database systems is supported by Joomla?
Elance test answer: Mysql

Which of the following is the default editor of Joomla?
Elance test answer: TinyMCE

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

From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS applicationextended?
Elance test answer: Installer

What is not true about JoomlaXplorer?
Elance test answer: None of the above

Which of the following is a system event?
Elance test answer: OnDisplay

Which Joomla file provides the central logic of the template, including any module and component display?
Elance test answer: Index.php

When will you use SMTP authentication mail settings?
Elance test answer: When you want to use an internal mail server
Which path variable holds the path of the currently executing application?
Elance test answer: All of the above

Which user events occur with plug-ins that are installed for the front end of the system?
Elance test answer: Both a and b

Which type of positioning elements define a concrete area such as a p, td, div or table in a CSS file?
Elance test answer: Block elements

Which of the following files does the "/includes" directory not contain?
Elance test answer: None of the above

Which option will you select to install or to add the module to your website?
Elance test answer: C

Why does Joomla use templateDetails.xml files?
Elance test answer: All of the above


Which of the following events is activated after content rendering is complete for content type plug-ins?
Elance test answer: OnAfterDisplayContent

All the Joomla settings are contained within a PHP class called JConfig.
Elance test answer: True

In which PHP file is the central configuration data for Joomla contained?
Elance test answer: configuration.php

What is not true about the MD5 hash value?
Elance test answer: Each password in Joomla is stored as a MD5 hash value

There are two root classes for the Joomla framework: JFactory and JVersion.
Elance test answer: True

Which option will you select to find unpublished articles?
Elance test answer: Article manager

What do you understand from the following code?
Elance test answer: SQL statement is executed against the Joomla database to find empty data fields

Which SEO settings will you activate to make Joomla article URL shown in picture A appear as shown in picture B?
Elance test answer: B


In which option are errors, warnings and references logged?
Elance test answer: None of the above

Which type of files can media manager not upload?
Elance test answer: None of the above

Which among the following switches display the current version of PHP?
Elance test answer: -v


The Joomap extension uses the style-sheets from the currently selected default template to display the sitemap in the site style.
Elance test answer: True

Which type of server technology is used by Joomla?
Elance test answer: All of the above

Which of the following is not true about the FrontPage Manager?
Elance test answer: You cannot select your content for the FrontPage from all the contents

What happens if the Text Separator Field is left empty while using the breadcrumbs module in the module manager?
Elance test answer: None of the above

Which of the following support libraries must you include when you are doing a manual compile of PHP to use with Joomla?
Elance test answer: All of the above

What is the role of the template metadata file in the system?
Elance test answer: It contains the basic authorship information
The index.php file is a combination of HTML and PHP code.
Elance test answer: True


What is the default super administrator account for Joomla called?
Elance test answer: Administrator

Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?
Elance test answer: extension_dir


Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloadingCB?
Elance test answer: com_comprofiler

Which option will you choose to set the site metadata for the installed website?
Elance test answer: Global Configuration



No comments:

Post a Comment