Friday, November 29, 2013

joomla 1.5

oDesk joomla 1.5 test answer updates
1. Question: What is the default super administrator account for Joomla called?
Answer: Administrator

2. Question: Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?
Answer: extension_dir

3. Question: Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?
Answer: com_comprofiler

4. Question: Which option will you choose to set the site metadata for the installed website?
Answer: Global Configuration

5. Question: What will happen if we set the SSL enabled option to On?
Answer: This option will make the link from the menu begin with an https://

6. Question: The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Answer: True

7. Question: Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
Answer: Toolbar.php

8. Question: Which of the given database systems is supported by Joomla?
Answer: Mysql

09. Question: Which of the following is the default editor of Joomla?
Answer: TinyMCE

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

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

12. Question: What is not true about JoomlaXplorer?
Answer: None of the above

13. Question: Which of the following is a system event?
Answer: OnDisplay

14. Question: Which Joomla file provides the central logic of the template, including any module and component display?
Answer: Index.php

15. Question: When will you use SMTP authentication mail settings?
Answer: When you want to use an internal mail server

16. Question: What do you understand by the type of error?
Answer: It means that STRICT_ALL_TABLES is enabled

17. Question: Which path variable holds the path of the currently executing application?
Answer: All of the above

18. Question: Which user events occur with plug-ins that are installed for the front end of the system?
Answer: Both a and b

19. Question: Which type of positioning elements define a concrete area such as a p, td, div or table in a CSS file?
Answer: Block elements

20. Question: Which of the following files does the “/includes” directory not contain?
Answer: None of the above

21. Question: Which option will you select to install or to add the module to your website?
Answer: C

22. Question: Why does Joomla use templateDetails.xml files?
Answer: All of the above

23. Question: Which of the following events is activated after content rendering is complete for content type plug-ins?
Answer: OnAfterDisplayContent

24. Question: All the Joomla settings are contained within a PHP class called JConfig.
Answer: True

25. Question: In which PHP file is the central configuration data for Joomla contained?
Answer: configuration.php

26. Question: What is not true about the MD5 hash value?
Answer: Each password in Joomla is stored as a MD5 hash value

27. Question: There are two root classes for the Joomla framework: JFactory and JVersion.
Answer: True

28. Question: Which option will you select to find unpublished articles?
Answer: Article manager

29. Question: What do you understand from the following code?
Answer: SQL statement is executed against the Joomla database to find empty data fields

30. Question: Which SEO settings will you activate to make Joomla article URL shown in picture A appear as shown in picture B?
Answer: B

31. Question: In which option are errors, warnings and references logged?
Answer: None of the above

32. Question: Which type of files can media manager not upload?
Answer: None of the above

33. Question: Which among the following switches display the current version of PHP?
Answer: v

34. Question: The Joomap extension uses the style-sheets from the currently selected default template todisplay the sitemap in the site style.
Answer: True

35. Question: Which type of server technology is used by Joomla?
Answer: All of the above

36. Question: Which of the following is not true about the FrontPage Manager?
Answer: You cannot select your content for the FrontPage from all the contents

37. Question: What happens if the Text Separator Field is left empty while using the breadcrumbs module in the module manager?
Answer: None of the above

38. Question: Which of the following support libraries must you include when you are doing a manual compile of PHP to use with Joomla?
Answer: All of the above

39. Question: What is the role of the template metadata file in the system?
Answer: It contains the basic authorship information

40. Question: The index.php file is a combination of HTML and PHP code.
Answer: True
Question 1: What is the default super administrator account for Joomla called?
a.  God
Ans: b.  Administrator
Ans: c.  admin
d.  superuse 

Question 2: 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
Ans: b. zlib.output_handler
Ans: c. extension_dir
Ans: d. expose_php

Question 3: Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?
Answer: com_comprofiler

Question 4: Which option will you choose to set the site metadata for the installed website?
Ans: a.Global Configuration
b.Module Manager

Question 5: Refer to the given image.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//
Ans: c.This option will make the link from the menu begin with an https:// 
d.None of the above

Question 6: State whether True or False:The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Ans: a.True
Ans: b.False
Question 6: Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
a.Defines.php
b.Framework.php
Ans: c.Toolbar.php 
d.Application.php

Question 7: Which of the given database systems is supported by Joomla?
a.Microsoft sql
Ans: b.Mysql 
c.Microsoft access
d.All of the above

Question 8: Which of the following is the default editor of Joomla?
Ans: a.TinyMCE *
b.XStandard Lite
Ans: c.Both a and b
d.None of the above

Question 9: Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Ans: a.  True
Ans: b.  False

Question 10: From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Ans: a.  Installer
b.  Application 
c.  Template
d.  Database

Question 11: What is not true about JoomlaXplorer?
a.It provides access to all of the files and folders in the Web server path
b.It includes a status bar displaying the amount of the remaining space on the selected drive
c.It allows a user to change file and directory permissions using a chmod-style utility
Ans: d.None of the above

Question 12: Which of the following is a system event?
Ans: a.OnDisplay
b.OnSave
c.OnGetInsertMethod
d.OnAfterInitialise

Question 13: Which Joomla file provides the central logic of the template, including any module and component display?
Ans: a.Index.php
Ans: b.Template.css
c.TemplateDetails.xml
d.Banner.fff

Question 14: Refer to the given image.When will you use SMTP authentication mail settings?
a.When you want to use an external mail server
Ans: b.When you want to use an internal mail server
c.When you want to display email address automatically
d.Both b and c

Question 15: What do you understand by the type of error?
Answer: It means that STRICT_ALL_TABLES is enabled

Question 16: Which path variable holds the path of the currently executing application?
a.JPATH_SITE
b.JPATH_ROOT
c.JPATH_BASE
d.All of the above
Question 17: Which user events occur with plug-ins that are installed for the front end of the system?
Answer: Both a and b

Question 18: Which type of positioning elements define a concrete area such as a p, td, div or table in a CSS file?
Answer: Block elements

Question 19: Which of the following files does the “/includes” directory not contain?
Answer: None of the above

Question 20: Which of the following files does the "/includes" directory contain?
a.  application.php
b.  defines.php
c.  framework.php
Ans: d.  All of the above

Question 21: Refer to the given image.Which option will you select to install or to add the module to your website?
a.A
b.B
Ans: c.C
Ans: d.D

Question 22: Why does Joomla use templateDetails.xml files?
a. To access the template from within by using code
b. To debug your style sheets
Ans: c. To provide information and allow selection of the template within th template manager
Ans: d. All of the above

Question 23: Which of the following events is activated after content rendering is complete for content type plug-ins?
Ans: a.OnAfterDisplay
b.OnAfterDisplayTitle
Ans: c.OnAfterDisplayContent
d.None of the above

Question 24: State whether True or False:All the Joomla settings are contained within a PHP class called JConfig.
a.True 
b.False

Question 25: In which PHP file is the central configuration data for Joomla contained?
a.config.php
Ans: b.configuration.php
c.settings.php
d.None of the above

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://
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
What do you understand by the type of error?
Odesk test answer: It means that STRICT_ALL_TABLES is enabled
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
1) The index.php file is a combination of HTML and PHP code.
Odesk test answer: True
2) What is the default super administrator account for Joomla called?
Odesk test answer: 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?
Odesk test answer: 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?
Odesk test answer: com_comprofiler
5) Which option will you choose to set the site metadata for the installed website?
Odesk test answer: Global Configuration
6) 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://
7) The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Odesk test answer: True
8) Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
Odesk test answer: Toolbar.php
9) Which of the given database systems is supported by Joomla?
Odesk test answer: Mysql
10) Which of the following is the default editor of Joomla?
Odesk test answer: TinyMCE
11) Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Odesk test answer: False
12) From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Odesk test answer: Installer
13) What is not true about JoomlaXplorer?
Odesk test answer: None of the above
14) Which of the following is a system event?
Odesk test answer: OnDisplay
15) Which Joomla file provides the central logic of the template, including any module and component display?
Odesk test answer: Index.php
16) When will you use SMTP authentication mail settings?
Odesk test answer: When you want to use an internal mail server
17) What do you understand by the type of error?
Odesk test answer: It means that STRICT_ALL_TABLES is enabled
18) Which path variable holds the path of the currently executing application?
Odesk test answer: All of the above
19) Which user events occur with plug-ins that are installed for the front end of the system?
Odesk test answer: Both a and b
20) 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
21) Which of the following files does the "/includes" directory not contain?
Odesk test answer: None of the above
22) Which option will you select to install or to add the module to your website?
Odesk test answer: C
23) Why does Joomla use templateDetails.xml files?
Odesk test answer: All of the above
24) Which of the following events is activated after content rendering is complete for content type plug-ins?
Odesk test answer: OnAfterDisplayContent
25) All the Joomla settings are contained within a PHP class called JConfig.
Odesk test answer: True
26) In which PHP file is the central configuration data for Joomla contained?
Odesk test answer: configuration.php
27) What is not true about the MD5 hash value?
Odesk test answer: Each password in Joomla is stored as a MD5 hash value
27) There are two root classes for the Joomla framework: JFactory and JVersion.
Odesk test answer: True
28) Which option will you select to find unpublished articles?
Odesk test answer: Article manager
29) What do you understand from the following code?
Odesk test answer: SQL statement is executed against the Joomla database to find empty data fields
30) 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
31) In which option are errors, warnings and references logged?
Odesk test answer: None of the above
32) Which type of files can media manager not upload?
Odesk test answer: None of the above
33) Which among the following switches display the current version of PHP?
Odesk test answer: v
34) 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
35) Which type of server technology is used by Joomla?
Odesk test answer: All of the above
36) 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
37) 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
38) 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
39) What is the role of the template metadata file in the system?
Odesk test answer: It contains the basic authorship information

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

Odesk test answer: True



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

Odesk test answer: 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?

Odesk test answer: 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?

Odesk test answer: com_comprofiler



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

Odesk test answer: Global Configuration



6) 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://



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

Odesk test answer: True



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

Odesk test answer: Toolbar.php



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

Odesk test answer: Mysql

10) Which of the following is the default editor of Joomla?

Odesk test answer: TinyMCE



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

Odesk test answer: False



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

Odesk test answer: Installer



13) What is not true about JoomlaXplorer?

Odesk test answer: None of the above



14) Which of the following is a system event?

Odesk test answer: OnDisplay



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

Odesk test answer: Index.php



16) When will you use SMTP authentication mail settings?

Odesk test answer: When you want to use an internal mail server



17) What do you understand by the type of error?

Odesk test answer: It means that STRICT_ALL_TABLES is enabled



18) Which path variable holds the path of the currently executing application?

Odesk test answer: All of the above



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

Odesk test answer: Both a and b



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



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

Odesk test answer: None of the above



22) Which option will you select to install or to add the module to your website?

Odesk test answer: C



23) Why does Joomla use templateDetails.xml files?

Odesk test answer: All of the above



24) Which of the following events is activated after content rendering is complete for content type plug-ins?

Odesk test answer: OnAfterDisplayContent



25) All the Joomla settings are contained within a PHP class called JConfig.

Odesk test answer: True



26) In which PHP file is the central configuration data for Joomla contained?

Odesk test answer: configuration.php



27) What is not true about the MD5 hash value?

Odesk test answer: Each password in Joomla is stored as a MD5 hash value



27) There are two root classes for the Joomla framework: JFactory and JVersion.

Odesk test answer: True



28) Which option will you select to find unpublished articles?

Odesk test answer: Article manager



29) What do you understand from the following code?

Odesk test answer: SQL statement is executed against the Joomla database to find empty data fields



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



31) In which option are errors, warnings and references logged?

Odesk test answer: None of the above



32) Which type of files can media manager not upload?

Odesk test answer: None of the above



33) Which among the following switches display the current version of PHP?

Odesk test answer: v



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



35) Which type of server technology is used by Joomla?

Odesk test answer: All of the above



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



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



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



39) What is the role of the template metadata file in the system? Odesk test answer: It contains the basic authorship information

Q1.Which type of positioning elements define a concrete area such as a <P>, <TD>, <DIV>, or <TABLE> in a CSS file?
a.In line elements
b.Block elements
c.Both a and b
d.None of the above
Q2.State whether True or False:The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
a.True
b.False
Q3.Refer to the given image.Which option will you select to install or to add the module to your website?
a.A
b.B
c.C
d.D
Q4.Which of the following is not true about the FrontPage Manager?
a.It is the title page of your website
b.The selected content is here represented in blog form
c.You cannot select your content for the FrontPage from all the contents
d.You can sort the individual content items within the FrontPage Manager
Q5.Refer to the given image.What do you understand by the number of articles?
a.It means the number of articles that are to be deleted
b.It means the number of articles that are to be merged
c.It means the number of articles that are to be linked
d.None of the above
Q6.Which type of files can media manager not upload?
a..pdf
b..png
c..xls
d.None of the above
Q7.State whether True or False:Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
a.True
b.False
Q8.Refer to the given image.In which option are errors, warnings and references logged?
a.A
b.B
c.C
d.None of the above
Q9.Refer to the given image.Which tab tells you about the most surfed pages of your site?
a.A
b.B 
c.C
d.D
Q10.Which of the following support libraries must you include when you are doing a manual compile of PHP to use with Joomla?
a.MySQL
b.Zlib
c.XML
d.All of the above
Q11.State whether True or False:There are two root classes for the Joomla framework: JFactory and JVersion.
a.True
b.False
Q12.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
Q13.Which Joomla file provides the central logic of the template, including any module and component display?
a.Index.php
b.Template.css
c.TemplateDetails.xml
d.Banner.fff
Q14.What is not true about JoomlaXplorer?
a.It provides access to all of the files and folders in the Web server path
b.It includes a status bar displaying the amount of the remaining space on the selected drive
c.It allows a user to change file and directory permissions using a chmod-style utility
d.None of the above
Q15.In which PHP file is the central configuration data for Joomla contained?
a.config.php
b.configuration.php
c.settings.php
d.None of the above
Q16.Which of the following technologies is/are used by Joomla?
a.Joomla
b.Apache
c.PHP
d.All of the above
Q17.Why does Joomla use templateDetails.xml files?
a.To access the template from within by using code
b.To debug your style sheets
c.To provide information and allow selection of the template within the template manager
d.All of the above
Q18.What is the default super administrator account for Joomla called?
a.God
b.Administrator
c.admin
d.superuser
Q19.Which option will you select to find unpublished articles?
a.Component manager
b.Module manager
c.Article manager 
d.None of the above
Q20.Which of the following Joomla component or module is not installed by default?
a.Login
b.Community builder
c.Polling
d.Search
Q21.Which of the following is a system event?
a.OnDisplay
b.OnSave
c.OnGetInsertMethod
d.OnAfterInitialise
Q22.What is not true about the MD5 hash value?
a.Each password in Joomla is stored as a MD5 hash value
b.It stands for message-digest algorithm 5
c.The length of the number for MD5 is a 128-bit hash code
d.None of the above
Q23.Which creational pattern is used by Joomla classes particularly for database access?
a.Abstract Factory Pattern
b.Singleton Pattern
c.Builder Pattern
d.All of the above
Q24.Which of the following events is activated after content rendering is complete for content type plug-ins?
a.OnAfterDisplay
b.OnAfterDisplayTitle
c.OnAfterDisplayContent
d.None of the above
Q25.State whether True or False.Joomla uses Perl language.
a.True
b.False
Q26.Which of the given database systems is supported by Joomla?
a.Microsoft sql
b.Mysql 
c.Microsoft access
d.All of the above
Q27.Refer to the given image.What do you understand by the section (marked as A)?
a.It is the description of the category
b.It means the section where you enter actual information
c.It means the section under which the category is to be displayed
d.All of the above
Q28.State whether True or False:All the Joomla settings are contained within a PHP class called JConfig.
a.True 
b.False
Q29.Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
a.Defines.php
b.Framework.php
c.Toolbar.php 
d.Application.php
Q30.What is the role of the template metadata file in the system?
a.It contains the basic authorship information 
b.It contains information about the files that make up the template
c.It contains information about the parameters that will be available for configuration through the administrator interface
d.All of the above
Q31.Which option will you choose to set the site metadata for the installed website?
a.Global Configuration
b.Module Manager
Q32.Which path variable holds the path of the currently executing application?
a.JPATH_SITE
b.JPATH_ROOT
c.JPATH_BASE
d.All of the above
Q33.State whether True or False.Joomla does not provide the capability to include a podcast on your site.
a.True
b.False
Q34.Which of the following files does the “/includes” directory contain?
a.application.php
b.defines.php
c.framework.php
d.All of the above
Q35.What is output format of the documentation created using PHPDocumentor?
a.PDF
b.CHM (compiled HTML)
c.XML
d.All of the above
Q36.Refer to the given image.When will you use SMTP authentication mail settings?
a.When you want to use an external mail server
b.When you want to use an internal mail server
c.When you want to display email address automatically
d.Both b and c
Q37.This question is based upon the figure shown below
odesk joomla test answer
What do you understand from the following code?
a.SQL statement is executed against the Joomla database to find empty data fields
b.SQL 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
Q38.Which of the following is the default editor of Joomla?
a.TinyMCE *
b.XStandard Lite
c.Both a and b
d.None of the above
Q39.Refer to the given image.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
Q40.Refer to the given image.What happens if the Text Separator Field is left empty while using the breadcrumbs module in the module manager?
a.The default double arrow (>>) is used
b.The default single arrow (>) is used
c.Nothing will happen
d.None of the above

1) The index.php file is a combination of HTML and PHP code.
Odesk test answer: True
2) What is the default super administrator account for Joomla called?
Odesk test answer: 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?
Odesk test answer: 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?
Odesk test answer: com_comprofiler
5) Which option will you choose to set the site metadata for the installed website?
Odesk test answer: Global Configuration
6) 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://
7) The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Odesk test answer: True
8) Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
Odesk test answer: Toolbar.php
9) Which of the given database systems is supported by Joomla?
Odesk test answer: Mysql
10) Which of the following is the default editor of Joomla?
Odesk test answer: TinyMCE
11) Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Odesk test answer: False
12) From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS application extended?
Odesk test answer: Installer
13) What is not true about JoomlaXplorer?
Odesk test answer: None of the above
14) Which of the following is a system event?
Odesk test answer: OnDisplay
15) Which Joomla file provides the central logic of the template, including any module and component display?
Odesk test answer: Index.php
16) When will you use SMTP authentication mail settings?
Odesk test answer: When you want to use an internal mail server
17) What do you understand by the type of error?
Odesk test answer: It means that STRICT_ALL_TABLES is enabled
18) Which path variable holds the path of the currently executing application?
Odesk test answer: All of the above
19) Which user events occur with plug-ins that are installed for the front end of the system?
Odesk test answer: Both a and b
20) 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
21) Which of the following files does the "/includes" directory not contain?
Odesk test answer: None of the above
22) Which option will you select to install or to add the module to your website?
Odesk test answer: C
23) Why does Joomla use templateDetails.xml files?
Odesk test answer: All of the above
24) Which of the following events is activated after content rendering is complete for content type plug-ins?
Odesk test answer: OnAfterDisplayContent
25) All the Joomla settings are contained within a PHP class called JConfig.
Odesk test answer: True
26) In which PHP file is the central configuration data for Joomla contained?
Odesk test answer: configuration.php
27) What is not true about the MD5 hash value?
Odesk test answer: Each password in Joomla is stored as a MD5 hash value
27) There are two root classes for the Joomla framework: JFactory and JVersion.
Odesk test answer: True
28) Which option will you select to find unpublished articles?
Odesk test answer: Article manager
29) What do you understand from the following code?
Odesk test answer: SQL statement is executed against the Joomla database to find empty data fields
30) 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
31) In which option are errors, warnings and references logged?
Odesk test answer: None of the above
32) Which type of files can media manager not upload?
Odesk test answer: None of the above
33) Which among the following switches display the current version of PHP?
Odesk test answer: v
34) 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
35) Which type of server technology is used by Joomla?
Odesk test answer: All of the above
36) 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
37) 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
38) 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
39) What is the role of the template metadata file in the system?
Odesk test answer: It contains the basic authorship information

This question is based upon the figure shown below
 Question:
Refer to the given image.When will you use SMTP authentication mail settings?
a.When you want to use an external mail server
b.When you want to use an internal mail server  *
c.When you want to display email address automatically
d.Both b and c
question is based upon the figure shown below
 Question:
Refer to the given image.Which option will you select to install or to add the module to your website?
a.A
b.B
c.C *
d.D
Question:
Which of the following is not true about the FrontPage Manager?
a.It is the title page of your website
b.The selected content is here represented in blog form
c.You cannot select your content for the FrontPage from all the contents *
d.You can sort the individual content items within the FrontPage Manager
This question is based upon the figure shown below
 Question:
Refer to the given image.What do you understand by the number of articles?
a.It means the number of articles that are to be deleted
b.It means the number of articles that are to be merged
c.It means the number of articles that are to be linked *
d.None of the above
Question:
State whether True or False:There are two root classes for the Joomla framework: JFactory and JVersion.
a.True *
b.False
Question:
Which type of files can media manager not upload?
a..pdf
b..png
c..xls
d.None of the above *
Question:
What is not true about JoomlaXplorer?
a.It provides access to all of the files and folders in the Web server path
b.It includes a status bar displaying the amount of the remaining space on the selected drive
c.It allows a user to change file and directory permissions using a chmod-style utility
d.None of the above *
Question:
State whether True or False:Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
a.True
b.False *
This question is based upon the figure shown below
 Question:
Refer to the given image.In which option are errors, warnings and references logged?
a.A
b.B
c.C
d.None of the above *
This question is based upon the figure shown below
 Question:
Refer to the given image.Which tab tells you about the most surfed pages of your site?
a.A
b.B *
c.C
d.D
Question:
Which of the following support libraries must you include when you are doing a manual compile of PHP to use with Joomla?
a.MySQL
b.Zlib
c.XML
d.All of the above *
Question:
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
 Question:
State whether True or False:The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
a.True*
b.False
Question:
Which Joomla file provides the central logic of the template, including any module and component display?
a.Index.php *
b.Template.css
c.TemplateDetails.xml
d.Banner.fff
Question:
Which type of positioning elements define a concrete area such as a <P>, <TD>, <DIV>, or <TABLE> in a CSS file?
a.In line elements
b.Block elements *
c.Both a and b
d.None of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.What happens if the Text Separator Field is left empty while using the breadcrumbs module in the module manager?
a.The default double arrow (>>) is used
b.The default single arrow (>) is used
c.Nothing will happen
d.None of the above *
Question:
In which PHP file is the central configuration data for Joomla contained?
a.config.php
b.configuration.php *
c.settings.php
d.None of the above
 Question:
Which of the following technologies is/are used by Joomla?
a.Joomla
b.Apache
c.PHP
d.All of the above *
 Question:
Why does Joomla use templateDetails.xml files?
a.To access the template from within by using code
b.To debug your style sheets
c.To provide information and allow selection of the template within the template manager
d.All of the above *
Question:
What is the default super administrator account for Joomla called?
a.God
b.Administrator *
c.admin
d.superuser
Question:
Which of the following is a system event?
a.OnDisplay *
b.OnSave
c.OnGetInsertMethod
d.OnAfterInitialise
Question:
Which option will you select to find unpublished articles?
a.Component manager
b.Module manager
c.Article manager *
d.None of the above
Question:
Which of the following Joomla component or module is not installed by default?
a.Login
b.Community builder *
c.Polling
d.Search
Question:
What is not true about the MD5 hash value?
a.Each password in Joomla is stored as a MD5 hash value  *
b.It stands for message-digest algorithm 5
c.The length of the number for MD5 is a 128-bit hash code
d.None of the above *
Question:
Which of the following is the default editor of Joomla?
a.TinyMCE *
b.XStandard Lite
c.Both a and b *
d.None of the above
Question:
Which of the following events is activated after content rendering is complete for content type plug-ins?
a.OnAfterDisplay *
b.OnAfterDisplayTitle
c.OnAfterDisplayContent *
d.None of the above
Question:
State whether True or False.Joomla uses Perl language.
a.True
b.False *
Question:
Which of the given database systems is supported by Joomla?
a.Microsoft sql
b.Mysql *
c.Microsoft access
d.All of the above
This question is based upon the figure shown below
 Question:
Refer to the given image.What do you understand by the section (marked as A)?
a.It is the description of the category
b.It means the section where you enter actual information
c.It means the section under which the category is to be displayed *
d.All of the above
Question:
State whether True or False:All the Joomla settings are contained within a PHP class called JConfig.
a.True *
b.False
This question is based upon the figure shown below
 Question:
Refer to the given image.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
 Question:
Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
a.Defines.php
b.Framework.php
c.Toolbar.php *
d.Application.php
Question:
What is the role of the template metadata file in the system?
a.It contains the basic authorship information *
b.It contains information about the files that make up the template
c.It contains information about the parameters that will be available for configuration through the administrator interface
d.All of the above
Question:
Which option will you choose to set the site metadata for the installed website?
a.Global Configuration *
b.Module Manager
Question:
Which creational pattern is used by Joomla classes particularly for database access?
a.Abstract Factory Pattern
b.Singleton Pattern *
c.Builder Pattern
d.All of the above
Question:
Which path variable holds the path of the currently executing application?
a.JPATH_SITE
b.JPATH_ROOT
c.JPATH_BASE
d.All of the above *
Question:
State whether True or False.Joomla does not provide the capability to include a podcast on your site.
a.True
b.False *
Question:
Which of the following files does the “/includes” directory contain?
a.application.php
b.defines.php
c.framework.php
d.All of the above *
Question:
What is output format of the documentation created using PHPDocumentor?
a.PDF
b.CHM (compiled HTML)
c.XML
d.All of the above *
This question is based upon the figure shown below
 Question:
Refer to the given image.What do you understand from the following code?
a.SQL statement is executed against the Joomla database to find empty data fields *
b.SQL 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