Joomla
Q1. If you have Joomla site with component named ‘hello’, model name as ‘hi’. What would be the model class name?
A: HelloModelHi
Q2.Does Joomla create MySql database during setup?
A: No
Q3. Is it possible to add content items for Joomla frontend!
A: Yes
Q4. Can we integrate XML-RPC services with Blogger and Joomla APIs?
A: Yes
Q5. Term ACL refers to?
A: Access Control System
Q6. What would you use to create tabbed panels in your custom joomla component?
A: JHtml::_(‘tabs.start’);
Q7. How to link an external javascript file to joomla page?
A: $doc->addScript(‘file.js’);?>
Q8. Is index.php file is combination of HTML and PHP code?
A: Yes
Q9. If you need to override the layout of some module, how can you do it?
A: You need to copy the files of ‘tmpl’ folder under main module folder to html/ModuleFolder/ in active joomla template.
Q10.Which Joomla file provide the central logic of template including any module and component display?
A: index.php
Q11.How to make site offline?
A: Global configuration -> Select ‘site offline’.
Q12:Which creational pattern is used by Classes for database access?
A: Abstract Factory Pattern.
Q13:What are default number of user groups?
A: 9
Q14:Can joomla be configured on E-commerce site out-of-box?
A: No
Q15:Which file you need to rename to .htaccess to enable mod_rewrite?
A: htaccess.txt
Q16:What is the use of templateDetails.xml file?
A: It provide the information and allow selection of template within the template manager.
Q17: How to insert a module inside Joomla article?
A: {loadposition module->position}
Ready to Solve Your Most Complex Technical Challenges?
Our senior advisors are ready to help you navigate the ever-evolving technology landscape with precision and expertise.
Schedule a ConsultationRelated Articles
Solution for WordPress “too many redirects” issue
The “Too Many Redirects” issue on WordPress usually occurs due to misconfiguration in the site’s URL settings, SSL setup, or conflicts between…
Magento
Q1. Explain Magento’s MVC architecture? Q2. What is EAV in Magento? Q3. How Magento ORM works? A: ORM stands for Object Relational…
WordPress
Administration & Content Management Q1. Can we schedule post for the future publishing date? Answer: Yes. In the “Publish” settings of the editor, change…